From f471d61d0b76aba27154a9a738e73271d03ec040 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Tue, 11 Nov 2014 23:03:00 +0100 Subject: [PATCH] reworded statement in latest doc change --- doc/tutorial/basics.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/tutorial/basics.html b/doc/tutorial/basics.html index 6da5308..14ed98f 100644 --- a/doc/tutorial/basics.html +++ b/doc/tutorial/basics.html @@ -1073,7 +1073,8 @@ is thus designed upon that of std::list; nearly every operation provided in the standard container is replicated here, occasionally with changes in the syntax and/or semantics to cope with the constraints imposed by Boost.MultiIndex. An important difference, commented above, -is the fact that sequenced index iterators are constant: +is the fact that the values pointed to by sequenced index iterators are treated +as constant: