Skip to content

Commit 2fbc6d9

Browse files
authored
Fix value for __cpp_range_based_for (brevzin#27)
And fix transposed digits in the related CWG issue.
1 parent f9fe5dc commit 2fbc6d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

macros.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ language:
307307
papers: N2930
308308
- value: 201603
309309
papers: P0184R0
310-
- value: 202302
311-
papers: P2644R1 P2718R0 CWG2569
310+
- value: 202211
311+
papers: P2644R1 P2718R0 CWG2659
312312
- name: __cpp_raw_strings
313313
rows:
314314
- value: 200710

0 commit comments

Comments
 (0)