forked from boostorg/array
Docs fixes (Nico)+ add return 0; to test files (Beman)
[SVN r8496]
This commit is contained in:
@ -42,5 +42,6 @@ int main()
|
||||
std::cout << "copy construction and copy assignment FAILED"
|
||||
<< std::endl;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user