2
0
mirror of https://github.com/boostorg/array.git synced 2026-01-27 06:32:08 +00:00

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

@@ -60,5 +60,6 @@ int main()
DArray da;
da = ia;
da.assign(42);
return 0;
}