Skip to content

A param name that is C++ keyword causes compile failure #15

@kraptr

Description

@kraptr

If one of the parameter name, or flag name is a C++ keyword, we generate code without de-mangling its presence in the source code. For example, in this usage string:

ek [-str] [-namespace ] -out

The generated class has a static member, namespace, that causes compile failure.

We need to address this problem of c++ keywords.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions