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
2 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue