boostorg / thread

Boost.org thread module
http://boost.org/libs/thread
197 stars 162 forks source link

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

Closed Lastique closed 9 months ago

Lastique commented 10 months ago

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

pdimov commented 9 months ago

The changes to swap_T_pass.cpp don't compile, so I merged https://github.com/boostorg/thread/pull/393 instead.