mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cgen: handle c++ keyword
This commit is contained in:
@@ -37,8 +37,10 @@ const (
|
||||
'void',
|
||||
'volatile',
|
||||
'while',
|
||||
// C++ keywords
|
||||
'new',
|
||||
'namespace',
|
||||
'class',
|
||||
'typename'
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user