We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This C macro: #define ZSTD_QUOTE(str) #str
#define ZSTD_QUOTE(str) #str
Produces no output.
Expected output would be something like:
auto ZSTD_QUOTE(alias sym)() { return sym.stringof; }