#include "yaml-cpp/value/convert.h" namespace YAML { // // template // Value convert >(const std::map& rhs) { // Value value(ValueType::Map); // for(std::map::const_iterator it=rhs.begin();it!=rhs.end();++it) // value[it->first] = it->second; // return value; // } }