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
But this does not work (at least in VS17, and I'm using C++ 17).
Looks like because decltype(&T::operator()) in has_operator_fn failed for some reason.
Any ideas?
The text was updated successfully, but these errors were encountered:
I have a function like:
Since I want it to be used like a static in lua, I bind it using
But this does not work (at least in VS17, and I'm using C++ 17).
Looks like because
decltype(&T::operator())
inhas_operator_fn
failed for some reason.Any ideas?
The text was updated successfully, but these errors were encountered: