On May 9, 2012, at 5:32 PM, Samuel Thibault wrote:
>> +/* Note that if we're compiling C++, then just use the "inline"
>> + keyword, since it's part of C++ */
>> +#if defined(c_plusplus) || defined(__cplusplus)
>> +# define __hwloc_inline inline
>
> Well, I don't know which version of the C++ standard includes the inline
> keyword.
Huh -- really? I always thought that the C++ language itself included the keyword "inline".
Just to be 100% totally clear: you're saying that's not the case? Because if so, we probably need a better solution than what I sent.
--
Jeff Squyres
jsquyres_at_[hidden]
For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/
|