From 294dd90076f7f06daab267ef1584f6163b773c10 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Mon, 24 Aug 2009 04:11:00 +0000 Subject: [PATCH] MPL: merge fix for #2042/#3298 from the trunk (thanks to Steven Watanabe for the fix!) [SVN r55751] --- include/boost/mpl/map/aux_/insert_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/mpl/map/aux_/insert_impl.hpp b/include/boost/mpl/map/aux_/insert_impl.hpp index 42232a2..fb61ed9 100644 --- a/include/boost/mpl/map/aux_/insert_impl.hpp +++ b/include/boost/mpl/map/aux_/insert_impl.hpp @@ -39,7 +39,7 @@ struct map_insert_impl > #else , m_item< - next< typename Map::size >::type::value + Map::order::value , typename Pair::first , typename Pair::second , Map