[all-commits] [llvm/llvm-project] ad7945: [libc++] Don't pass the allocator in substr()
philnik777 via All-commits
all-commits at lists.llvm.org
Tue Nov 29 10:40:51 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad79455fad9fcd798e1788801f579b87a3cb29bc
https://github.com/llvm/llvm-project/commit/ad79455fad9fcd798e1788801f579b87a3cb29bc
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-11-29 (Tue, 29 Nov 2022)
Changed paths:
M libcxx/include/string
M libcxx/test/std/strings/basic.string/string.ops/string_substr/substr.pass.cpp
Log Message:
-----------
[libc++] Don't pass the allocator in substr()
This bug was dicoved when implementing P2438R2.
Fixes #57190
Reviewed By: ldionne, Mordante, #libc
Spies: libcxx-commits
Differential Revision: https://reviews.llvm.org/D138069
More information about the All-commits
mailing list