From: Jason Green Newsgroups: comp.os.msdos.djgpp Subject: Re: g++, where's boolalpha? Date: Tue, 25 Apr 2000 22:55:45 +0100 Organization: Customer of Planet Online Lines: 12 Message-ID: <433cgsocn73n5un89vj0bpcpn8hkdvrqbp@4ax.com> References: <8e0fsd$62$2 AT geraldo DOT cc DOT utexas DOT edu> NNTP-Posting-Host: modem-59.titanium.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: newsg2.svr.pol.co.uk 956699734 17456 62.136.21.59 (25 Apr 2000 21:55:34 GMT) NNTP-Posting-Date: 25 Apr 2000 21:55:34 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Agent 1.7/32.534 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com yosuke AT ccwf DOT cc DOT utexas DOT edu () wrote: > I am using g++, and boolalpha doesn't seem to be included in ...? > Also, why it doesn't have ? Iostream manipulators are not yet fully implemented in the C++ library used by GCC. DJGPP does not provide the C++ library implementation, instead you should report problems to gcc-bugs AT gcc DOT gnu DOT org where hopefully you will get an idea of if/when this will be fixed and suggestions for workarounds.