Commit 56f78eec by Paolo Carlini Committed by Paolo Carlini

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
parent ca5ba2a3
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.
......
......@@ -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>
......
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