allocator.h: Include <bits/cpp_type_traits.h>.
2006-01-18 Paolo Carlini <pcarlini@suse.de> * include/bits/allocator.h: Include <bits/cpp_type_traits.h>. From-SVN: r109886
This commit is contained in:
parent
656032b8c1
commit
75c752a07f
@ -1,3 +1,7 @@
|
||||
2006-01-18 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
* include/bits/allocator.h: Include <bits/cpp_type_traits.h>.
|
||||
|
||||
2006-01-18 Perry Smith <pedz@easesoftware.net>
|
||||
|
||||
PR libstdc++/25823
|
||||
|
@ -52,6 +52,8 @@
|
||||
// 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…
Reference in New Issue
Block a user