A little bit related to this issue but from other end: https://github.com/beltoforion/muparser/issues/152 Is it possible to use `const char_type*` as `userdata`? Basically was thinking of implementing something like `printf("string %d", x)` with variable number of parameters that start with string.
A little bit related to this issue but from other end:
#152
Is it possible to use
const char_type*asuserdata?Basically was thinking of implementing something like
printf("string %d", x)with variable number of parameters that start with string.