Merge pull request #13218 from MathiasVP/c18-to-c17

C++: Replace `C18` with `C17` in documentation
This commit is contained in:
Mathias Vorreiter Pedersen
2023-05-18 16:42:15 +01:00
committed by GitHub

View File

@@ -4,7 +4,7 @@
:stub-columns: 1
Language,Variants,Compilers,Extensions
C/C++,"C89, C99, C11, C18, C++98, C++03, C++11, C++14, C++17, C++20 [1]_","Clang (and clang-cl [2]_) extensions (up to Clang 12.0),
C/C++,"C89, C99, C11, C17, C++98, C++03, C++11, C++14, C++17, C++20 [1]_","Clang (and clang-cl [2]_) extensions (up to Clang 12.0),
GNU extensions (up to GCC 11.1),