"I have only proved my code correct, not tested it" - Donald Knuth
{
Stack temp(other); // does all the work
Swap( temp ); // this can't throw
return *this;
}
Post a Comment
No comments:
Post a Comment