[libcxx-commits] [libcxx] [libc++] Remove assertions from <string_view> that are unreachable (PR #148598)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 5 01:30:40 PDT 2025


philnik777 wrote:

@var-const This was most likely done because C++11 didn't allow anything in the constructor body in C++11. Clang accepts it as an extension now, so we can simply enable the asserts in C++11 mode for Clang.

https://github.com/llvm/llvm-project/pull/148598


More information about the libcxx-commits mailing list