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

@@ -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();