mirror of
https://github.com/boostorg/array.git
synced 2026-01-24 17:42:08 +00:00
Docs fixes (Nico)+ add return 0; to test files (Beman)
[SVN r8496]
This commit is contained in:
@@ -29,5 +29,6 @@ int main()
|
||||
a.begin(), // destination
|
||||
negate<int>()); // operation
|
||||
PRINT_ELEMENTS(a);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user