[libcxx-commits] [libcxx] [libc++] Update the status for lwg-3143 (PR #116971)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 22 08:37:52 PST 2024


================
@@ -20,38 +20,40 @@
 #include "count_new.h"
 #include "test_macros.h"
 
-void test_geometric_progression() {
+// LWG 3143: https://cplusplus.github.io/LWG/issue3143
+void test_growth_capacity() {
   // mem.res.monotonic.buffer 1.3
-  // Each additional buffer is larger than the previous one, following a
-  // geometric progression.
+  // Each additional buffer is larger than the previous one
----------------
ldionne wrote:

IMO this test is OK as it is now, but we're missing an additional test for the libc++ specific behavior with the geometric progression -- unless I misunderstood what this LWG issue is about.

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


More information about the libcxx-commits mailing list