std::allocator<T>::~allocator

Destroys the default allocator.

# Declarations

~allocator();

(until C++20)

constexpr ~allocator();

(since C++20)