// BOOST Includes
#include // Boost::Assign
#include // Boost::Assign::List_Of
#include <
I tried this, and it fails because the keys of the map need to be comparable (with std::less, thus there needs to be an operator< defined). boost::tuple's comparison operators are defined in the header boost/tuple/tuple_comparison.hpp.
Having included that, this code works fine:
#include
#include
#include
#include