hello.when i use marco__func__ with AY_OBFUSCATE(),the complier throw this error:
error: template argument 1 is invalid
206 | []() -> ay::obfuscated_data<sizeof(data)/sizeof(data[0]), key>& { \
| ^
note: in expansion of macro ‘AY_OBFUSCATE_KEY’
199 | #define AY_OBFUSCATE(data) AY_OBFUSCATE_KEY(data,AY_OBFUSCATE_DEFAULT_KEY)
| ^~~~~~~~~~~~~~~~
note: in expansion of macro ‘AY_OBFUSCATE’
28 | const char* functionName = AY_OBFUSCATE(__func__)
| ^~~~~~~~~~~~
how can i use __func__ with AY_OBFUSCATE? thanks :)
hello.when i use marco
__func__withAY_OBFUSCATE(),the complier throw this error:how can i use
__func__with AY_OBFUSCATE? thanks :)