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
interactive.h:321: error: no matching function for call to 'linq::interactivelinq::from_enumerable<std::vector<double&> >::aggregate()'
return aggregate(std::max);
^
How can I resolve this?
The text was updated successfully, but these errors were encountered:
std::vector d = {1,2,3};
linq::from(d).max()
produces
interactive.h:321: error: no matching function for call to 'linq::interactivelinq::from_enumerable<std::vector<double&> >::aggregate()'
return aggregate(std::max);
^
How can I resolve this?
The text was updated successfully, but these errors were encountered: