Skip to content

Commit

Permalink
fix extra ;
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Dec 5, 2024
1 parent 4788d8c commit bc8f095
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 @@ -1336,7 +1336,7 @@ template <typename T>
str_attr_accessor object_api<D>::attr_with_type(const char *key) const {
annotations()[key] = make_caster<T>::name.text;
return {derived(), key};
};
}

// Placeholder type for the unneeded (and dead code) static variable in the
// PYBIND11_OVERRIDE_OVERRIDE macro
Expand Down

0 comments on commit bc8f095

Please sign in to comment.