diff options
author | Nikolas Klauser <nikolasklauser@berlin.de> | 2022-02-14 18:26:02 +0100 |
---|---|---|
committer | Nikolas Klauser <nikolasklauser@berlin.de> | 2022-02-14 20:52:51 +0100 |
commit | 2a8f9a5e95dec3adcdee603358dc03def6d2245e (patch) | |
tree | 15ddae2e7ca832873a4ed81fe2f03b28abe9fe6b /libcxx/utils/generate_feature_test_macro_components.py | |
parent | b305de142cc26b0cf5ba6e9d314c1598ca39a60a (diff) | |
download | llvm-2a8f9a5e95dec3adcdee603358dc03def6d2245e.tar.gz |
[libc++] Implement P0627R6 (Function to mark unreachable code)
Reviewed By: ldionne, Quuxplusone, #libc
Spies: arichardson, mstorsjo, libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D119152
Diffstat (limited to 'libcxx/utils/generate_feature_test_macro_components.py')
-rwxr-xr-x | libcxx/utils/generate_feature_test_macro_components.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/utils/generate_feature_test_macro_components.py b/libcxx/utils/generate_feature_test_macro_components.py index 90c9643ac99c..f2140ed41f1d 100755 --- a/libcxx/utils/generate_feature_test_macro_components.py +++ b/libcxx/utils/generate_feature_test_macro_components.py @@ -744,7 +744,6 @@ feature_test_macros = [ add_version_header(x) for x in [ "name": "__cpp_lib_unreachable", "values": { "c++2b": 202202 }, "headers": ["utility"], - "unimplemented": True, }, { "name": "__cpp_lib_unwrap_ref", "values": { "c++20": 201811 }, |