We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
YAML::convert<T>::{encode,decode}
std::unordered_set<T>
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>
Is a contribution just missing for its support? 🙂
The text was updated successfully, but these errors were encountered:
libsolv
solver_unifyrules
No branches or pull requests
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? 🙂
The text was updated successfully, but these errors were encountered: