@@ -66,6 +66,7 @@ namespace usql {
}
Row &Row::operator=(Row other) {
std::swap(m_columns, other.m_columns);
return *this;
The note is not visible to the blocked user.