I'd like to know how to tell C++ that if it is VC++ it should compiler this line or if it is GCC it should compile another line, i.e. if GCC #define FUNCTION __PRETTY_FUNCTION__ if MSVC #define FUNCTION __func__
any body? _______________________________________________ help-gplusplus mailing list help-gplusplus@gnu.org https://lists.gnu.org/mailman/listinfo/help-gplusplus