Open ejl103 opened 3 years ago
Fix build warning about deprecated feature std::allocator<void> (see https://en.cppreference.com/w/cpp/memory/allocator)
std::allocator<void>
The second argument isn't necessary and is also deprecated in C++17 (see https://en.cppreference.com/w/cpp/memory/allocator/allocate) so I have just removed it
Fix build warning about deprecated feature
std::allocator<void>
(see https://en.cppreference.com/w/cpp/memory/allocator)The second argument isn't necessary and is also deprecated in C++17 (see https://en.cppreference.com/w/cpp/memory/allocator/allocate) so I have just removed it