mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-10 08:12:21 +03:00
noncopyable: switch over from boost
This commit is contained in:
committed by
Matthew Barr
parent
a9844fbf74
commit
1ef87c43ee
@@ -36,12 +36,12 @@
|
||||
|
||||
#include "ue2common.h"
|
||||
#include "util/compile_error.h"
|
||||
#include "util/noncopyable.h"
|
||||
#include "util/report.h"
|
||||
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <vector>
|
||||
#include <boost/core/noncopyable.hpp>
|
||||
|
||||
namespace ue2 {
|
||||
|
||||
@@ -57,7 +57,7 @@ struct external_report_info {
|
||||
};
|
||||
|
||||
/** \brief Tracks Report structures, exhaustion and dedupe keys. */
|
||||
class ReportManager : boost::noncopyable {
|
||||
class ReportManager : noncopyable {
|
||||
public:
|
||||
explicit ReportManager(const Grey &g);
|
||||
|
||||
|
Reference in New Issue
Block a user