[all-commits] [llvm/llvm-project] cac9a6: [libc++] Remove noexcept specifier from operator""s
philnik777 via All-commits
all-commits at lists.llvm.org
Fri Sep 2 12:37:49 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cac9a6fb0ea24665b6feb611fdff7fb28060e84a
https://github.com/llvm/llvm-project/commit/cac9a6fb0ea24665b6feb611fdff7fb28060e84a
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-09-02 (Fri, 02 Sep 2022)
Changed paths:
M libcxx/include/string
A libcxx/test/std/strings/basic.string.literals/noexcept.compile.pass.cpp
Log Message:
-----------
[libc++] Remove noexcept specifier from operator""s
For some reason `operator""s(const char8_t*, size_t)` was marked `noexcept`. Remove it and add regression tests.
Reviewed By: ldionne, huixie90, #libc
Spies: libcxx-commits
Differential Revision: https://reviews.llvm.org/D132340
More information about the All-commits
mailing list