
14 Aug
2006
14 Aug
'06
2:19 a.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