
4 May
2005
4 May
'05
11:21 p.m.
Joe Gottman wrote:
int key; std::string value; BOOST_FOREACH(boost::tuples::tie(key, value), theMap) { std::cout << key << " => " << value << "\n"; }
That's neat. Maybe I'll add this as an example to the docs.
Incidentally, if it's not too late I'd like to vote to ACCEPT BOOST_FOREACH into boost.
Officially, the review ended Monday. -- Eric Niebler Boost Consulting www.boost-consulting.com