diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-02-11 07:06:40 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-02-11 07:06:40 +0000 |
commit | c241e7e711dc7a55393b64548b52c8a26403fd3b (patch) | |
tree | 68f2d6f57f8379888e9cb04c6c7a77243dacd0d7 /libstdc++-v3/include/bits/shared_ptr.h | |
parent | ebc94a99bd325aacd6260fd7c617c0aaedafe83a (diff) | |
download | gcc-c241e7e711dc7a55393b64548b52c8a26403fd3b.tar.gz |
2010-02-11 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 156678
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@156688 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/bits/shared_ptr.h')
-rw-r--r-- | libstdc++-v3/include/bits/shared_ptr.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libstdc++-v3/include/bits/shared_ptr.h b/libstdc++-v3/include/bits/shared_ptr.h index 60fdf2fcbb0..8119ad3e1f0 100644 --- a/libstdc++-v3/include/bits/shared_ptr.h +++ b/libstdc++-v3/include/bits/shared_ptr.h @@ -1,6 +1,6 @@ // shared_ptr and weak_ptr implementation -*- C++ -*- -// Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +// Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -49,10 +49,6 @@ #ifndef _SHARED_PTR_H #define _SHARED_PTR_H 1 -#ifndef __GXX_EXPERIMENTAL_CXX0X__ -# include <c++0x_warning.h> -#endif - #include <bits/shared_ptr_base.h> _GLIBCXX_BEGIN_NAMESPACE(std) |