From 3832b9756b8e5b0f092a25cc3a6ecfcfc4ee997c Mon Sep 17 00:00:00 2001 From: Alex Prabhat Bara <50404684+alexprabhat99@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:07:52 +0530 Subject: [PATCH] update C++20 section of for WG21-P3136R1 Retiring Niebloids --- stl/inc/yvals_core.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stl/inc/yvals_core.h b/stl/inc/yvals_core.h index ea6762d0d2d..ce83ff45727 100644 --- a/stl/inc/yvals_core.h +++ b/stl/inc/yvals_core.h @@ -314,6 +314,7 @@ // P2905R2 Runtime Format Strings // P2909R4 Fix Formatting Of Code Units As Integers // P2997R1 Removing The Common Reference Requirement From The Indirectly Invocable Concepts +// P3136R1 Retiring Niebloids // _HAS_CXX20 indirectly controls: // P0619R4 Removing C++17-Deprecated Features