Skip to content

Commit d112530

Browse files
jwakelyzygoloid
authored andcommitted
[basic.life],[mem.res.private],[mem.res.pool.mem],[mem.res.monotonic.buffer] fix cross-references
1 parent 1d467a8 commit d112530

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

source/basic.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2877,7 +2877,7 @@
28772877
For an object under construction or destruction, see~\ref{class.cdtor}.
28782878
Otherwise, such
28792879
a pointer refers to allocated
2880-
storage\iref{basic.stc.dynamic.deallocation}, and using the pointer as
2880+
storage\iref{basic.stc.dynamic.allocation}, and using the pointer as
28812881
if the pointer were of type \tcode{void*}, is
28822882
well-defined. Indirection through such a pointer is permitted but the resulting lvalue may only be used in
28832883
limited ways, as described below. The
@@ -2943,7 +2943,7 @@
29432943
For an object under construction or destruction, see~\ref{class.cdtor}.
29442944
Otherwise, such
29452945
a glvalue refers to
2946-
allocated storage\iref{basic.stc.dynamic.deallocation}, and using the
2946+
allocated storage\iref{basic.stc.dynamic.allocation}, and using the
29472947
properties of the glvalue that do not depend on its value is
29482948
well-defined. The program has undefined behavior if:
29492949
\begin{itemize}

source/utilities.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11245,7 +11245,7 @@
1124511245

1124611246
\pnum
1124711247
\returns
11248-
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}.
11248+
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}.
1124911249
The returned storage is aligned to the specified alignment, if such alignment is supported\iref{basic.align};
1125011250
otherwise it is aligned to \tcode{max_align}.
1125111251

@@ -12052,7 +12052,7 @@
1205212052
\begin{itemdescr}
1205312053
\pnum
1205412054
\returns
12055-
A pointer to allocated storage\iref{basic.stc.dynamic.deallocation}
12055+
A pointer to allocated storage\iref{basic.stc.dynamic.allocation}
1205612056
with a size of at least \tcode{bytes}.
1205712057
The size and alignment of the allocated memory shall meet the requirements
1205812058
for a class derived from \tcode{memory_resource}\iref{mem.res}.
@@ -12276,7 +12276,7 @@
1227612276
\begin{itemdescr}
1227712277
\pnum
1227812278
\returns
12279-
A pointer to allocated storage\iref{basic.stc.dynamic.deallocation}
12279+
A pointer to allocated storage\iref{basic.stc.dynamic.allocation}
1228012280
with a size of at least \tcode{bytes}.
1228112281
The size and alignment of the allocated memory shall meet the requirements
1228212282
for a class derived from \tcode{memory_resource}\iref{mem.res}.

0 commit comments

Comments
 (0)