mirror of
https://github.com/pybind/pybind11.git
synced 2026-07-12 02:03:51 +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).