[clang] [clang] Update C++ DR page (PR #106299)
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 27 15:25:23 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
----------------
Endilll wrote:
@cor3ntin can you confirm that the resolution did not change?
https://github.com/llvm/llvm-project/pull/106299
More information about the cfe-commits
mailing list