mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-06 15:54:12 +00:00
* Change variable name `it` to `curr_overl` to improve readability, add `assert()` in the only place where `curr_overl` could become `nullptr`. * Move the `assert()` to where Coverty generates a false positive. * variable name as suggested by @henryiii