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
Or if that doesn't work, we could also think about allowing the following with an Args... overload.
This would require a bunch of annoying std::enable_if's though.
Maybe it's possible to do an empty implementation like the following:
empty<double>({_3, _2, _5});
by using compile time integer placeholders (http://en.cppreference.com/w/cpp/utility/functional/placeholders)
Or if that doesn't work, we could also think about allowing the following with an
Args...
overload.This would require a bunch of annoying
std::enable_if
's though.The text was updated successfully, but these errors were encountered: