jonathf/matlab2cpp

mconvert.h issue

taiwuchiang opened this issue · 1 comments

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.

Thanks so much!