summaryrefslogtreecommitdiff
path: root/libs/intrusive/test/test_container.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/intrusive/test/test_container.hpp')
-rw-r--r--libs/intrusive/test/test_container.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/intrusive/test/test_container.hpp b/libs/intrusive/test/test_container.hpp
index 9d0f5d204e..7737fa7677 100644
--- a/libs/intrusive/test/test_container.hpp
+++ b/libs/intrusive/test/test_container.hpp
@@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////
//
-// (C) Copyright Ion Gaztanaga 2007-2011
+// (C) Copyright Ion Gaztanaga 2007-2012
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
@@ -247,7 +247,7 @@ void test_common_unordered_and_associative_container(Container & c, Data & d)
{
BOOST_TEST( c.find(*di) != c.end() );
}
-
+
typename Data::const_iterator db = d.begin();
typename Data::const_iterator da = db++;