$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r64312 - trunk/boost
From: joaquin_at_[hidden]
Date: 2010-07-24 05:17:02
Author: joaquin
Date: 2010-07-24 05:17:01 EDT (Sat, 24 Jul 2010)
New Revision: 64312
URL: http://svn.boost.org/trac/boost/changeset/64312
Log:
synced with silent yet backwards-compatibility-breaking change of serialization::version<T>:value type from unsigned int to int in [62358]
Text files modified:
trunk/boost/multi_index_container.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/multi_index_container.hpp
==============================================================================
--- trunk/boost/multi_index_container.hpp (original)
+++ trunk/boost/multi_index_container.hpp 2010-07-24 05:17:01 EDT (Sat, 24 Jul 2010)
@@ -1124,7 +1124,7 @@
boost::multi_index_container<Value,IndexSpecifierList,Allocator>
>
{
- BOOST_STATIC_CONSTANT(unsigned int,value=2);
+ BOOST_STATIC_CONSTANT(int,value=2);
};
} /* namespace serialization */
#endif