Remove the usage of boost::noncopyable

Prior to this half of the codebase used explicit deleted copy constructors, the others used boost::noncopyable.
This commit is contained in:
Alex Beregszaszi
2021-04-23 14:57:01 +01:00
parent 15decd2413
commit e39433198d
20 changed files with 70 additions and 38 deletions
-1
View File
@@ -31,7 +31,6 @@
#include <liblangutil/SourceLocation.h>
#include <libsolutil/Common.h>
#include <boost/noncopyable.hpp>
#include <functional>
#include <memory>