This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/28080] header dependencies
- From: "paolo at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Feb 2007 17:48:26 -0000
- Subject: [Bug libstdc++/28080] header dependencies
- References: <bug-28080-8082@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #17 from paolo at gcc dot gnu dot org 2007-02-27 17:48 -------
Subject: Bug 28080
Author: paolo
Date: Tue Feb 27 17:48:09 2007
New Revision: 122380
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122380
Log:
2007-02-27 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/28080 (partial)
* include/std/bitset: Do not include <ios>, <iosfwd> is enough.
(operator>>(std::basic_istream<>&, bitset<>&)): Tweak, refer to
ios_base as a base of basic_istream.
* include/std/iomanip: Do not include <ios>, <iosfwd> +
<bits/ios_base.h> is enough.
* include/std/iosfwd: Do not include <cctype> here...
* include/bits/locale_facets.h: ... do it here, when needed.
* include/bits/ostream.tcc: Clean up, do not include <locale> here...
* include/std/ostream: ... here instead.
* include/bits/istream.tcc: Likewise for <locale> and <ostream>...
* include/std/istream: ... here.
* include/bits/sstream.tcc: Do not include <sstream>.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/bits/istream.tcc
trunk/libstdc++-v3/include/bits/locale_facets.h
trunk/libstdc++-v3/include/bits/ostream.tcc
trunk/libstdc++-v3/include/bits/sstream.tcc
trunk/libstdc++-v3/include/std/bitset
trunk/libstdc++-v3/include/std/iomanip
trunk/libstdc++-v3/include/std/iosfwd
trunk/libstdc++-v3/include/std/istream
trunk/libstdc++-v3/include/std/ostream
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28080