Skip to content

Commit 490af2e

Browse files
committed
Unreachable line in fpclassify.hpp
1 parent e494410 commit 490af2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/math/special_functions/fpclassify.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ template<> inline BOOST_MATH_GPU_ENABLED int (fpclassify)(float t)
127127
}
128128
else if(at > FLT_MAX)
129129
return FP_INFINITE;
130-
return FP_NAN;
130+
return FP_NAN; // LCOV_EXCL_LINE should not normally be reachable.
131131
}
132132

133133
template<> inline BOOST_MATH_GPU_ENABLED int (fpclassify)(double t)

0 commit comments

Comments
 (0)