diff options
author | cor3ntin <corentinjabot@gmail.com> | 2025-02-20 13:55:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-20 13:55:32 +0100 |
commit | 12f8ed58a039ff3a3365591203f76ae07a179215 (patch) | |
tree | 946f8db4a835c2d81aef2c2a6f494505483e4791 /clang/test/Lexer/cxx-features.cpp | |
parent | 0c809ea336143f6118339521cbebe9e182e7a5e5 (diff) | |
download | llvm-12f8ed58a039ff3a3365591203f76ae07a179215.zip llvm-12f8ed58a039ff3a3365591203f76ae07a179215.tar.gz llvm-12f8ed58a039ff3a3365591203f76ae07a179215.tar.bz2 |
[Clang] Mark P1061 (Structured Bindings can introduce a Pack) as implemented (#127980)
Implemented in abc8812df02599fc413d9ed77b992f8236ed2af9
Diffstat (limited to 'clang/test/Lexer/cxx-features.cpp')
-rw-r--r-- | clang/test/Lexer/cxx-features.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Lexer/cxx-features.cpp b/clang/test/Lexer/cxx-features.cpp index b423e94..ff9a1a1 100644 --- a/clang/test/Lexer/cxx-features.cpp +++ b/clang/test/Lexer/cxx-features.cpp @@ -229,7 +229,7 @@ #error "wrong value for __cpp_aggregate_bases" #endif -#if check(structured_bindings, 0, 0, 0, 202403L, 202403L, 202403L, 202403L) +#if check(structured_bindings, 0, 0, 0, 202411L, 202411L, 202411L, 202411L) #error "wrong value for __cpp_structured_bindings" #endif |