[libcxx-commits] [libcxx] [libc++] Move a bunch of tests from libcxx/test/libcxx to libcxx/test/std (PR #150199)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 23 07:14:37 PDT 2025


================
@@ -69,6 +69,24 @@ TEST_CONSTEXPR_CXX26 bool test() {
   test<std::forward_list<long>>();
   test<std::forward_list<double>>();
 
+  { // Ensure that the result of operator== is converted to bool
----------------
ldionne wrote:

```suggestion
  { // Ensure that the result of operator== is converted to bool
    // See LWG4135.
```

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


More information about the libcxx-commits mailing list