reworded statement in latest doc change

This commit is contained in:
joaquintides 2014-11-11 23:03:00 +01:00
parent e18ece1ec1
commit f471d61d0b

View File

@ -1073,7 +1073,8 @@ is thus designed upon that of <code>std::list</code>; nearly every operation
provided in the standard container is replicated here, occasionally with changes provided in the standard container is replicated here, occasionally with changes
in the syntax and/or semantics to cope with the constraints imposed by in the syntax and/or semantics to cope with the constraints imposed by
Boost.MultiIndex. An important difference, commented <a href="#iterator_access">above</a>, Boost.MultiIndex. An important difference, commented <a href="#iterator_access">above</a>,
is the fact that sequenced index iterators are <i>constant</i>: is the fact that the values pointed to by sequenced index iterators are treated
as <i>constant</i>:
</p> </p>
<blockquote><pre> <blockquote><pre>