We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6caf005 + 7b37e23 commit fac5c41Copy full SHA for fac5c41
1 file changed
include/boost/math/tools/big_constant.hpp
@@ -60,7 +60,7 @@ inline T make_big_value(largest_float, const char* s, std::false_type const&, st
60
}
61
#else
62
template <typename T>
63
-inline T make_big_value(largest_float, const char* s, std::false_type const&, std::false_type const&)
+inline T make_big_value(largest_float, const char*, std::false_type const&, std::false_type const&)
64
{
65
static_assert(sizeof(T) == 0, "Type is unsupported in standalone mode. Please disable and try again.");
66
0 commit comments