Commit 3ed62218 authored by Jason Rhinelander's avatar Jason Rhinelander
Browse files

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.
parent 4b159230
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment