问题
Is that possible to unquote __FUNCTION__
macro?
I need to call function with same name from other object:
this->__FUNCTION__(params)
But function gives function name with quotes...
来源:https://stackoverflow.com/questions/36352289/unquote-function-macro-in-c