You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The candidate that should be considered seems to be the one in middleware.h : 247, that's the same one getting error: no type named ‘type’ in ‘struct std::enable_if<false, void>’
Update: the error occurs for all instances of std::enable_if<black_magic::is_callable... I'm going to attempt to use the old method (black_magic::CallHelper) which didn't have this error.
I'm not sure what specifically in is_callable is causing this error, hence the switching back..
There are a couple issues that don't allow compiling, the most recent is this, but also the changes introduced in #327.
Here's an error log:
@dranikpg would it be possible to have
wrapped_handler_call
compile under GCC 4.8 ? What do you think?The text was updated successfully, but these errors were encountered: