Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6413: Use attribute names with underscores for GCC
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-06-25 13:30:58
#6413: Use attribute names with underscores for GCC
----------------------------------------+----------------------------
Reporter: Petr Machata <pmachata@â¦> | Owner: Stefan Seefeld
Type: Bugs | Status: closed
Milestone: To Be Determined | Component: gil USE GITHUB
Version: Boost 1.48.0 | Severity: Problem
Resolution: fixed | Keywords:
----------------------------------------+----------------------------
Changes (by Mateusz Loskot):
* status: new => closed
* resolution: => fixed
Comment:
This has been fixed by GIL switch from GIL_FORCEINLINE with
BOOST_FORCEINLINE
https://github.com/boostorg/gil/commit/04bc0ea689ca01bb4793ecacaf34e4f015f034f4
Current inline for GCC does what requested
{{{
# define BOOST_FORCEINLINE inline __attribute__ ((__always_inline__))
}}}
https://github.com/boostorg/config/blob/eb68e4725a1d64860aa945a6ba32f4876bb2e611/include/boost/config/detail/suffix.hpp#L598-L609
-- Ticket URL: <https://svn.boost.org/trac10/ticket/6413#comment:3> 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 : 2018-06-25 14:07:07 UTC