boostorg / range

Boost.org range module
http://boost.org/libs/range
43 stars 104 forks source link

Fix -Wdeprecated-copy #136

Open georgthegreat opened 1 year ago

georgthegreat commented 1 year ago

Modern C++ demands explicit defauling of copy ctor when custom copy assignment operator is defined.