qorelanguage / qore

Qore Programming Language
GNU General Public License v2.0
61 stars 10 forks source link

module-odbc: build breaks on illumos #4800

Closed niclasr closed 1 year ago

niclasr commented 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.