M> template<const char* __file, int __line> M> void ___my_trace(const char* p_Format, ...); M> #ifdef _DEBUG M> #define trace ___my_trace<__FILE__, __LINE__> M>