Commit 3459c905 by Jonathan Wakely Committed by Jonathan Wakely

Add missing header required by previous change

	* include/tr1/hashtable.h: Add header for __gnu_cxx::__alloc_traits.

From-SVN: r276576
parent 44e4da65
2019-10-04 Jonathan Wakely <jwakely@redhat.com>
* include/tr1/hashtable.h: Add header for __gnu_cxx::__alloc_traits.
* include/tr1/hashtable.h (tr1::_Hashtable::_M_allocate_node): Use
__gnu_cxx::__alloc_traits for allocator construct function.
(tr1::_Hashtable::_M_deallocate_node): Likewise for destroy function.
......
......@@ -34,6 +34,7 @@
#pragma GCC system_header
#include <tr1/hashtable_policy.h>
#include <ext/alloc_traits.h>
namespace std _GLIBCXX_VISIBILITY(default)
{
......
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