4 Aug
2009
4 Aug
'09
3:37 p.m.
typedef vector
> vec_type; vec_type l_listLeftLines; foreach (vec_type::reference i_pair, l_listLeftLines) {...}
It is a bit of a pain to have to resort to the typedef. Because I iterate over std::maps quite a lot, I've semi-seriously toyed with the idea of a submitting a feature request for
BOOST_FOREACH_PAIR( std::pair