[Boost-bugs] [Boost C++ Libraries] #6767: Use of namespace qualifier with floating point exception functions breaks if they are macros

Subject: [Boost-bugs] [Boost C++ Libraries] #6767: Use of namespace qualifier with floating point exception functions breaks if they are macros
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-04-05 18:36:32


#6767: Use of namespace qualifier with floating point exception functions breaks
if they are macros
------------------------------+---------------------------------------------
 Reporter: jewillco | Owner: rogeeff
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: test
  Version: Boost 1.48.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------------------------------
 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`)?

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6767>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:09 UTC