pybind11/include
Jason Rhinelander 2d965d43a6 Add MSVC 2017 cpp_function ICE workaround
The `decltype(...)` in the template parameter that gives us SFINAE
matching for a lambda makes MSVC 2017 ICE; this works around if by
changing the test to an explicit not-a-function-or-pointer test, which
seems to work everywhere.
2017-03-12 20:02:58 -03:00
..
pybind11 Add MSVC 2017 cpp_function ICE workaround 2017-03-12 20:02:58 -03:00