Boost logo

Boost :

Subject: Re: [boost] [config] BOOST_FORCEINLINE for clang
From: Michel Morin (mimomorin_at_[hidden])
Date: 2013-05-16 19:42:16


John Maddock wrote:
> Michael, Do you want to go ahead and commit the comment?

Added a comment in r84310 ( https://svn.boost.org/trac/boost/changeset/r84310 ):
 # elif defined(__GNUC__) && __GNUC__ > 3
+ // Clang also defines __GNUC__ (as 4)
 # define BOOST_FORCEINLINE inline __attribute__ ((__always_inline__))

Regards,
Michel


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk