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:
parent
99ce3d456b
commit
1b36d7a037
@ -37,8 +37,10 @@ const (
|
||||
'void',
|
||||
'volatile',
|
||||
'while',
|
||||
// C++ keywords
|
||||
'new',
|
||||
'namespace',
|
||||
'class',
|
||||
'typename'
|
||||
]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user