Cosmetic changes from Nico

[SVN r7880]
This commit is contained in:
Beman Dawes
2000-09-30 20:54:15 +00:00
parent 8c5daba6b3
commit b62e1aa4e7
5 changed files with 238 additions and 230 deletions

View File

@ -39,7 +39,7 @@ int main()
<< std::endl;
}
else {
std::cout << "copy construction and copy assignment are OK"
std::cout << "copy construction and copy assignment FAILED"
<< std::endl;
}
}