This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: std::cout and long long problem


Craig Rodrigues <rodrigc@mediaone.net> writes:

| Hi,
| 
| System: Redhat Linux 7.0 (i386)
| Compiler: gcc version 2.97 20010211 (experimental) (from CodeSourcery)
| 
| Does std::cout need to support the long long type?

'long long' is not a C++ standard type.  You need to
--enable-long-long at configure-time.

-- Gaby
CodeSourcery, LLC                       http://www.codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]