From 9d5f5d2b956a0a7096b8a2d4d1ee61eeed72c874 Mon Sep 17 00:00:00 2001 From: Matthew Taylor <41272259+DryPerspective@users.noreply.github.com> Date: Tue, 11 Aug 2026 10:21:42 +0100 Subject: [PATCH] Correct paper number for P3668. Verified all other C++29 papers are correctly assigned --- features_cpp29.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features_cpp29.yaml b/features_cpp29.yaml index daa1460..e21300f 100644 --- a/features_cpp29.yaml +++ b/features_cpp29.yaml @@ -12,7 +12,7 @@ features: support: [GCC 12] - desc: "Defaulting Postfix Increment and Decrement Operations" - paper: P3899 + paper: P3668 - desc: "Adding restrictions to defaulted assignment operator functions" paper: P2953