mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 03:17:15 +02:00
Remove extraneous typename
This commit is contained in:
@ -517,7 +517,7 @@ private:
|
|||||||
size_ctrl_type{
|
size_ctrl_type{
|
||||||
x.size_ctrl.ml,x.size_ctrl.size}}
|
x.size_ctrl.ml,x.size_ctrl.size}}
|
||||||
{
|
{
|
||||||
typename compatible_concurrent_table::arrays_type::delete_group_access(
|
compatible_concurrent_table::arrays_type::delete_group_access(
|
||||||
this->al(),x.arrays);
|
this->al(),x.arrays);
|
||||||
x.empty_initialize();
|
x.empty_initialize();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user