Files
pybind11/include/pybind11
Jason Rhinelander 3ed62218a8 overload_cast MSVC 2015 fix
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.
2017-08-05 18:46:22 -04:00
..
2017-03-11 23:04:16 -04:00
2017-08-05 18:46:22 -04:00
2017-05-10 10:42:23 -04:00
2017-06-29 11:31:54 +02:00