12345678910111213141516171819202122232425262728 |
- #ifndef BOOST_SERIALIZATION_VECTOR_135_HPP
- #define BOOST_SERIALIZATION_VECTOR_135_HPP
- #ifdef BOOST_SERIALIZATION_VECTOR_VERSION
- #if BOOST_SERIALIZATION_VECTOR_VERSION != 4
- #error Boost.Serialization cannot be compatible with both 1.34.1. and 1.35 files. Please include boost/serialization/vector_135.hpp before vector.hpp to be compatible with 1.35 files
- #endif
- #else
- #define BOOST_SERIALIZATION_VECTOR_VERSION 4
- #endif
- #include <boost/serialization/vector.hpp>
- #endif
|