mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-12 01:10:34 +00:00
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.