Author
anonymous
over 7 years ago
Language
Compiler
Options
Author
anonymous
over 7 years ago
$
prog.cc:16:5: error: no matching function for call to 'isinf'
std::isinf(a);
^~~~~~~~~~
/opt/wandbox/clang-head/include/c++/v1/math.h:481:1: note: candidate template ignored: requirement 'std::is_arithmetic<wrapper<double> >::value' was not satisfied [with _A1 = wrapper<double>]
isinf(_A1 __lcpp_x) _NOEXCEPT
^
/opt/wandbox/clang-head/include/c++/v1/math.h:491:1: note: candidate template ignored: requirement 'std::is_arithmetic<wrapper<double> >::value' was not satisfied [with _A1 = wrapper<double>]
isinf(_A1) _NOEXCEPT
^
1 error generated.
Exit Code:
1