Boost logo

Boost-Commit :

From: troyer_at_[hidden]
Date: 2008-07-10 03:24:45


Author: troyer
Date: 2008-07-10 03:24:45 EDT (Thu, 10 Jul 2008)
New Revision: 47284
URL: http://svn.boost.org/trac/boost/changeset/47284

Log:
Removed vector_134-hpp since default is compatibility with 1.34
Removed:
   trunk/boost/serialization/vector_134.hpp

Deleted: trunk/boost/serialization/vector_134.hpp
==============================================================================
--- trunk/boost/serialization/vector_134.hpp 2008-07-10 03:24:45 EDT (Thu, 10 Jul 2008)
+++ (empty 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


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk