mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Fixed clazy warnings: rule of zero/three/five.
This commit is contained in:
@@ -297,6 +297,9 @@ namespace BlackMisc
|
||||
//! Move constructor
|
||||
CDictionary(CDictionary &&other) noexcept : m_impl(std::move(other.m_impl)) {}
|
||||
|
||||
//! Destructor
|
||||
~CDictionary() = default;
|
||||
|
||||
//! Returns iterator at the beginning of the dictionary
|
||||
iterator begin() { return m_impl.begin(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user