This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: PATCH (libstdc++-v3): Fix libstdc++/7680 (and a reference fix for the dynamic visibility of C99 features in system headers)
- From: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- To: gdr at integrable-solutions dot net, phil at jaj dot com
- Cc: CLR004 at motorola dot com, gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Tue, 15 Apr 2003 19:31:51 -0500 (CDT)
- Subject: Re: PATCH (libstdc++-v3): Fix libstdc++/7680 (and a reference fix for the dynamic visibility of C99 features in system headers)
>I'm wondering how much typing you would save with CPP...
I wondered the same thing. How do I put a #if region inside a macro
defined with #define?
I need to define something like this to tighten it:
#define _GLIBCXX_C99_BIND(a,b) \
#if (a) \
using ::b; \
#endif \