std::is_constructible<json, std::unordered_map<std::string, Data>> when to_json not defined #1805
Labels
kind: bug
release item: 🐛 bug fix
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
Milestone
Building the following code failed:
With the following error:
std::is_constructible<json, std::unordered_map<std::string, Data>>::value
should be falseThe text was updated successfully, but these errors were encountered: