Subject: Re: [boost] [config] BOOST_FORCEINLINE for clang
From: John Maddock (john_at_[hidden])
Date: 2013-05-12 07:18:25


> What purpose does it serve?
> if defined(__GNUC__) && __GNUC__ > 3
> is already true with clang.

Nod, it should be set already for that compiler in that case.

John.