mirror of
https://github.com/boostorg/serialization.git
synced 2026-01-24 06:22:08 +00:00
Removed vector_134-hpp since default is compatibility with 1.34
[SVN r47284]
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user