Skip to content

Debracket macro not expanded #397

@danmar

Description

@danmar

Example code:

#define A(val) DEBRACKET val
#define DEBRACKET(val) val

A((2))

gcc -E output:

2

simplecpp output:

DEBRACKET ( 2 )

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions