Fix int_ shadowing problem in detail namespace
If operators.h is included, int_ function in the `detail` namespace will shadow pybind11::int_ type, so the fully qualified name has to be used.
parent
b692896f
Please register or sign in to comment