mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Added half of the std::map conversion (we don't have reading from Values yet)
This commit is contained in:
@@ -2,13 +2,4 @@
|
||||
|
||||
namespace YAML
|
||||
{
|
||||
|
||||
//
|
||||
// template<typename K, typename V>
|
||||
// Value convert<std::map<K, V> >(const std::map<K, V>& rhs) {
|
||||
// Value value(ValueType::Map);
|
||||
// for(std::map<K, V>::const_iterator it=rhs.begin();it!=rhs.end();++it)
|
||||
// value[it->first] = it->second;
|
||||
// return value;
|
||||
// }
|
||||
}
|
||||
|
Reference in New Issue
Block a user