$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r67438 - trunk/boost/archive/detail
From: ramey_at_[hidden]
Date: 2010-12-23 17:33:47
Author: ramey
Date: 2010-12-23 17:33:45 EST (Thu, 23 Dec 2010)
New Revision: 67438
URL: http://svn.boost.org/trac/boost/changeset/67438
Log:
attempt to make binary archive created with versions < 1.42 readable
Text files modified:
trunk/boost/archive/detail/oserializer.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/archive/detail/oserializer.hpp
==============================================================================
--- trunk/boost/archive/detail/oserializer.hpp (original)
+++ trunk/boost/archive/detail/oserializer.hpp 2010-12-23 17:33:45 EST (Thu, 23 Dec 2010)
@@ -438,7 +438,7 @@
boost::serialization::throw_exception(
archive_exception(
archive_exception::unregistered_class,
- bpos->get_debug_info()
+ "derived class not registered or exported"
)
);
ar.save_pointer(vp, bpos);