Closed billti closed 5 years ago
Operations such as operator bool() check for size != invalid_size, so seems like this should be the state after it has been moved from.
operator bool()
size != invalid_size
Spotted a couple more, so added an extra commit.
Operations such as
operator bool()
check forsize != invalid_size
, so seems like this should be the state after it has been moved from.