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
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