noncopyable: switch over from boost

This commit is contained in:
Justin Viiret
2017-03-30 14:37:35 +11:00
committed by Matthew Barr
parent a9844fbf74
commit 1ef87c43ee
22 changed files with 48 additions and 54 deletions

View File

@@ -37,11 +37,10 @@
#include "ue2common.h"
#include "util/alloc.h"
#include "util/noncopyable.h"
#include <set>
#include <boost/core/noncopyable.hpp>
struct SmallWriteEngine;
namespace ue2 {
@@ -54,7 +53,7 @@ class ReportManager;
// Abstract interface intended for callers from elsewhere in the tree, real
// underlying implementation is SmallWriteBuildImpl in smwr_build_impl.h.
class SmallWriteBuild : boost::noncopyable {
class SmallWriteBuild : noncopyable {
public:
// Destructor
virtual ~SmallWriteBuild();