id summary reporter owner description type status milestone component version severity resolution keywords cc 6767 Use of namespace qualifier with floating point exception functions breaks if they are macros Jeremiah Willcock Gennadiy Rozental According to http://pubs.opengroup.org/onlinepubs/009604599/basedefs/fenv.h.html, operations such as `feclearexcept` can be defined as macros, and at least some versions of Glibc do that by default. The use of explicit `::` qualifiers before calls to those in Boost.Test fails to compile. Is there a workaround for that (other than `__NO_MATH_INLINES`)? Bugs closed Boost 1.61.0 test Boost 1.48.0 Problem fixed