forked from boostorg/range
Merge pull request #137 from fanquake/patch-1
refactor: use core/noncopyable over boost/noncopyable
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
#include <boost/array.hpp>
|
||||
#include <boost/assert.hpp>
|
||||
#include <boost/static_assert.hpp>
|
||||
#include <boost/noncopyable.hpp>
|
||||
#include <boost/core/noncopyable.hpp>
|
||||
|
||||
namespace boost
|
||||
{
|
||||
|
Reference in New Issue
Block a user