Insane329
New Member
- Joined
- Jun 24, 2014
- Messages
- 84
- Reaction score
- 0
Hello. I am trying to compile avesta in 64 bit mode, but here comes an error. Is there anyone who can help me?
Code:
fileloader.cpp
1>fileloader.cpp(366): error C2780: 'const _Ty &std::min(const _Ty &,const _Ty &,_Pr)' : expects 3 arguments - 2 provided
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(2101) : see declaration of 'std::min'
1>fileloader.cpp(366): error C2782: 'const _Ty &std::min(const _Ty &,const _Ty &)' : template parameter '_Ty' is ambiguous
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(2093) : see declaration of 'std::min'
1> could be 'size_t'
1> or 'unsigned long'