mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Activate standard sources by default.
This commit is contained in:
parent
44db8c26db
commit
3abbb8d625
@ -60,7 +60,7 @@ class CompilerStack: boost::noncopyable
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
/// Creates a new compiler stack. Adds standard sources if @a _addStandardSources.
|
/// Creates a new compiler stack. Adds standard sources if @a _addStandardSources.
|
||||||
explicit CompilerStack(bool _addStandardSources = false);
|
explicit CompilerStack(bool _addStandardSources = true);
|
||||||
|
|
||||||
/// Adds a source object (e.g. file) to the parser. After this, parse has to be called again.
|
/// Adds a source object (e.g. file) to the parser. After this, parse has to be called again.
|
||||||
/// @returns true if a source object by the name already existed and was replaced.
|
/// @returns true if a source object by the name already existed and was replaced.
|
||||||
|
Loading…
Reference in New Issue
Block a user