mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 03:17:15 +02:00
removed unused typedef
This commit is contained in:
committed by
Christian Mazakas
parent
68563fab72
commit
ba4f321934
@ -214,7 +214,6 @@ struct concurrent_table_arrays:table_arrays<Value,Group,SizePolicy>
|
||||
using access_alloc=
|
||||
typename boost::allocator_rebind<Allocator,group_access>::type;
|
||||
using access_traits=boost::allocator_traits<access_alloc>;
|
||||
using pointer=typename access_traits::pointer;
|
||||
|
||||
BOOST_TRY{
|
||||
auto aal=access_alloc(al);
|
||||
|
Reference in New Issue
Block a user