[libcxx-commits] [libcxx] [libc++] Document the strengthened noexcept convention (PR #203869)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 15 05:45:42 PDT 2026
https://github.com/philnik777 commented:
I have to say I feel like these comments provide very limited value, since they don't tell me how the `noexcept` is strengthened. Conversely, I also rarely care whether a particular `noexcept` is strengthened or not.
I feel like there would be significantly more value in having some consistent scheme in which we test strengthened `noexcept`s, making it easy to find where we test them for a particular type/function. That would avoid comments which can easily get out-of-date and make sure we have proper test coverage for any strengthened `noexcept`s.
https://github.com/llvm/llvm-project/pull/203869
More information about the libcxx-commits
mailing list