This is the mail archive of the gsl-discuss@sourceware.cygnus.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: C++ support


Thomas Walter wrote:
>  
> Better and common practice is to protect each header which is enough.

I actually don't know what people prefer. I personally prefer
to protect the includes in my client code explicitly, which
makes it clear that C modules are being imported. I don't think
I really care.

By the way, what happens if you end up with nested extern "C" blocks?
Is this officially ok?

-- 
G. Jungman

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]