scylladb / seastar

High performance server-side application framework
http://seastar.io
Apache License 2.0
8.3k stars 1.54k forks source link

shared_ptr: remove deprecated lw_shared_ptr assignment operator #2456

Closed avikivity closed 5 days ago

avikivity commented 5 days ago

The assignment operator was deprecated in 8038c131b7c ("shared_ptr: deprecate lw_shared_ptr operator=(T&&)"), more than a year ago. It is safe to remove it now.