summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/std/memory
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2007-05-04 18:07:10 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2007-05-04 18:07:10 +0000
commitd256773a885b273b0d252a918714608f36d292e1 (patch)
tree30d90c7d2c5cd8fa787229dc1434e823b72f2462 /libstdc++-v3/include/std/memory
parent7d86687017fb9bfa58571cfc46f786f539ba2601 (diff)
downloadppe42-gcc-d256773a885b273b0d252a918714608f36d292e1.tar.gz
ppe42-gcc-d256773a885b273b0d252a918714608f36d292e1.zip
2007-05-04 Paolo Carlini <pcarlini@suse.de>
* include/bits/stl_memory.h: Rename to stl_auto_ptr.h. (__get_temporary_buffer, get_temporary_buffer, return_temporary_buffer): Move... * include/bits/stl_tempbuf.h: ... here. * include/std/memory: Adjust includes. * testsuite/20_util/auto_ptr/assign_neg.cc: Adjust dg-error line numbers. * include/Makefile.am: Adjust. * include/Makefile.in: Regenerate. * testsuite/util/testsuite_iterators.h: Do not include the entire <iterator>. * include/bits/stl_iterator_base_types.h: Adjust includes. * testsuite/25_algorithms/unique_copy/2.cc: Include <functional>. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124438 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/std/memory')
-rw-r--r--libstdc++-v3/include/std/memory9
1 files changed, 7 insertions, 2 deletions
diff --git a/libstdc++-v3/include/std/memory b/libstdc++-v3/include/std/memory
index 33bc2169f73..28b8d85d0e2 100644
--- a/libstdc++-v3/include/std/memory
+++ b/libstdc++-v3/include/std/memory
@@ -51,8 +51,13 @@
#pragma GCC system_header
-#include <bits/c++config.h>
-#include <bits/stl_memory.h>
+#include <bits/stl_algobase.h>
+#include <bits/allocator.h>
+#include <bits/stl_construct.h>
+#include <bits/stl_uninitialized.h>
+#include <bits/stl_tempbuf.h>
+#include <bits/stl_auto_ptr.h>
+#include <bits/stl_raw_storage_iter.h>
#ifdef __GXX_EXPERIMENTAL_CXX0X__
# include <tr1/memory>
OpenPOWER on IntegriCloud