mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-10 16:22:22 +03:00
noncopyable: switch over from boost
This commit is contained in:
committed by
Matthew Barr
parent
a9844fbf74
commit
1ef87c43ee
@@ -42,6 +42,7 @@
|
||||
#include "rose_in_graph.h"
|
||||
#include "util/alloc.h"
|
||||
#include "util/charreach.h"
|
||||
#include "util/noncopyable.h"
|
||||
#include "util/ue2_containers.h"
|
||||
#include "util/ue2string.h"
|
||||
|
||||
@@ -50,8 +51,6 @@
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include <boost/core/noncopyable.hpp>
|
||||
|
||||
struct NFA;
|
||||
struct SmallWriteEngine;
|
||||
struct RoseEngine;
|
||||
@@ -80,7 +79,7 @@ public:
|
||||
|
||||
/** \brief Abstract interface intended for callers from elsewhere in the tree,
|
||||
* real underlying implementation is RoseBuildImpl in rose_build_impl.h. */
|
||||
class RoseBuild : boost::noncopyable {
|
||||
class RoseBuild : noncopyable {
|
||||
public:
|
||||
virtual ~RoseBuild();
|
||||
|
||||
|
Reference in New Issue
Block a user