jbeder / yaml-cpp

A YAML parser and emitter in C++
MIT License
5.18k stars 1.87k forks source link

Make `YAML::convert<T>::{encode,decode}` support `std::unordered_set<T>` #1322

Open jjerphan opened 1 month ago

jjerphan commented 1 month ago

Hi,

Thank you for maintaining yaml-cpp.

Looking at the implementation of YAML::convert<T> and its specialization as of b95aa14, it does not seem that std::unordered_set<T> is supported yet.

Is a contribution just missing for its support? :slightly_smiling_face: