id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 2840,[type traits] is_pod::value != BOOST_IS_POD(T),johan.torp@…,John Maddock,"According to boost/type_traits/intrinsics.hpp: // BOOST_IS_POD(T) should evaluate to true if T is a POD type This is not true for MSVC. Excerpted from the __is_pod documentation at http://msdn.microsoft.com/en-us/library/ms177194.aspx: ""Returns true if the type is a class or union with no constructor or private or protected non-static members, no base classes, and no virtual functions. See the C++ standard, sections 8.5.1/1, 9/4, and 3.9/10 for more information on PODs. __is_pod will return false on fundamental types."" Note that is_pod works fine. Best Regards, Johan Torp www.johantorp.com ",Bugs,closed,To Be Determined,type_traits,Boost 1.38.0,Not Applicable,invalid,,