Skip to content

Commit 4e8626a

Browse files
committed
Python formatting
1 parent 43431f4 commit 4e8626a

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
@@ -1006,7 +1006,7 @@ def add_version_header(tc):
10061006
"c++17": 201606,
10071007
"c++20": 202106, # P2231R1 Missing constexpr in std::optional and std::variant
10081008
"c++23": 202110, # P0798R8 Monadic operations for std::optional + LWG3621 Remove feature-test macro __cpp_lib_monadic_optional
1009-
"c++26": 202506 # P2988R12: std::optional<T&>
1009+
"c++26": 202506, # P2988R12: std::optional<T&>
10101010
},
10111011
"headers": ["optional"],
10121012
},

0 commit comments

Comments
 (0)