Skip to content

Commit

Permalink
clang-tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carlstrom <[email protected]>
  • Loading branch information
InvincibleRMC committed Feb 22, 2025
1 parent 8270cef commit c0cd2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pybind11/cast.h
Original file line number Diff line number Diff line change
Expand Up @@ -1337,7 +1337,7 @@ std::string generate_signature(const char *text,
const std::type_info *const *types,
size_t &type_index,
size_t &arg_index,
const bool is_annotation);
bool is_annotation);

// Declared in pytypes.h:
template <typename T, enable_if_t<!is_pyobject<T>::value, int>>
Expand Down

0 comments on commit c0cd2c3

Please sign in to comment.