This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project. See the libstdc++ home page for more information.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
For the record... the ISO C++ standard does define a name 'clog'. More precisely, it defines std::clog. C9X defines a global clog. Until we get the compiler support needed to allow '-fno-honor-std' to be turned off, simultaneous support for C++98 and C9x will be messy. Nathan Myers ncm@cantrip.org