Skip to content
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