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

@ -29,5 +29,6 @@ int main()
a.begin(), // destination
negate<int>()); // operation
PRINT_ELEMENTS(a);
return 0;
}