
13 Aug
2006
13 Aug
'06
8:19 p.m.
Hello, I'm wondering if it's am error in the doc of MultiIndex at http://www.boost.org/libs/multi_index/doc/tutorial.html In one of the sample code for "Sequenced indices", it reads *(s.begin())==1; // ERROR: the element cannot be changed It seems to be, according the intention of the author *(s.begin())=1; // ERROR: the element cannot be changed Thanks Max