
2 Sep
2009
2 Sep
'09
10:57 a.m.
Jeffrey Hellrung escribió:
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 think you are right (at least other implementations don't const-qualify value_type). I'll see if this error is also in other containers. Best, Ion