Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

branch: python_multiple_inheritance_test_pywrapcc #30077

Closed

Conversation

rwgk
Copy link
Contributor

@rwgk rwgk commented Nov 7, 2023

Description

pybind11 master PR: pybind/pybind11#4762

Suggested changelog entry:

Ralf W. Grosse-Kunstleve added 4 commits November 7, 2023 09:25
```
include/pybind11/detail/type_caster_base.h:795:21: error: the 'empty' method should be used to check for emptiness instead of 'size' [readability-container-size-empty,-warnings-as-errors]
                if (matching_bases.size() != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
                    !matching_bases.empty()
```
@rwgk
Copy link
Contributor Author

rwgk commented Nov 8, 2023

CLosing in favor of #30079.

@rwgk rwgk closed this Nov 8, 2023
@rwgk rwgk deleted the python_multiple_inheritance_test_pywrapcc branch November 8, 2023 22:17
@rwgk
Copy link
Contributor Author

rwgk commented Nov 8, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant