Docs fixes (Nico)+ add return 0; to test files (Beman)

[SVN r8496]
This commit is contained in:
Beman Dawes
2000-12-27 02:03:29 +00:00
parent debb0f0908
commit a91e96a8ab
6 changed files with 58 additions and 38 deletions

View File

@ -42,5 +42,6 @@ int main()
std::cout << "copy construction and copy assignment FAILED"
<< std::endl;
}
return 0;
}