[libcxx-commits] [libcxx] [libc++] Add the allocator parameter in basic_string::substr (PR #110207)
Alexandre Arsenault via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Sep 26 23:50:28 PDT 2024
alxarsenault wrote:
Just saw that in the standard
> The allocator of the returned string is default-constructed: the new allocator might not be a copy of `get_allocator()`.
It would be nice though.
https://github.com/llvm/llvm-project/pull/110207
More information about the libcxx-commits
mailing list