mirror of
https://github.com/boostorg/array.git
synced 2025-06-30 06:21:08 +02:00
Docs fixes (Nico)+ add return 0; to test files (Beman)
[SVN r8496]
This commit is contained in:
@ -32,5 +32,6 @@ int main()
|
||||
std::cout << "last element of last array: "
|
||||
<< seasons_i18n[seasons_i18n.size()-1][seasons_i18n[0].size()-1]
|
||||
<< std::endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user