mirror of
https://github.com/boostorg/unordered.git
synced 2025-09-27 00:00:59 +02:00
removed unused typedef
This commit is contained in:
@@ -254,7 +254,6 @@ namespace {
|
|||||||
template <class X, class IL>
|
template <class X, class IL>
|
||||||
void initializer_list_bucket_count(std::pair<X*, IL> p)
|
void initializer_list_bucket_count(std::pair<X*, IL> p)
|
||||||
{
|
{
|
||||||
using value_type = typename X::value_type;
|
|
||||||
using allocator_type = typename X::allocator_type;
|
using allocator_type = typename X::allocator_type;
|
||||||
|
|
||||||
auto init_list = p.second;
|
auto init_list = p.second;
|
||||||
|
Reference in New Issue
Block a user