Skip to content

Commit

Permalink
[allocator.requirements] Fix pointer_to expression
Browse files Browse the repository at this point in the history
Fixes #1592
  • Loading branch information
jwakely committed Jul 10, 2017
1 parent 95ac3d6 commit f592d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/lib-intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1891,9 +1891,9 @@
\tcode{X::const_pointer} &
\tcode{static_cast<} \tcode{X::const_pointer\brk{}>(x) == q} & \\ \rowsep

\tcode{pointer_traits<\brk{}X::pointer\brk{}>::pointer_to(r)} &
\tcode{pointer_traits<\brk{}X::pointer\brk{}>::pointer_to(*p)} &
\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

0 comments on commit f592d21

Please sign in to comment.