Closed viboes closed 9 years ago
doesn't "otherwise, calls *this = {}" recurse?
It does (calls move assignment op, recursively). This used to be defined as *this = nullvariant
, and got ruined when I removed nullvariant
altogether. Will revise.
Fixed by 992d696797becd4ff151ff34be6e7c0a203e661f
Thanks.
In
description, doesn't "otherwise, calls
*this = {}
" recurse?The same applies to the move assignment.