Hi!
We got a new compiler (solaris) and with this compiler we get a warning while compiling a project. The comopiler complains about a non-POD object. Does anyone know what this is??
This is the warning:
cheers
frag
patrick.metz@epost.de
We got a new compiler (solaris) and with this compiler we get a warning while compiling a project. The comopiler complains about a non-POD object. Does anyone know what this is??
This is the warning:
Code:
"ExceptionLogger.cpp", line 136: Warning: A non-POD object of type "std::basic_string<char, std::char_traits<char>, std::allocator<char>>" passed as a variable argument to function "StaticException::StaticException(ErrorStatusType, const char*, int, long, const char*, ...)".
cheers
frag
patrick.metz@epost.de