On Thu, Nov 10, 2011 at 6:18 PM, Vincent Torri <vincent.to...@gmail.com> wrote:
[..]
>>> > Should I define the following macro:
>>> >
>>> > #define ALWAYS_INLINE __attribute__((__always_inline__))
>>> >
>>> > or that one (according to the doc) :
>>> >
>>> > #define ALWAYS_INLINE inline __attribute__((__always_inline__))
>>> >
>>> > ?
>>>
>>> I don't know how you will use your macro, so I cannot have any advice
>>> on that
>>
>>  ALWAYS_INLINE void fct() { *** }
>
> so ?
>

There's no rule to govern such a thing, so I'd say whichever
one makes you feel better.

>>
>> Vincent Torri
>

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to