This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/3774
- To: gcc-gnats at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org,nobody at gcc dot gnu dot org, J dot A dot K dot Mouw at ITS dot TUDelft dot NL
- Subject: Re: c++/3774
- From: Zhenya Yourlo <zhenya at silverbrook dot com dot au>
- Date: Fri, 2 Nov 2001 13:47:31 +1100
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=3774&database=gcc
This problem can be avoided by adding -D_ISOC9X_SOURCE to the flags passed to
g++. If _ISOC9X_SOURCE is not defined, required portions of some header files
are omitted.
Zhenya.