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