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
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11251,9 +11251,10 @@
11251
11251
11252
11252
\pnum
11253
11253
\returns
11254
-
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}.
11255
-
The returned storage is aligned to the specified alignment, if such alignment is supported\iref{basic.align};
11256
-
otherwise it is aligned to \tcode{max_align}.
11254
+
A derived class shall implement this function to
11255
+
return a pointer to allocated storage\iref{basic.stc.dynamic.allocation}
0 commit comments