| commit | cc36ac51a0e46486e5dc714d22a6c6f718283e56 | [log] [tgz] |
|---|---|---|
| author | Joshua Oreman <oremanj@hudson-trading.com> | Wed Oct 15 12:10:50 2025 -0400 |
| committer | GitHub <noreply@github.com> | Wed Oct 15 09:10:50 2025 -0700 |
| tree | 1f59a5b740d9b24d9384dc34b0a1bf5517e90530 | |
| parent | a2c59711b20707d64b7ad61d488e002611369780 [diff] |
type_caster_generic: fix compiler error when casting a T that is implicitly convertible from T* (#5873) * type_caster_generic: fix compiler error when casting a T that is implicitly convertible from T* * style: pre-commit fixes * Placate clang-tidy * Expand NOLINT to specify Clang-Tidy check names --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ralf W. Grosse-Kunstleve <rgrossekunst@nvidia.com>