[libcxx-commits] [libcxx] [libc++] Update the status for lwg-3143 (PR #116971)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jan 16 00:52:09 PST 2025
================
@@ -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
----------------
frederick-vs-ja wrote:
> also, Could i also implement this task [P0843R14](https://wg21.link/P0843R14). could you assign it to me? My job is related to this.
There's already a PR #105981 for this, although it seems stuck.
https://github.com/llvm/llvm-project/pull/116971
More information about the libcxx-commits
mailing list