2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-01-19 16:22:11 +00:00
Files
fiber/test/test_async_dispatch.cpp
Daniela Engert 7a5028827d Most members of std::allocate are deprecated in C++17
And so is std::allocator<void>. Replace them by their cousins from std::allocator_traits. In addition to that, use std:allocator_traits wherever possible. Without that, heaps of deprecation warnings will fall onto humble users when compiling with MSVC 15 in C++17 mode.

Signed-off-by: Daniela Engert <dani@ngrt.de>
2018-01-01 19:28:45 +01:00

3.6 KiB