Revert "[clang-tidy] Use default to initialize constructors"
This reverts commit bf40ea8816.
This commit is contained in:
@@ -50,7 +50,9 @@ Lexer::Lexer (const std::string& text)
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
Lexer::~Lexer () = default;
|
||||
Lexer::~Lexer ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// When a Lexer object is constructed with a string, this method walks through
|
||||
|
||||
Reference in New Issue
Block a user