bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gnulib] Re: regex & g++


From: Bruno Haible
Subject: Re: [bug-gnulib] Re: regex & g++
Date: Wed, 24 Aug 2005 12:50:52 +0200
User-agent: KMail/1.5

Paul Eggert wrote:
> Is there some simple
> way that we can work around this in the regex code, without having to
> make wholesale changes?  For example, can we surround all the code
> with extern "C" { ... } when compiling with C++?

No, extern "C" only affects the name mangling of symbols and the interpretation
of empty parameter lists in function declarations. It does not affect the
other language features (treatment of enums vs. int, char * vs. void *, etc.).

Bruno





reply via email to

[Prev in Thread] Current Thread [Next in Thread]