Commit 2d965d43 authored by Jason Rhinelander's avatar Jason Rhinelander
Browse files

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.
parent b7017c3d
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