Closed demianmnave closed 6 years ago
Visual Studio 2017 warns on use of deprecate std::allocator methods, and suggests using std::allocator_traits instead.
std::allocator
std::allocator_traits
Visual Studio 2017 warns on use of deprecate
std::allocator
methods, and suggests usingstd::allocator_traits
instead.