This is confusingly similar to std::string::empty() which doesn't do the same thing, so prefer using clear() instead. And simply remove Empty() calls before the assignment, as they're useless. No real changes.
This is confusingly similar to std::string::empty() which doesn't do the same thing, so prefer using clear() instead. And simply remove Empty() calls before the assignment, as they're useless. No real changes.