ddemidov / mba

Scattered data interpolation with multilevel B-Splines
MIT License
74 stars 23 forks source link

I get a error on row 167 in mba.hpp #1

Closed niujingqian closed 8 years ago

niujingqian commented 9 years ago

"type":no "std::enable_if<false,double>"member I 'm poor in C++. Can you give me some tips? thanks!

ddemidov commented 9 years ago

What compiler do you use? Did you enable C++11 mode in it? For g++ or clang++ this may be achieved with -std=c++11 compilation flag.