This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: std::cout and long long problem
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: std::cout and long long problem
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Mon, 12 Feb 2001 10:15:19 -0800 (PST)
- cc: Gabriel Dos Reis <gdr at codesourcery dot com>, Craig Rodrigues <rodrigc at mediaone dot net>, libstdc++ at gcc dot gnu dot org
> Err... But since GCC supports it as an extension by default,
> shouldn't libstdc++ support it by default too?
look on the mailing list for this (old) thread. It's not gcc issues per
se but "C" library header issues when we enable by long long by default.
(lldiv_t in particular gives problems.)
-benjamin