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: 4 Mar 2007 00:20:39 -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 #20 from paolo at gcc dot gnu dot org 2007-03-04 00:20 -------
Subject: Bug 28080
Author: paolo
Date: Sun Mar 4 00:20:26 2007
New Revision: 122518
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122518
Log:
2007-03-03 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/28080 (partial)
* include/tr1/functional: Split out hash bits to...
* include/tr1/functional_hash.h: ...here.
* include/Makefile.am: Add.
* include/tr1/unordered_set: Include the latter instead.
* include/tr1/unordered_map: Likewise.
* include/Makefile.in: Regenerate.
* include/tr1/utility (get(std::pair<>&), get(const std::pair<>&)):
Mark inline.
Modified:
branches/gcc-4_2-branch/libstdc++-v3/ChangeLog
branches/gcc-4_2-branch/libstdc++-v3/include/Makefile.am
branches/gcc-4_2-branch/libstdc++-v3/include/Makefile.in
branches/gcc-4_2-branch/libstdc++-v3/include/tr1/functional
branches/gcc-4_2-branch/libstdc++-v3/include/tr1/unordered_map
branches/gcc-4_2-branch/libstdc++-v3/include/tr1/unordered_set
branches/gcc-4_2-branch/libstdc++-v3/include/tr1/utility
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28080