Commit 75c752a0 by Paolo Carlini Committed by Paolo Carlini

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
parent 656032b8
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> 2006-01-18 Perry Smith <pedz@easesoftware.net>
PR libstdc++/25823 PR libstdc++/25823
......
...@@ -52,6 +52,8 @@ ...@@ -52,6 +52,8 @@
// Define the base class to std::allocator. // Define the base class to std::allocator.
#include <bits/c++allocator.h> #include <bits/c++allocator.h>
#include <bits/cpp_type_traits.h> // for __is_empty
_GLIBCXX_BEGIN_NAMESPACE(std) _GLIBCXX_BEGIN_NAMESPACE(std)
template<typename _Tp> template<typename _Tp>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment