
22 Oct
2009
22 Oct
'09
10:35 a.m.
Igor R escribió:
Is it possible to use an std::pair with boost.foreach?
typedef std::map
map_type; map_type my_map; //.... BOOT_FOREACH(map_type::reference pair, my_map) { pair.first = 1;
How can this possibly work, being keys constant? Joaquín M López Muñoz Telefónica, Investigación y Desarrollo