Skip to content
Snippets Groups Projects
Commit 1a05fabb authored by paolo's avatar paolo
Browse files

2006-01-18 Paolo Carlini <pcarlini@suse.de>

	* include/bits/allocator.h: Include <bits/cpp_type_traits.h>.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109886 138bc75d-0d04-0410-961f-82ee72b054a4
parent c98ffa6d
No related branches found
No related tags found
No related merge requests found
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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment