[clang] [NFC] [Clang] Some core issues have changed status from tentatively ready -> ready / review (PR #97200)

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 24 04:19:04 PDT 2024


================
@@ -139,7 +139,7 @@ struct D3 : B {
 #endif
 
 #if __cplusplus >= 202302L
-namespace cwg2561 { // cwg2561: no tentatively ready 2024-03-18
+namespace cwg2561 { // cwg2561: no ready 2024-06-25
----------------
Endilll wrote:

Hmm, https://cplusplus.github.io/CWG/issues/2561.html at the moment of writing says
> Section: 7.5.5.2  [[expr.prim.lambda.closure](https://wg21.link/expr.prim.lambda.closure)]     Status: ready     Submitter: Barry Revzin     Date: 2022-02-14     Liaison: EWG

while in cplusplus/CWG repo it's already DR

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


More information about the cfe-commits mailing list