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

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 11 11:54:46 PDT 2025


================
@@ -7,7 +7,8 @@
 //===----------------------------------------------------------------------===//
 
 // REQUIRES: has-unix-headers
-// UNSUPPORTED: c++03, c++11
----------------
ldionne wrote:

I think `check_assertions.h` requires C++11, so I think we should keep the unconditional `UNSUPPORTED: c++11` line.

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


More information about the libcxx-commits mailing list