diff --git a/include/pybind11/cast.h b/include/pybind11/cast.h index acf1a670f..ee3d20549 100644 --- a/include/pybind11/cast.h +++ b/include/pybind11/cast.h @@ -699,7 +699,7 @@ protected: template bool load_impl(const sequence &seq, bool convert, index_sequence) { using std::get; - + #ifdef __cpp_fold_expressions if ((... || !get(subcasters).load(seq[Is], convert))) { return false;