Boost logo

Boost-Commit :

From: troyer_at_[hidden]
Date: 2008-01-10 06:55:13


Author: troyer
Date: 2008-01-10 06:55:13 EST (Thu, 10 Jan 2008)
New Revision: 42649
URL: http://svn.boost.org/trac/boost/changeset/42649

Log:
Undid backward-compatibility breaking change in pair serialization
Text files modified:
   branches/release/boost/serialization/utility.hpp | 4 ----
   1 files changed, 0 insertions(+), 4 deletions(-)

Modified: branches/release/boost/serialization/utility.hpp
==============================================================================
--- branches/release/boost/serialization/utility.hpp (original)
+++ branches/release/boost/serialization/utility.hpp 2008-01-10 06:55:13 EST (Thu, 10 Jan 2008)
@@ -49,10 +49,6 @@
 {
 };
 
-template <class T, class U>
-struct implementation_level<std::pair<T,U> >
- : mpl::int_<object_serializable> {} ;
-
 } // serialization
 } // namespace boost
 


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