j
k
j a
j l
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; pair.second = 2.0; }
Back to the thread
Back to the list