From 5f815052b0bd74f571d3353afdc406e7dfcbfbca Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 19:09:48 +0000 Subject: [PATCH] style: pre-commit fixes --- include/pybind11/cast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;