In the following example, I would like to remove the std::wstring(std::widen(...)) , but macroC ## returns only the char string literal - is there a way to place wchar?
#define FOO_MACRO(className)\ struct className##Factory : public OtherClass {\
How would I do the same using wchar?
source share