From c7309067964b2fa51b9e09f95c24db803e629a50 Mon Sep 17 00:00:00 2001 From: Hui Xie Date: Sat, 5 Jul 2025 20:48:05 +0100 Subject: [PATCH] [libc++][doc][NFC] update release notes on P3372R3 --- libcxx/docs/ReleaseNotes/21.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/docs/ReleaseNotes/21.rst b/libcxx/docs/ReleaseNotes/21.rst index 08b32bb508dc1..924c2616335b2 100644 --- a/libcxx/docs/ReleaseNotes/21.rst +++ b/libcxx/docs/ReleaseNotes/21.rst @@ -47,7 +47,7 @@ Implemented Papers - P1222R4: A Standard ``flat_set`` (`Github `__) - P2897R7: ``aligned_accessor``: An mdspan accessor expressing pointer over-alignment (`Github `__) - P3247R2: Deprecate the notion of trivial types (`Github `__) -- P3372R3: ``constexpr`` containers and adaptors (`Github `__) (Only ``constexpr flat_map`` is implemented) +- P3372R3: ``constexpr`` containers and adaptors (`Github `__) (``forward_list``, ``list``, ``priority_queue``, ``flat_map``, and ``flat_set`` are implemented) - P2441R2: ``views::join_with`` (`Github `__) - P2711R1: Making multi-param constructors of ``views`` ``explicit`` (`Github `__) - P2770R0: Stashing stashing ``iterators`` for proper flattening (`Github `__)