mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove misleading comment from LazyInit
This commit is contained in:
parent
eae31559be
commit
a392d5d63a
@ -56,7 +56,6 @@ public:
|
|||||||
_other.m_value.reset();
|
_other.m_value.reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Copy and swap idiom.
|
|
||||||
LazyInit& operator=(LazyInit&& _other) noexcept
|
LazyInit& operator=(LazyInit&& _other) noexcept
|
||||||
{
|
{
|
||||||
this->m_value.swap(_other.m_value);
|
this->m_value.swap(_other.m_value);
|
||||||
|
Loading…
Reference in New Issue
Block a user