
8 Mar
2013
8 Mar
'13
6:40 p.m.
When I compile my test code with clang on Macintosh (now Apple's default compiler), I get the two compiler warnings listed below. ... .../floating_point_comparison.hpp:251:25: warning: unused variable 'check_is_close' [-Wunused-variable] .../floating_point_comparison.hpp:273:25: warning: unused variable 'check_is_small' [-Wunused-variable]
That happens to be https://svn.boost.org/trac/boost/ticket/5986. - Rhys