mirror of
https://github.com/boostorg/array.git
synced 2025-07-01 15:01:05 +02:00
update from Nico
[SVN r10918]
This commit is contained in:
@ -40,12 +40,13 @@ int main()
|
||||
c = a;
|
||||
if (a==b && a==c) {
|
||||
std::cout << "copy construction and copy assignment are OK"
|
||||
<< std::endl;
|
||||
<< std::endl;
|
||||
}
|
||||
else {
|
||||
std::cout << "copy construction and copy assignment FAILED"
|
||||
<< std::endl;
|
||||
<< std::endl;
|
||||
}
|
||||
return 0;
|
||||
|
||||
return 0; // makes Visual-C++ compiler happy
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user