]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/include/tr1/memory
PR libstdc++/28080 (partial)
authorPaolo Carlini <pcarlini@suse.de>
Tue, 20 Feb 2007 21:22:35 +0000 (21:22 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 20 Feb 2007 21:22:35 +0000 (21:22 +0000)
commit41e56bf7d66af98e2db00489deffb3e6178dd5b2
tree8fcda809ebe9bfdcbac27d41929abfed4fe56d3b
parentf05e2819afcf3435618010ee2a79576fd77d00d7
PR libstdc++/28080 (partial)

2007-02-20  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/tr1/random: Do not include the whole <algorithm>,
stl_algobase.h is enough.
* include/tr1/memory: Likewise.
* include/Makefile.in: Regenerate.

* include/tr1/utility (get(std::pair<>&), get(const std::pair<>&)):
Mark inline.

From-SVN: r122175
libstdc++-v3/ChangeLog
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in
libstdc++-v3/include/tr1/functional
libstdc++-v3/include/tr1/functional_hash.h [new file with mode: 0644]
libstdc++-v3/include/tr1/memory
libstdc++-v3/include/tr1/random
libstdc++-v3/include/tr1/unordered_map
libstdc++-v3/include/tr1/unordered_set
libstdc++-v3/include/tr1/utility