summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/std/memory
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-31 20:46:43 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-31 20:46:43 +0000
commitf58707cd85257fb6095cd0bceed1882f348f78d0 (patch)
tree31ef95542dba3fa1e62cc72a98c7ced0a775b0ed /libstdc++-v3/include/std/memory
parente39e78dcad42c42208840c2cea6f3dd47d180afa (diff)
downloadppe42-gcc-f58707cd85257fb6095cd0bceed1882f348f78d0.tar.gz
ppe42-gcc-f58707cd85257fb6095cd0bceed1882f348f78d0.zip
2011-01-31 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/c++config (_GLIBCXX_DEPRECATED): To _GLIBCXX_USE_DEPRECATED. (_GLIBCXX_DEPRECATED_ATTR): To _GLIBCXX_DEPRECATED. * doc/xml/manual/using.xml: Same. * include/std/memory: Same. * include/std/streambuf: Same. * include/bits/shared_ptr.h: Same. * include/bits/unique_ptr.h: Same. * include/bits/shared_ptr_base.h: Same. * include/bits/stl_function.h: Same. * include/tr1/shared_ptr.h: Same. * include/backward/auto_ptr.h: Same. * include/backward/binders.h: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169448 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/std/memory')
-rw-r--r--libstdc++-v3/include/std/memory4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/include/std/memory b/libstdc++-v3/include/std/memory
index bfc038de326..791ffe048a9 100644
--- a/libstdc++-v3/include/std/memory
+++ b/libstdc++-v3/include/std/memory
@@ -1,7 +1,7 @@
// <memory> -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-// 2009, 2010
+// 2009, 2010, 2011
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
@@ -79,7 +79,7 @@
# include <type_traits>
# include <functional>
# include <debug/debug.h>
-# if _GLIBCXX_DEPRECATED
+# if _GLIBCXX_USE_DEPRECATED
# include <backward/auto_ptr.h>
# endif
# include <bits/unique_ptr.h>
OpenPOWER on IntegriCloud