aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/streambuf
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2011-01-31 20:46:43 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2011-01-31 20:46:43 +0000
commite1bcd685a28f47ae3b70b5a0f3f005e2d327b580 (patch)
tree31ef95542dba3fa1e62cc72a98c7ced0a775b0ed /libstdc++-v3/include/std/streambuf
parent60d237aff2b33b61703a1e957aa2dce278858b2e (diff)
downloadgcc-e1bcd685a28f47ae3b70b5a0f3f005e2d327b580.zip
gcc-e1bcd685a28f47ae3b70b5a0f3f005e2d327b580.tar.gz
gcc-e1bcd685a28f47ae3b70b5a0f3f005e2d327b580.tar.bz2
c++config (_GLIBCXX_DEPRECATED): To _GLIBCXX_USE_DEPRECATED.
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. From-SVN: r169448
Diffstat (limited to 'libstdc++-v3/include/std/streambuf')
-rw-r--r--libstdc++-v3/include/std/streambuf2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/std/streambuf b/libstdc++-v3/include/std/streambuf
index 51d89ce..0121ac2 100644
--- a/libstdc++-v3/include/std/streambuf
+++ b/libstdc++-v3/include/std/streambuf
@@ -748,7 +748,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
overflow(int_type /* __c */ = traits_type::eof())
{ return traits_type::eof(); }
-#if _GLIBCXX_DEPRECATED
+#if _GLIBCXX_USE_DEPRECATED
// Annex D.6
public:
/**