mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Remove wrong static_assert().
This commit is contained in:
@@ -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);
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user