id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 13011,BOOST_TEST broken with floating point relational operators,chris42f@…,Raffi Enficiaud,"This is one of those crazy ""Surely I must be doing something wrong here"" things. But as far as I can tell, floating point comparisons don't work at all with the bare BOOST_TEST macro. A minimal reproduction ------------- {{{ #define BOOST_AUTO_TEST_MAIN #include BOOST_AUTO_TEST_CASE(Foo) { BOOST_TEST(0.0 < 1.0); } }}} -------------- Compiler: {{{ $ g++ --version g++ (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609 Copyright (C) 2015 Free Software Foundation, Inc. }}}",Bugs,closed,Boost 1.65.0,test,Boost 1.63.0,Regression,fixed,,