[libcxx-commits] [libcxx] [libc++] Verify that LWG4140 is implemented (PR #128624)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 25 11:07:48 PST 2025
================
@@ -98,7 +98,7 @@
"`LWG4126 <https://wg21.link/LWG4126>`__","Some feature-test macros for fully freestanding features are not yet marked freestanding","2024-11 (Wrocław)","","",""
"`LWG4134 <https://wg21.link/LWG4134>`__","Issue with Philox algorithm specification","2024-11 (Wrocław)","","",""
"`LWG4135 <https://wg21.link/LWG4135>`__","The helper lambda of ``std::erase`` for list should specify return type as ``bool``","2024-11 (Wrocław)","","",""
-"`LWG4140 <https://wg21.link/LWG4140>`__","Useless default constructors for bit reference types","2024-11 (Wrocław)","","",""
+"`LWG4140 <https://wg21.link/LWG4140>`__","Useless default constructors for bit reference types","2024-11 (Wrocław)","|Complete|","",""
----------------
mordante wrote:
I'm a bit hesitant to add Complete without a version, in this case I would use `Nothing To Do` instead. WDYT?
https://github.com/llvm/llvm-project/pull/128624
More information about the libcxx-commits
mailing list