summaryrefslogtreecommitdiff
path: root/libs/container/test/print_container.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/container/test/print_container.hpp')
-rw-r--r--libs/container/test/print_container.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/container/test/print_container.hpp b/libs/container/test/print_container.hpp
index 9300c3cf7f..a3de94e678 100644
--- a/libs/container/test/print_container.hpp
+++ b/libs/container/test/print_container.hpp
@@ -1,6 +1,6 @@
//////////////////////////////////////////////////////////////////////////////
//
-// (C) Copyright Ion Gaztanaga 2004-2011. Distributed under the Boost
+// (C) Copyright Ion Gaztanaga 2004-2012. Distributed under the Boost
// Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
@@ -48,8 +48,8 @@ void PrintContainers(MyBoostCont *boostcont, MyStdCont *stdcont)
for(; itboost != itboostend; ++itboost){
std::cout << *itboost << std::endl;
}
- std::cout << "MyStdCont" << std::endl;
-
+ std::cout << "MyStdCont" << std::endl;
+
for(; itstd != itstdend; ++itstd){
std::cout << *itstd << std::endl;
}