Open michaelfranzl opened 7 years ago
Compilation fails with:
/usr/include/c++/6/cmath:101:37: error: ‘__is_integer’ was not declared in this scope typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
I had the same problem, but made it compile with some changes: https://github.com/rom1v/bbqscreen_client/commits/compilefix
Compilation fails with: