mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Mark appropriate constructors explicit
This commit is contained in:
@@ -33,7 +33,7 @@ class Type; // forward
|
||||
class CompilerUtils
|
||||
{
|
||||
public:
|
||||
CompilerUtils(CompilerContext& _context): m_context(_context) {}
|
||||
explicit CompilerUtils(CompilerContext& _context): m_context(_context) {}
|
||||
|
||||
/// Stores the initial value of the free-memory-pointer at its position;
|
||||
void initialiseFreeMemoryPointer();
|
||||
|
||||
Reference in New Issue
Block a user