Mercurial > hg > vamp-build-and-test
annotate DEPENDENCIES/generic/include/boost/serialization/vector_135.hpp @ 125:34e428693f5d vext
Vext -> Repoint
author | Chris Cannam |
---|---|
date | Thu, 14 Jun 2018 11:15:39 +0100 |
parents | 2665513ce2d3 |
children |
rev | line source |
---|---|
Chris@16 | 1 ////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 |
Chris@16 | 2 // vector_135.hpp: serialization for stl vector templates for compatibility |
Chris@16 | 3 // with release 1.35, which had a bug |
Chris@16 | 4 |
Chris@16 | 5 // (C) Copyright 2008 Matthias Troyer |
Chris@16 | 6 // Use, modification and distribution is subject to the Boost Software |
Chris@16 | 7 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at |
Chris@16 | 8 // http://www.boost.org/LICENSE_1_0.txt) |
Chris@16 | 9 |
Chris@16 | 10 // See http://www.boost.org for updates, documentation, and revision history. |
Chris@16 | 11 |
Chris@16 | 12 |
Chris@16 | 13 #ifndef BOOST_SERIALIZATION_VECTOR_135_HPP |
Chris@16 | 14 #define BOOST_SERIALIZATION_VECTOR_135_HPP |
Chris@16 | 15 |
Chris@16 | 16 #ifdef BOOST_SERIALIZATION_VECTOR_VERSIONED |
Chris@16 | 17 #if BOOST_SERIALIZATION_VECTOR_VERSION != 4 |
Chris@16 | 18 #error Boost.Serialization cannot be compatible with both 1.35 and 1.36-1.40 files |
Chris@16 | 19 #endif |
Chris@16 | 20 #else |
Chris@16 | 21 #define BOOST_SERIALIZATION_VECTOR_VERSIONED(V) (V>4) |
Chris@16 | 22 #endif |
Chris@16 | 23 |
Chris@16 | 24 #include <boost/serialization/vector.hpp> |
Chris@16 | 25 |
Chris@16 | 26 #endif // BOOST_SERIALIZATION_VECTOR_135_HPP |