[clang] [clang] Update C++ DR page (PR #106299)

via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 28 02:42:56 PDT 2024


================
@@ -33,7 +33,7 @@ void *operator new(std::size_t, void *p) { return p; }
 void* operator new[] (std::size_t, void* p) {return p;}
 
 
-namespace cwg2922 { // cwg2922: 20 open 2024-07-10
+namespace cwg2922 { // cwg2922: 20 tentatively ready 2024-07-10
----------------
cor3ntin wrote:

Yes! Thanks

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


More information about the cfe-commits mailing list