[libcxx-commits] [libcxx] [libc++] Mark vector<bool>::at() as constexpr to conform to C++20 standard (PR #121848)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 6 18:03:30 PST 2025


================
@@ -0,0 +1,42 @@
+//===----------------------------------------------------------------------===//
----------------
frederick-vs-ja wrote:

Previously, Test coverage for `vector<bool, A>::at` seemed completely missing. I think we should add an `at.pass.cpp` which tests `at` functions in all modes.

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


More information about the libcxx-commits mailing list