[libcxx-commits] [libcxx] [libc++] Simplify a bunch of noexcept specifications (PR #166397)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 5 03:07:23 PST 2025
https://github.com/frederick-vs-ja commented:
Other failures seem to be from aggressive assertion on non-noexcept status.
Perhaps we shouldn't write such `static_assert` at least in `libcxx/test/std` unless the function is required to throw an exception under certain conditions.
https://github.com/llvm/llvm-project/pull/166397
More information about the libcxx-commits
mailing list