networking-ts-impl icon indicating copy to clipboard operation
networking-ts-impl copied to clipboard

Use of deprecated std::allocator<>

Open matbech opened this issue 8 years ago • 0 comments

VS 15.5 with /std:c++latest complains about the deprecated use of std::allocator:

warning STL4009: std::allocator<void> is deprecated in C++17. You can define _SILENCE_CXX17_ALLOCATOR_VOID_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning.

Files: /__net_ts/associated_allocator.hpp /__net_ts/detail/type_traits.hpp

matbech avatar Dec 05 '17 00:12 matbech