[all-commits] [llvm/llvm-project] c0a5b1: [libc++] Add noexcept clauses to swap per P0408R7 ...
Piotr Fusik via All-commits
all-commits at lists.llvm.org
Sat Jun 24 09:29:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c0a5b147fae97198cefd719f50fc655220985f22
https://github.com/llvm/llvm-project/commit/c0a5b147fae97198cefd719f50fc655220985f22
Author: Piotr Fusik <fox at scene.pl>
Date: 2023-06-24 (Sat, 24 Jun 2023)
Changed paths:
M libcxx/include/sstream
A libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.assign/member_swap_noexcept.pass.cpp
A libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.assign/nonmember_swap_noexcept.pass.cpp
Log Message:
-----------
[libc++] Add noexcept clauses to swap per P0408R7 (Efficient Access to basic_stringbuf's Buffer)
Reviewed By: #libc, Mordante
Differential Revision: https://reviews.llvm.org/D153427
More information about the All-commits
mailing list