mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2026-01-02 12:07:55 +08:00
Modernize: Use "default" for destructors and copy constructors (#751)
This commit is contained in:
committed by
Jesse Beder
parent
e6b3a92e67
commit
a6ed66abca
@@ -19,7 +19,7 @@ Scanner::Scanner(std::istream& in)
|
||||
m_indentRefs{},
|
||||
m_flows{} {}
|
||||
|
||||
Scanner::~Scanner() {}
|
||||
Scanner::~Scanner() = default;
|
||||
|
||||
bool Scanner::empty() {
|
||||
EnsureTokensInQueue();
|
||||
|
||||
Reference in New Issue
Block a user