diff options
author | Paolo Carlini <pcarlini@suse.de> | 2007-05-14 14:47:39 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2007-05-14 14:47:39 +0000 |
commit | 56f78eecdc2e1e682b3135da303dece7e8ec1438 (patch) | |
tree | 963e89c1c61a791339dc52bd74652dc0d47848ea /libstdc++-v3 | |
parent | ca5ba2a3ea97efc7f23622d759bc3a885a12662b (diff) | |
download | gcc-56f78eecdc2e1e682b3135da303dece7e8ec1438.zip gcc-56f78eecdc2e1e682b3135da303dece7e8ec1438.tar.gz gcc-56f78eecdc2e1e682b3135da303dece7e8ec1438.tar.bz2 |
allocator.h: Do not include cpp_type_traits.h.
2007-05-14 Paolo Carlini <pcarlini@suse.de>
* include/bits/allocator.h: Do not include cpp_type_traits.h.
From-SVN: r124716
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/include/bits/allocator.h | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 23e9e1c..0e7c33f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,9 @@ 2007-05-14 Paolo Carlini <pcarlini@suse.de> + * include/bits/allocator.h: Do not include cpp_type_traits.h. + +2007-05-14 Paolo Carlini <pcarlini@suse.de> + * include/bits/postypes.h (class fpos<>): Remove redundant forward declaration. diff --git a/libstdc++-v3/include/bits/allocator.h b/libstdc++-v3/include/bits/allocator.h index 94f43ce..e233430 100644 --- a/libstdc++-v3/include/bits/allocator.h +++ b/libstdc++-v3/include/bits/allocator.h @@ -52,8 +52,6 @@ // Define the base class to std::allocator. #include <bits/c++allocator.h> -#include <bits/cpp_type_traits.h> // for __is_empty - _GLIBCXX_BEGIN_NAMESPACE(std) template<typename _Tp> |