
2 Sep
2009
2 Sep
'09
9:42 a.m.
Hi Ion, It appears that the value_type of a boost::container::vector<...>::const_iterator is const-qualified. Is this the correct semantics? I was under the impression that, generally speaking, value_type's are stripped of const qualification, but I could very well be wrong. I recently replaced some uses of std::vector with boost::container::vector in my own code, and the difference in the const-qualification of value_type triggers some MPL assertion failures... Thanks, - Jeff