$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r55751 - branches/release/boost/mpl/map/aux_
From: agurtovoy_at_[hidden]
Date: 2009-08-24 00:11:00
Author: agurtovoy
Date: 2009-08-24 00:11:00 EDT (Mon, 24 Aug 2009)
New Revision: 55751
URL: http://svn.boost.org/trac/boost/changeset/55751
Log:
MPL: merge fix for #2042/#3298 from the trunk (thanks to Steven Watanabe for the fix!)
Text files modified:
branches/release/boost/mpl/map/aux_/insert_impl.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/boost/mpl/map/aux_/insert_impl.hpp
==============================================================================
--- branches/release/boost/mpl/map/aux_/insert_impl.hpp (original)
+++ branches/release/boost/mpl/map/aux_/insert_impl.hpp 2009-08-24 00:11:00 EDT (Mon, 24 Aug 2009)
@@ -39,7 +39,7 @@
>
#else
, m_item<
- next< typename Map::size >::type::value
+ Map::order::value
, typename Pair::first
, typename Pair::second
, Map