removed unused typedef

This commit is contained in:
joaquintides 2023-09-11 09:52:57 +02:00
parent 2ce456768d
commit d9d4ff1676

View File

@ -254,7 +254,6 @@ namespace {
template <class X, class IL>
void initializer_list_bucket_count(std::pair<X*, IL> p)
{
using value_type = typename X::value_type;
using allocator_type = typename X::allocator_type;
auto init_list = p.second;