Chris@16: ////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 Chris@16: // vector_135.hpp: serialization for stl vector templates for compatibility Chris@16: // with release 1.35, which had a bug Chris@16: Chris@16: // (C) Copyright 2008 Matthias Troyer Chris@16: // Use, modification and distribution is subject to the Boost Software Chris@16: // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at Chris@16: // http://www.boost.org/LICENSE_1_0.txt) Chris@16: Chris@16: // See http://www.boost.org for updates, documentation, and revision history. Chris@16: Chris@16: Chris@16: #ifndef BOOST_SERIALIZATION_VECTOR_135_HPP Chris@16: #define BOOST_SERIALIZATION_VECTOR_135_HPP Chris@16: Chris@16: #ifdef BOOST_SERIALIZATION_VECTOR_VERSIONED Chris@16: #if BOOST_SERIALIZATION_VECTOR_VERSION != 4 Chris@16: #error Boost.Serialization cannot be compatible with both 1.35 and 1.36-1.40 files Chris@16: #endif Chris@16: #else Chris@16: #define BOOST_SERIALIZATION_VECTOR_VERSIONED(V) (V>4) Chris@16: #endif Chris@16: Chris@16: #include Chris@16: Chris@16: #endif // BOOST_SERIALIZATION_VECTOR_135_HPP