From 2fbc6d9ae7a260eeddf539a59b7eb1eedd2a3ce4 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 23 Sep 2024 15:18:13 +0100 Subject: [PATCH] Fix value for __cpp_range_based_for (#27) And fix transposed digits in the related CWG issue. --- macros.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macros.yaml b/macros.yaml index dac742f..bae9a67 100644 --- a/macros.yaml +++ b/macros.yaml @@ -307,8 +307,8 @@ language: papers: N2930 - value: 201603 papers: P0184R0 - - value: 202302 - papers: P2644R1 P2718R0 CWG2569 + - value: 202211 + papers: P2644R1 P2718R0 CWG2659 - name: __cpp_raw_strings rows: - value: 200710