Skip to content

#elif directive is subject to expression evaluations too  #57

@cyndyishida

Description

@cyndyishida

ex. this is valid

#if defined(M)
 test;
#elif 1
std::cout << "test " << std::endl;
#endif

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions