$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r82606 - sandbox-branches/geometry/index/boost/geometry/index
From: adam.wulkiewicz_at_[hidden]
Date: 2013-01-25 08:23:11
Author: awulkiew
Date: 2013-01-25 08:23:10 EST (Fri, 25 Jan 2013)
New Revision: 82606
URL: http://svn.boost.org/trac/boost/changeset/82606
Log:
MPL_ASSERT_MSG message modified.
Text files modified: 
   sandbox-branches/geometry/index/boost/geometry/index/rtree.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox-branches/geometry/index/boost/geometry/index/rtree.hpp
==============================================================================
--- sandbox-branches/geometry/index/boost/geometry/index/rtree.hpp	(original)
+++ sandbox-branches/geometry/index/boost/geometry/index/rtree.hpp	2013-01-25 08:23:10 EST (Fri, 25 Jan 2013)
@@ -644,7 +644,7 @@
     size_type query(Predicates const& predicates, value_type & v) const
     {
         static const unsigned nearest_count = detail::predicates_count_nearest<Predicates>::value;
-        BOOST_MPL_ASSERT_MSG((nearest_count == 1), PASS_NEAREST_PREDICATE_TO_GET_VALUE_AS_RESULT, (Predicates));
+        BOOST_MPL_ASSERT_MSG((nearest_count == 1), PASS_ONE_VALUE_NEAREST_PREDICATE_TO_GET_VALUE_AS_RESULT, (Predicates));
 
         return query_dispatch(predicates, v, boost::mpl::bool_<true>());
     }