We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
exception
1 parent 5b450d8 commit e7ecc9fCopy full SHA for e7ecc9f
tool/src/org/antlr/v4/codegen/target/CppTarget.java
@@ -37,8 +37,8 @@ public class CppTarget extends Target {
37
"bitor", "bool", "break", "case", "catch", "char", "char16_t",
38
"char32_t", "class", "compl", "concept", "const", "constexpr",
39
"const_cast", "continue", "decltype", "default", "delete", "do",
40
- "double", "dynamic_cast", "else", "enum", "explicit", "export",
41
- "extern", "false", "float", "for", "friend", "goto", "if",
+ "double", "dynamic_cast", "else", "enum", "exception", "explicit",
+ "export", "extern", "false", "float", "for", "friend", "goto", "if",
42
"inline", "int", "long", "mutable", "namespace", "new",
43
"noexcept", "not", "not_eq", "nullptr", "NULL", "operator", "or",
44
"or_eq", "private", "protected", "public", "register",
0 commit comments