corrected typo
This commit is contained in:
parent
df1f8a82ed
commit
5c93794d68
|
|
@ -1011,7 +1011,7 @@ int main(int, char *[])
|
||||||
std::cout << "Test of constructor 'const_vector(InputIt first, InputIt last)': " << test_const_vector::test_constructor_iterator() << std::endl;
|
std::cout << "Test of constructor 'const_vector(InputIt first, InputIt last)': " << test_const_vector::test_constructor_iterator() << std::endl;
|
||||||
std::cout << "Test of copy constructors: " << test_const_vector::test_constructor_copy() << std::endl;
|
std::cout << "Test of copy constructors: " << test_const_vector::test_constructor_copy() << std::endl;
|
||||||
std::cout << "Test of move constructor: " << test_const_vector::test_constructor_move() << std::endl;
|
std::cout << "Test of move constructor: " << test_const_vector::test_constructor_move() << std::endl;
|
||||||
std::cout << "Test of move constructor: " << test_const_vector::test_operator_eq() << std::endl;
|
std::cout << "Test of operator=: " << test_const_vector::test_operator_eq() << std::endl;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue