You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/utilities.tex
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11245,7 +11245,7 @@
11245
11245
11246
11246
\pnum
11247
11247
\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}.
11249
11249
The returned storage is aligned to the specified alignment, if such alignment is supported\iref{basic.align};
11250
11250
otherwise it is aligned to \tcode{max_align}.
11251
11251
@@ -12052,7 +12052,7 @@
12052
12052
\begin{itemdescr}
12053
12053
\pnum
12054
12054
\returns
12055
-
A pointer to allocated storage\iref{basic.stc.dynamic.deallocation}
12055
+
A pointer to allocated storage\iref{basic.stc.dynamic.allocation}
12056
12056
with a size of at least \tcode{bytes}.
12057
12057
The size and alignment of the allocated memory shall meet the requirements
12058
12058
for a class derived from \tcode{memory_resource}\iref{mem.res}.
@@ -12276,7 +12276,7 @@
12276
12276
\begin{itemdescr}
12277
12277
\pnum
12278
12278
\returns
12279
-
A pointer to allocated storage\iref{basic.stc.dynamic.deallocation}
12279
+
A pointer to allocated storage\iref{basic.stc.dynamic.allocation}
12280
12280
with a size of at least \tcode{bytes}.
12281
12281
The size and alignment of the allocated memory shall meet the requirements
12282
12282
for a class derived from \tcode{memory_resource}\iref{mem.res}.
0 commit comments