boostorg / ptr_container

Boost.org ptr_container module
http://boost.org/libs/ptr_container
Boost Software License 1.0
14 stars 41 forks source link

Switch to `boost::core::invoke_swap` #38

Closed Lastique closed 1 year ago

Lastique commented 1 year ago

boost::swap is deprecated and will be removed. Use boost::core::invoke_swap as a replacement.

Only the first commit contains functional changes. The other one just trims trailing spaces in headers.

Lastique commented 1 year ago

@pdimov Could you merge this, please?

Lastique commented 1 year ago

Thanks.