Remove wrong static_assert().

This commit is contained in:
Mikaël Capelle
2020-05-07 00:19:11 +02:00
parent 4209d90533
commit 29a5eb8366
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -1036,9 +1036,6 @@ BOOST_PYTHON_MODULE(mobase)
else if constexpr (std::is_same_v<decltype(v), bool>) {
return v;
}
else {
static_assert("Incorrect visitor.");
}
}, ret);
});
})