[libcxx-commits] [libcxx] [libc++][vector<bool>] Tests shrink_to_fit requirement. (PR #98009)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 16 08:37:50 PDT 2024


================
@@ -39,9 +39,48 @@ TEST_CONSTEXPR_CXX20 bool tests()
     return true;
 }
 
+#if TEST_STD_VER >= 23
+std::size_t min_bytes = 1000;
----------------
ldionne wrote:

[This comment](https://github.com/llvm/llvm-project/pull/97895#discussion_r1678057695) applies here too!

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


More information about the libcxx-commits mailing list