Closed niclasr closed 1 year ago
the compiler complains with: error: call of overloaded 'pow(int, int)' is ambigous when building the odbc module on illumos. The solution that works for me is to use std::pow instead of pow.
the compiler complains with: error: call of overloaded 'pow(int, int)' is ambigous when building the odbc module on illumos. The solution that works for me is to use std::pow instead of pow.