diff options
| author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-13 07:31:39 +0000 |
|---|---|---|
| committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-13 07:31:39 +0000 |
| commit | 38e9d91c14d0d3d294d0a9df62c3ead744d14608 (patch) | |
| tree | c6f6d7fefacdc21686e4a16956a009faf4a0288c /libstdc++-v3/include/std/memory | |
| parent | bef304b8b52eab3ee756fceadade96d3410ed78e (diff) | |
| download | ppe42-gcc-38e9d91c14d0d3d294d0a9df62c3ead744d14608.tar.gz ppe42-gcc-38e9d91c14d0d3d294d0a9df62c3ead744d14608.zip | |
2007-06-13 Paolo Carlini <pcarlini@suse.de>
* include/c_global/cmath: Tweak includes.
* include/std/memory: Likewise.
* include/std/complex: Likewise.
* include/tr1/memory: Likewise.
* include/tr1/complex: Likewise.
* include/tr1/cmath: Likewise; do not wrap special functions
in #ifndef __GXX_EXPERIMENTAL_CXX0X__.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125671 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/std/memory')
| -rw-r--r-- | libstdc++-v3/include/std/memory | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libstdc++-v3/include/std/memory b/libstdc++-v3/include/std/memory index c48a5c3529c..a099b3ed177 100644 --- a/libstdc++-v3/include/std/memory +++ b/libstdc++-v3/include/std/memory @@ -64,7 +64,6 @@ # error C++0x header cannot be included from TR1 header # endif # include <exception> // std::exception -# include <new> // std::bad_alloc # include <typeinfo> // std::type_info in get_deleter # include <bits/stl_algobase.h> // std::swap # include <iosfwd> // std::basic_ostream |

