|
Boost-Commit : |
From: troyer_at_[hidden]
Date: 2008-01-10 07:05:20
Author: troyer
Date: 2008-01-10 07:05:20 EST (Thu, 10 Jan 2008)
New Revision: 42650
URL: http://svn.boost.org/trac/boost/changeset/42650
Log:
Undid backward-compatibility breaking change in pair serialization level
Text files modified:
branches/serialization_next_release/boost/boost/serialization/utility.hpp | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
Modified: branches/serialization_next_release/boost/boost/serialization/utility.hpp
==============================================================================
--- branches/serialization_next_release/boost/boost/serialization/utility.hpp (original)
+++ branches/serialization_next_release/boost/boost/serialization/utility.hpp 2008-01-10 07:05:20 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