PR libstdc++/28080 (partial)
authorPaolo Carlini <pcarlini@suse.de>
Sat, 10 Mar 2007 20:29:45 +0000 (20:29 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sat, 10 Mar 2007 20:29:45 +0000 (20:29 +0000)
commitb2c50382fbaa050248b5d3952e2682f91fed4ede
tree2d0ef131bfcdf020e5338698fadb983f70ab6134
parented574fe919cb1bfc8cd49ea1a991428c818072d6
PR libstdc++/28080 (partial)

2007-03-10  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/28080 (partial)
* include/std/memory: Move C++03 implementation...
* include/bits/stl_memory.h: ... here, new.
* include/Makefile.am: Add.
* include/bits/stl_tempbuf.h: Include the latter instead.
* include/tr1/hashtable: Include allocator.h instead of
the whole <memory>.
* include/tr1/hashtable_policy.h: Include stl_function.h
instead of <functional>.
* include/Makefile.in: Regenerate.
* testsuite/20_util/auto_ptr/assign_neg.cc: Adjust dg-error
line numbers.

From-SVN: r122805
libstdc++-v3/ChangeLog
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in
libstdc++-v3/include/bits/stl_memory.h [new file with mode: 0644]
libstdc++-v3/include/bits/stl_tempbuf.h
libstdc++-v3/include/std/memory
libstdc++-v3/include/tr1/hashtable
libstdc++-v3/include/tr1/hashtable_policy.h
libstdc++-v3/testsuite/20_util/auto_ptr/assign_neg.cc