diff --git a/boost/archive/detail/iserializer.hpp b/boost/archive/detail/iserializer.hpp index 46033fd..f690ae3 100644 --- a/boost/archive/detail/iserializer.hpp +++ b/boost/archive/detail/iserializer.hpp @@ -173,7 +173,7 @@ BOOST_DLLEXPORT void iserializer::load_object_data( // readers of these old archives, we have to suppress this // code. Perhaps in the future we might re-enable it but // permit its suppression with a runtime switch. - #if 0 + #if 1 // trap case where the program cannot handle the current version if(file_version > static_cast(version())) boost::serialization::throw_exception(