Hello All,
Could someone please help me to understand why code below fails to
compile with STATIC_ASSERTION_FAILURE in basic_xml_iarchive.hpp
// If your program fails to compile here, its most likely due
to
// not specifying an nvp wrapper around the variable to
// be serialized.
BOOST_STATIC_ASSERT(0 == sizeof(T));
Code does compile if BOOST_CLASS_EXPORT line is commeted out.
#include