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
A small but important issue has to be fixed. If you look at apply_f function, the return type should be std::vector<return type of F>. I tried to extract F's return type (using result_of<F(T)>::type) but I'm missing something. @dpiparo Could you please advise?
Simple vector math operations are available through vector_math.h library. Operations supported:
The text was updated successfully, but these errors were encountered: