mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
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:
@@ -28,7 +28,6 @@
|
||||
#include <liblangutil/EVMVersion.h>
|
||||
#include <libyul/optimiser/ASTWalker.h>
|
||||
|
||||
#include <boost/noncopyable.hpp>
|
||||
#include <list>
|
||||
#include <map>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user