mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-07 00:04:42 +00:00
* Adding PYBIND11_COMPAT_BOOL_CAST to appease MSVC 2015 warning C4800. * Replacing PYBIND11_COMPAT_BOOL_CAST with simpler != 0 * Extra parentheses (almost all compilers failed without these).