
23 May
2007
23 May
'07
3:26 p.m.
Lewis Hyatt skrev:
I haven't tried 1.34 yet, but I have a vague memory that the iterators for ptr_map were changed to have the same interface as std::map. (So, for instance, the key for iter is accessed with iter->first, instead of iter.key()). Is this true?
yes.
And if so, can this be added to the list of changes for 1.34? I didn't see it there, and this is an important change, since it will break a lot of code. Thanks.
it's not on the main boost page, but avaible here: http://www.boost.org/libs/ptr_container/doc/ptr_container.html#upgrading-fro... -Thorsten