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:
fanquake
2022-04-08 15:02:43 +01:00
parent 8e58e09ba7
commit 6da4ec1ae5
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -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>