mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-02-02 21:45:53 +08: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…
x
Reference in New Issue
Block a user