mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-17 22:20:41 +00:00
remove constexpr to help export void arg functions with Intel (#557)
This commit is contained in:
parent
2029171211
commit
c79e435e00
@ -1262,7 +1262,7 @@ private:
|
|||||||
return load_impl_sequence(args, indices{});
|
return load_impl_sequence(args, indices{});
|
||||||
}
|
}
|
||||||
|
|
||||||
static constexpr bool load_impl_sequence(handle, index_sequence<>) { return true; }
|
static bool load_impl_sequence(handle, index_sequence<>) { return true; }
|
||||||
|
|
||||||
template <size_t... Is>
|
template <size_t... Is>
|
||||||
bool load_impl_sequence(handle src, index_sequence<Is...>) {
|
bool load_impl_sequence(handle src, index_sequence<Is...>) {
|
||||||
|
Loading…
Reference in New Issue
Block a user