Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

what is a POD object? 1

Status
Not open for further replies.

frag

Programmer
Dec 7, 2000
321
GB
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:
Code:
&quot;ExceptionLogger.cpp&quot;, line 136: Warning: A non-POD object of type &quot;std::basic_string<char, std::char_traits<char>, std::allocator<char>>&quot; passed as a variable argument to function &quot;StaticException::StaticException(ErrorStatusType, const char*, int, long, const char*, ...)&quot;.


cheers

frag

patrick.metz@epost.de
 
Hi xwb!

This was the right tip, thank you very much! :))

cheers

frag

patrick.metz@epost.de
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top