[libcxx-commits] [libcxx] [libc++] mark P0154 as implemented; fix column alignment issues (PR #97865)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 9 23:30:38 PDT 2024


================
@@ -35,7 +35,7 @@
 "`P0185R1 <https://wg21.link/P0185R1>`__","LWG","Adding [nothrow-]swappable traits","Jacksonville","|Complete|","3.9"
 "`P0253R1 <https://wg21.link/P0253R1>`__","LWG","Fixing a design mistake in the searchers interface","Jacksonville","|Complete|","3.9"
 "`P0025R0 <https://wg21.link/P0025R0>`__","LWG","An algorithm to ""clamp"" a value between a pair of boundary values","Jacksonville","|Complete|","3.9"
-"`P0154R1 <https://wg21.link/P0154R1>`__","LWG","constexpr std::hardware_{constructive,destructive}_interference_size","Jacksonville","|Partial| [#note-P0154]_","15.0"
+"`P0154R1 <https://wg21.link/P0154R1>`__","LWG","constexpr std::hardware_{constructive,destructive}_interference_size","Jacksonville","|Complete| [#note-P0154]_","19.0"
----------------
mordante wrote:

I prefer to keep 19, 15 only works with GCC. The combination of GCC and libc++ is not too common.

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


More information about the libcxx-commits mailing list