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