PATCH (libstdc++-v3): Fix libstdc++/7680 (and a reference fix for the dynamic visibility of C99 features in system headers)

Loren James Rittle rittle@latour.rsch.comm.mot.com
Wed Apr 16 00:31:00 GMT 2003


>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 \



More information about the Libstdc++ mailing list