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

@@ -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 {