Skip to content

Commit

Permalink
[basic.life],[mem.res.private],[mem.res.pool.mem],[mem.res.monotonic.…
Browse files Browse the repository at this point in the history
…buffer] fix cross-references
  • Loading branch information
jwakely authored and zygoloid committed Nov 25, 2017
1 parent 1d467a8 commit d112530
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions source/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2877,7 +2877,7 @@
For an object under construction or destruction, see~\ref{class.cdtor}.
Otherwise, such
a pointer refers to allocated
storage\iref{basic.stc.dynamic.deallocation}, and using the pointer as
storage\iref{basic.stc.dynamic.allocation}, and using the pointer as
if the pointer were of type \tcode{void*}, is
well-defined. Indirection through such a pointer is permitted but the resulting lvalue may only be used in
limited ways, as described below. The
Expand Down Expand Up @@ -2943,7 +2943,7 @@
For an object under construction or destruction, see~\ref{class.cdtor}.
Otherwise, such
a glvalue refers to
allocated storage\iref{basic.stc.dynamic.deallocation}, and using the
allocated storage\iref{basic.stc.dynamic.allocation}, and using the
properties of the glvalue that do not depend on its value is
well-defined. The program has undefined behavior if:
\begin{itemize}
Expand Down
6 changes: 3 additions & 3 deletions source/utilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11245,7 +11245,7 @@

\pnum
\returns
A derived class shall implement this function to return a pointer to allocated storage\iref{basic.stc.dynamic.deallocation} with a size of at least \tcode{bytes}.
A derived class shall implement this function to return a pointer to allocated storage\iref{basic.stc.dynamic.allocation} with a size of at least \tcode{bytes}.
The returned storage is aligned to the specified alignment, if such alignment is supported\iref{basic.align};
otherwise it is aligned to \tcode{max_align}.

Expand Down Expand Up @@ -12052,7 +12052,7 @@
\begin{itemdescr}
\pnum
\returns
A pointer to allocated storage\iref{basic.stc.dynamic.deallocation}
A pointer to allocated storage\iref{basic.stc.dynamic.allocation}
with a size of at least \tcode{bytes}.
The size and alignment of the allocated memory shall meet the requirements
for a class derived from \tcode{memory_resource}\iref{mem.res}.
Expand Down Expand Up @@ -12276,7 +12276,7 @@
\begin{itemdescr}
\pnum
\returns
A pointer to allocated storage\iref{basic.stc.dynamic.deallocation}
A pointer to allocated storage\iref{basic.stc.dynamic.allocation}
with a size of at least \tcode{bytes}.
The size and alignment of the allocated memory shall meet the requirements
for a class derived from \tcode{memory_resource}\iref{mem.res}.
Expand Down

0 comments on commit d112530

Please sign in to comment.