mconvert.h issue
taiwuchiang opened this issue · 1 comments
taiwuchiang commented
Hello:
There is a compilation error on Ubuntu (but not on Windows).
at line 263 of mconvert.h:
typedef typename eT T::elem_type;
should be
typedef typename T::elem_type eT;
Thanks.
taiwuchiang commented
Thanks so much!