------- Comment #24 from paolo at gcc dot gnu dot org 2007-03-10 20:29 ------- Subject: Bug 28080
Author: paolo Date: Sat Mar 10 20:29:45 2007 New Revision: 122805 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122805 Log: 2007-03-10 Paolo Carlini <[EMAIL PROTECTED]> 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. Added: trunk/libstdc++-v3/include/bits/stl_memory.h Modified: trunk/libstdc++-v3/ChangeLog trunk/libstdc++-v3/include/Makefile.am trunk/libstdc++-v3/include/Makefile.in trunk/libstdc++-v3/include/bits/stl_tempbuf.h trunk/libstdc++-v3/include/std/memory trunk/libstdc++-v3/include/tr1/hashtable trunk/libstdc++-v3/include/tr1/hashtable_policy.h trunk/libstdc++-v3/testsuite/20_util/auto_ptr/assign_neg.cc -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28080