diff --git a/vlib/v/gen/cgen.v b/vlib/v/gen/cgen.v index 386c617acb..2bae9dbdc5 100644 --- a/vlib/v/gen/cgen.v +++ b/vlib/v/gen/cgen.v @@ -37,8 +37,10 @@ const ( 'void', 'volatile', 'while', + // C++ keywords 'new', 'namespace', + 'class', 'typename' ] )