annotate DEPENDENCIES/generic/include/boost/serialization/vector_135.hpp @ 133:4acb5d8d80b6 tip

Don't fail environmental check if README.md exists (but .txt and no-suffix don't)
author Chris Cannam
date Tue, 30 Jul 2019 12:25:44 +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