mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-17 09:45:28 +03:00
noncopyable: switch over from boost
This commit is contained in:
committed by
Matthew Barr
parent
a9844fbf74
commit
1ef87c43ee
@@ -31,6 +31,7 @@
|
||||
|
||||
#include "ue2common.h"
|
||||
#include "util/graph_range.h"
|
||||
#include "util/noncopyable.h"
|
||||
#include "util/operators.h"
|
||||
|
||||
#include <boost/functional/hash.hpp>
|
||||
@@ -156,7 +157,7 @@ namespace ue2 {
|
||||
|
||||
namespace graph_detail {
|
||||
|
||||
class graph_base : boost::noncopyable {
|
||||
class graph_base : noncopyable {
|
||||
};
|
||||
|
||||
struct default_edge_property {
|
||||
|
||||
Reference in New Issue
Block a user