mirror of
https://github.com/boostorg/array.git
synced 2025-06-30 14:31:06 +02:00
Docs fixes (Nico)+ add return 0; to test files (Beman)
[SVN r8496]
This commit is contained in:
@ -35,6 +35,7 @@ int main()
|
||||
std::cout << " " << *pos;
|
||||
}
|
||||
std::cout << std::endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
template <class T>
|
||||
|
Reference in New Issue
Block a user