We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unchecked()
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
This line probably means mutable_unchecked(), not unchecked().
mutable_unchecked()
pybind11/include/pybind11/numpy.h
Line 1124 in 4768a6f
The text was updated successfully, but these errors were encountered:
Inconsistent comments between 2 templates of unchecked().
4f47425
This comment is unrelated to having T in tparam or not. Probably a typo. Copied the correct one here. Resolve pybind#4518
Inconsistent comments between 2 templates of unchecked(). (#4519)
a19daea
This comment is unrelated to having T in tparam or not. Probably a typo. Copied the correct one here. Resolve #4518
b596235
Successfully merging a pull request may close this issue.
Problem description
This line probably means
mutable_unchecked()
, notunchecked()
.pybind11/include/pybind11/numpy.h
Line 1124 in 4768a6f
The text was updated successfully, but these errors were encountered: