18 Feb
2009
18 Feb
'09
4:36 p.m.
I am trying to use list_of and map_list_of to initialize a std::vector
containing std::maps. I am using Boost 1.37 and Mac OS X 10.4 with Apple's G++
4.0.1. Here is a complete example:
#include <vector>
#include <map>
#include <string>
#include