0_0_37161533_12894.cpp: In function 'void doWork()':
0_0_37161533_12894.cpp:35:19: error: call of overloaded 'cbrt(__int128&)' is ambiguous
int m = cbrt(n);
^
0_0_37161533_12894.cpp:35:19: note: candidates are:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:44:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:41,
from 0_0_37161533_12894.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/math.h:723:25: note: double cbrt(double)
extern double __cdecl cbrt (double);
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:41:0,
from 0_0_37161533_12894.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1230:3: note: constexpr long double std::cbrt(long double)
cbrt(long double __x)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1226:3: note: constexpr float std::cbrt(float)
cbrt(float __x)
^
|