Skip to content

Commit 6216651

Browse files
Dawn Perchikzygoloid
authored andcommitted
LWG2843 Unclear behavior of std::pmr::memory_resource::do_allocate()
1 parent fa5eef0 commit 6216651

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/utilities.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11251,9 +11251,10 @@
1125111251

1125211252
\pnum
1125311253
\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}
11256+
with a size of at least \tcode{bytes},
11257+
aligned to the specified \tcode{alignment}.
1125711258

1125811259
\pnum
1125911260
\throws

0 commit comments

Comments
 (0)