Skip to content

[allocator.requirements] Fix pointer_to expression #1656

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 24, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion source/lib-intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1872,6 +1872,8 @@
by calling \tcode{a1.allocate}, where \tcode{a1 == a} \\ \rowsep
\tcode{q} & a value of type \tcode{XX::const_pointer}
obtained by conversion from a value \tcode{p}. \\ \rowsep
\tcode{r} & a value of type \tcode{T\&}
obtained by the expression \tcode{*p}. \\ \rowsep
\tcode{w} & a value of type \tcode{XX::void_pointer} obtained by
conversion from a value \tcode{p} \\ \rowsep
\tcode{x} & a value of type \tcode{XX::const_void_pointer} obtained by
Expand Down Expand Up @@ -1960,7 +1962,7 @@

\tcode{pointer_traits<\brk{}X::pointer\brk{}>::pointer_to(r)} &
\tcode{X::pointer} &
& \\ \rowsep
same as \tcode{p} & \\ \rowsep

\tcode{a.allocate(n)} & \tcode{X::pointer} &
Memory is allocated for \tcode{n} objects of type \tcode{T} but objects
Expand Down