I am running into a problem building using Visual Studio.
The error is as follows:
manif/impl/bundle/Bundle.h(21): error C2947: expecting '>' to terminate template-argument-list, found '<'
Line in question is
using Elements = std::tuple< _T<_Scalar> ... >;
My experience with templates is very limited, any help is appreciated.
Thank you.