forked from boostorg/fusion
refactor: use core/noncopyable over noncopyable
The later is deprecated: ```cpp // The header file at this path is deprecated; // use boost/core/noncopyable.hpp instead. ```
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include <boost/type_traits/is_same.hpp>
|
||||
|
||||
#include <memory>
|
||||
#include <boost/noncopyable.hpp>
|
||||
#include <boost/core/noncopyable.hpp>
|
||||
|
||||
#include <boost/mpl/int.hpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user