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
I have one question. I'm trying to run this from Matlab, but I'm getting the following errors when I run the "compile_mex_script" file":
MATLAB\splinterp-master\splinterp1.cpp(18): error C2039: 'max': is not a member of 'std'
Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.26.28801\include\thread(28): note: see declaration of 'std'
Matlab\splinterp-master\splinterp1.cpp(18): error C3861: 'max': identifier not found
MATLAB\splinterp-master\splinterp1.cpp(40): error C2039: 'max': is not a member of 'std'
Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.26.28801\include\thread(28): note: see declaration of 'std'
MATLAB\splinterp-master\splinterp1.cpp(40): error C3861: 'max': identifier not found
any idea why this happens?
The text was updated successfully, but these errors were encountered:
Thanks for sharing this, it looks great!
I have one question. I'm trying to run this from Matlab, but I'm getting the following errors when I run the "compile_mex_script" file":
MATLAB\splinterp-master\splinterp1.cpp(18): error C2039: 'max': is not a member of 'std'
Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.26.28801\include\thread(28): note: see declaration of 'std'
Matlab\splinterp-master\splinterp1.cpp(18): error C3861: 'max': identifier not found
MATLAB\splinterp-master\splinterp1.cpp(40): error C2039: 'max': is not a member of 'std'
Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.26.28801\include\thread(28): note: see declaration of 'std'
MATLAB\splinterp-master\splinterp1.cpp(40): error C3861: 'max': identifier not found
any idea why this happens?
The text was updated successfully, but these errors were encountered: