const char* type and string missmatch?

Started by
19 comments, last by Tradone 18 years, 1 month ago
for (multimap<string, int, case_insensitive_test>::const_reverse_iterator const_it = multimap_order.rbegin() const; const_it != multimap_order.rend() const; ++const_it ){


and please perhaps the correct syntax for reverse iterators?

and I got those informations here:http://www.roguewave.com/support/docs/leif/sourcepro/html/stdlibref/multimap.html#sec9

This topic is closed to new replies.

Advertisement