mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-02 04:27:42 +03:00
noncopyable: switch over from boost
This commit is contained in:
committed by
Matthew Barr
parent
a9844fbf74
commit
1ef87c43ee
@@ -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();
|
||||
|
Reference in New Issue
Block a user