mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-21 20:55:11 +00:00
style: pre-commit fixes
This commit is contained in:
parent
b8336a8bb7
commit
5f815052b0
@ -699,7 +699,7 @@ protected:
|
||||
template <size_t... Is>
|
||||
bool load_impl(const sequence &seq, bool convert, index_sequence<Is...>) {
|
||||
using std::get;
|
||||
|
||||
|
||||
#ifdef __cpp_fold_expressions
|
||||
if ((... || !get<Is>(subcasters).load(seq[Is], convert))) {
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user