Remove misleading comment from LazyInit

This commit is contained in:
Jason Cobb 2020-05-14 10:42:00 -04:00
parent eae31559be
commit a392d5d63a
No known key found for this signature in database
GPG Key ID: 2A3F6A6DCA1E8DED

View File

@ -56,7 +56,6 @@ public:
_other.m_value.reset();
}
// Copy and swap idiom.
LazyInit& operator=(LazyInit&& _other) noexcept
{
this->m_value.swap(_other.m_value);