Removed vector_134-hpp since default is compatibility with 1.34

[SVN r47284]
This commit is contained in:
Matthias Troyer
2008-07-10 07:24:45 +00:00
parent c6b7a16fc4
commit 57e84bb71f

View File

@@ -1,20 +0,0 @@
#ifndef BOOST_SERIALIZATION_VECTOR_134_HPP
#define BOOST_SERIALIZATION_VECTOR_134_HPP
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// vector_134.hpp: backwards compatibility with 1.34.1 files
// (C) Copyright 2008 Matthias Troyer
#ifdef BOOST_SERIALIZATION_VECTOR_VERSION
#if BOOST_SERIALIZATION_VECTOR_VERSION != 3
#error Boost.Serialization cannot be compatible with both 1.34.1. and 1.35 files. Please include boost/serialization/vector_134.hpp before vector.hpp to be compatible with 1.34.1 files
#endif
#else
#define BOOST_SERIALIZATION_VECTOR_VERSION 3
#endif
#include <boost/serialization/vector.hpp>
#endif // BOOST_SERIALIZATION_VECTOR_134_HPP