Skip to content

Commit a263452

Browse files
committed
Python formatting
1 parent 523d22a commit a263452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/utils/generate_feature_test_macro_components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ def add_version_header(tc):
10051005
"c++17": 201606,
10061006
"c++20": 202106, # P2231R1 Missing constexpr in std::optional and std::variant
10071007
"c++23": 202110, # P0798R8 Monadic operations for std::optional + LWG3621 Remove feature-test macro __cpp_lib_monadic_optional
1008-
"c++26": 202506 # P2988R12: std::optional<T&>
1008+
"c++26": 202506, # P2988R12: std::optional<T&>
10091009
},
10101010
"headers": ["optional"],
10111011
},

0 commit comments

Comments
 (0)