boostorg / property_tree

Boost.org property_tree module
http://boost.org/libs/property_tree
55 stars 92 forks source link

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

Closed Lastique closed 10 months ago

Lastique commented 1 year ago

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

Lastique commented 10 months ago

@pdimov Could you merge this, please?

Lastique commented 10 months ago

Thank you. Please also remember to merge to master.

pdimov commented 10 months ago

Already merged.