boostorg / range

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

refactor: use core/noncopyable over boost/noncopyable #137

Closed fanquake closed 1 year ago

fanquake commented 1 year ago

The later is deprecated:

// The header file at this path is deprecated;
// use boost/core/noncopyable.hpp instead.

#include <boost/core/noncopyable.hpp>