From c9e16eda16b48969df6f33c7d2d29996537e0ba7 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 16 Mar 2012 08:48:10 +0000 Subject: [PATCH] Quickbook: Merge from trunk. Includes blocks in lists fixes, and some documentation changes. [SVN r77347] --- include/boost/regex/pending/object_cache.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/regex/pending/object_cache.hpp b/include/boost/regex/pending/object_cache.hpp index 05b6bfa2..d47fbba9 100644 --- a/include/boost/regex/pending/object_cache.hpp +++ b/include/boost/regex/pending/object_cache.hpp @@ -151,7 +151,7 @@ boost::shared_ptr object_cache::do_get(const Key& k, --s; } else - --pos; + ++pos; } BOOST_ASSERT(s_data.index[k]->first.get() == result.get()); BOOST_ASSERT(&(s_data.index.find(k)->first) == s_data.cont.back().second);