56 @quote directive
The @quote(x) directive macro expands literally to x (i.e. without macro expanding x). This is useful when we want to disable macro expansion within some scope.
| Before translation | After translation |
|---|---|
| |
The @quote(x) directive macro expands literally to x (i.e. without macro expanding x). This is useful when we want to disable macro expansion within some scope.
| Before translation | After translation |
|---|---|
| |