2016-10-05 Jonathan Wakely <jwakely@redhat.com>
+ * include/bits/node_handle.h (_Node_handle): Remove invalid and unused
+ alias declaration.
+
PR libstdc++/70564
* include/experimental/functional (_Not_fn): Remove.
(not_fn): Use std::_Not_fn.
private:
using _AllocTraits = allocator_traits<_NodeAlloc>;
- using _PtrTraits = pointer_traits<typename _NodeAlloc::pointer>;
-
_Node_handle(typename _AllocTraits::pointer __ptr,
- const _NodeAlloc& __alloc)
+ const _NodeAlloc& __alloc)
: _Node_handle_common<_Value, _NodeAlloc>(__ptr, __alloc)
{
if (__ptr)
using _AllocTraits = allocator_traits<_NodeAlloc>;
_Node_handle(typename _AllocTraits::pointer __ptr,
- const _NodeAlloc& __alloc)
+ const _NodeAlloc& __alloc)
: _Node_handle_common<_Value, _NodeAlloc>(__ptr, __alloc) { }
const value_type&