[all-commits] [llvm/llvm-project] f418cb: [libc++] Fix `std::out_of_range` thrown from `basi...
Piotr Fusik via All-commits
all-commits at lists.llvm.org
Wed Aug 2 07:27:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f418cb1a9367d85c7c9b1aa93dc3fa60c8ef9849
https://github.com/llvm/llvm-project/commit/f418cb1a9367d85c7c9b1aa93dc3fa60c8ef9849
Author: Piotr Fusik <fox at scene.pl>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M libcxx/include/sstream
M libcxx/test/std/input.output/string.streams/istringstream/istringstream.members/str.move.pass.cpp
M libcxx/test/std/input.output/string.streams/ostringstream/ostringstream.members/str.move.pass.cpp
M libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.members/str.move.pass.cpp
M libcxx/test/std/input.output/string.streams/stringstream/stringstream.members/str.move.pass.cpp
Log Message:
-----------
[libc++] Fix `std::out_of_range` thrown from `basic_stringbuf::str() &&`
Reviewed By: #libc, Mordante, philnik
Differential Revision: https://reviews.llvm.org/D156783
More information about the All-commits
mailing list