fktn-k / fkYAML

A C++ header-only YAML library
MIT License
69 stars 7 forks source link

#256 Added specialization of from_node() for std::map with compatible key/value types #260

Closed fktn-k closed 10 months ago

fktn-k commented 10 months ago

As described in #256, specialization of from_node() for std::map whose key/value types are both compatible with basic_node.
Test cases related to the specialization have also been added.


Pull Request Checklist

Read the CONTRIBUTING.md file for detailed information.

Please don't

coveralls commented 10 months ago

Coverage Status

coverage: 100.0%. remained the same when pulling b2de650bacd6647ae109c6d342ec4261b0c52072 on feature/256_add_specialization_for_std_map into 024294a41557e58bcb16c6ccef9090a35d20816e on develop.