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
@@ -9,7 +9,7 @@
#include <boost/fusion/functional/generation/make_fused_function_object.hpp>
#include <boost/detail/lightweight_test.hpp>
#include <boost/noncopyable.hpp>
#include <boost/core/noncopyable.hpp>
#include <boost/mpl/empty_base.hpp>
#include <boost/fusion/container/generation/make_vector.hpp>