Open jjerphan opened 1 month ago
Hi,
Thank you for maintaining yaml-cpp.
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.
YAML::convert<T>
std::unordered_set<T>
Is a contribution just missing for its support? :slightly_smiling_face:
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 thatstd::unordered_set<T>
is supported yet.Is a contribution just missing for its support? :slightly_smiling_face: