mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 22:21:32 +08:00
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
This commit is contained in:
parent
ca5ba2a3ea
commit
56f78eecdc
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user