mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-13 09:46:10 +00:00
PR #329 generates the following warning under MSVC: ...\cast.h(202): warning C4456: declaration of 'it' hides previous local declaration This renames the second iterator to silence it.