mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-19 14:29:11 +00:00
The current `py::overload_cast` is hitting some ICEs under both MSVC 2015 and clang 3.8 on debian with the rewritten test suites; adding an empty constexpr constructor to the `overload_cast_impl` class seems to avoid the ICE.