Merge pull request #137 from fanquake/patch-1

refactor: use core/noncopyable over boost/noncopyable
This commit is contained in:
neilgroves
2022-08-24 17:55:01 +01:00
committed by GitHub

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
{