refactor: use core/noncopyable over boost/noncopyable

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

#include <boost/core/noncopyable.hpp>
```
This commit is contained in:
Michael Ford
2022-08-23 16:00:08 +01:00
committed by GitHub
parent d6e0a32f2e
commit 9c783ecbef

View File

@@ -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
{