std::is_constructible is always true with tuple #1825
Labels
confirmed
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:
In this case
std::is_constructible<json, std::tuple<std::string, Data>>::value
should be false.The text was updated successfully, but these errors were encountered: