mirror of
https://github.com/boostorg/regex.git
synced 2025-07-17 22:32:09 +02:00
@ -151,7 +151,7 @@ boost::shared_ptr<Object const> object_cache<Key, Object>::do_get(const Key& k,
|
|||||||
--s;
|
--s;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
--pos;
|
++pos;
|
||||||
}
|
}
|
||||||
BOOST_ASSERT(s_data.index[k]->first.get() == result.get());
|
BOOST_ASSERT(s_data.index[k]->first.get() == result.get());
|
||||||
BOOST_ASSERT(&(s_data.index.find(k)->first) == s_data.cont.back().second);
|
BOOST_ASSERT(&(s_data.index.find(k)->first) == s_data.cont.back().second);
|
||||||
|
Reference in New Issue
Block a user