mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Moved program_options add_options to a helper function to allow defaults to be set by derived class constructor before immutable options are created by parent
This commit is contained in:
@@ -70,6 +70,7 @@ struct CommonOptions
|
||||
|
||||
langutil::EVMVersion evmVersion() const;
|
||||
|
||||
virtual addOptions();
|
||||
virtual bool parse(int argc, char const* const* argv);
|
||||
// Throws a ConfigException on error
|
||||
virtual void validate() const;
|
||||
|
||||
Reference in New Issue
Block a user