boostorg / container

STL-like containers from Boost
http://www.boost.org/libs/container/
Boost Software License 1.0
100 stars 116 forks source link

Avoid gcc 9 deprecated copy warnings in new_allocator.hpp. #110

Closed Romain-Geissler-1A closed 5 years ago

Romain-Geissler-1A commented 5 years ago

Hi,

You recently merged similar pull requests for similar issues: deprecated copy warnings in gcc 9.

Cheers, Romain

igaztanaga commented 5 years ago

Thanks for the patch.