style: pre-commit fixes

This commit is contained in:
pre-commit-ci[bot] 2024-06-12 19:09:48 +00:00
parent b8336a8bb7
commit 5f815052b0
1 changed files with 1 additions and 1 deletions

View File

@ -699,7 +699,7 @@ protected:
template <size_t... Is> template <size_t... Is>
bool load_impl(const sequence &seq, bool convert, index_sequence<Is...>) { bool load_impl(const sequence &seq, bool convert, index_sequence<Is...>) {
using std::get; using std::get;
#ifdef __cpp_fold_expressions #ifdef __cpp_fold_expressions
if ((... || !get<Is>(subcasters).load(seq[Is], convert))) { if ((... || !get<Is>(subcasters).load(seq[Is], convert))) {
return false; return false;