aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-family/c-common.h')
-rw-r--r--gcc/c-family/c-common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/c-family/c-common.h b/gcc/c-family/c-common.h
index d57829b..da6a0be 100644
--- a/gcc/c-family/c-common.h
+++ b/gcc/c-family/c-common.h
@@ -703,7 +703,9 @@ enum cxx_dialect {
/* C++14 */
cxx14,
/* C++17 */
- cxx17
+ cxx17,
+ /* C++2a (C++20?) */
+ cxx2a
};
/* The C++ dialect being used. C++98 is the default. */