Subject: [Boost-bugs] [Boost C++ Libraries] #8849: Use attribute names with underscores for GCC
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-07-18 14:51:12
#8849: Use attribute names with underscores for GCC
------------------------------+-------------------------
Reporter: pmachata@⦠| Owner: johnmaddock
Type: Bugs | Status: new
Milestone: To Be Determined | Component: config
Version: Boost 1.54.0 | Severity: Problem
Keywords: |
------------------------------+-------------------------
I opened a bunch of bugs like that some time ago for various Boost
components, but apparently forgot about this one. The problem is in using
GCC !__attribute!__ syntax, where the attribute itself is not in reserved
namespace. GCC supports (at least since 3.3 per my testing) attributes in
two forms: plain X, and reserved !__X!__. They don't differ in semantics,
but the latter is unlikely to be overridden by user-defined macros (or if
it is, it's user's fault).
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8849> 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:13 UTC