demianmnave / CML

The Configurable Math Library
https://github.com/demianmnave/CML
Boost Software License 1.0
83 stars 15 forks source link

Eliminate VS2017 C++17 deprecation warnings #17

Closed demianmnave closed 6 years ago

demianmnave commented 6 years ago

Visual Studio 2017 warns on use of deprecate std::allocator methods, and suggests using std::allocator_traits instead.