mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-21 07:59:17 +00:00
* Fix warning C26817: Potentially expensive copy of variable 'vh' in range-for loop. Consider making it a const reference (es.71). * Replace another instance of `for (auto vh : values_and_holders(...))` with `auto vh &` (found by @bstaletic) Co-authored-by: Michael Goulding <Michael.Goulding@microsoft.com> Co-authored-by: Yannick Jadoul <yannick.jadoul@belgacom.net> |
||
---|---|---|
.. | ||
pybind11 |