0_0_34334921_7414.cpp: In function 'void parse(const string&, int)':
0_0_34334921_7414.cpp:149:69: error: no matching function for call to 'max(std::basic_string<char>::size_type, long unsigned int)'
std::vector<std::string> bound_lvl (std::max(word.size()/4, 10ul), "");
^
0_0_34334921_7414.cpp:149:69: note: candidates are:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/memory:62:0,
from 0_0_34334921_7414.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:217:5: note: template<class _Tp> const _Tp& std::max(const _Tp&, const _Tp&)
max(const _Tp& __a, const _Tp& __b)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:217:5: note: template argument deduction/substitution failed:
0_0_34334921_7414.cpp:149:69: note: deduced conflicting types for parameter 'const _Tp' ('long long unsigned int' and 'long unsigned int')
std::vector<std::string> bound_lvl (std::max(word.size()/4, 10ul), "");
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/memory:62:0,
from 0_0_34334921_7414.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:261:5: note: template<class _Tp, class _Compare> const _Tp& std::max(const _Tp&, const _Tp&, _Compare)
max(const _Tp& __a, const _Tp& __b, _Compare __comp)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:261:5: note: template argument deduction/substitution failed:
0_0_34334921_7414.cpp:149:69: note: deduced conflicting types for parameter 'const _Tp' ('long long unsigned int' and 'long unsigned int')
std::vector<std::string> bound_lvl (std::max(word.size()/4, 10ul), "");
^
|