summaryrefslogtreecommitdiff
path: root/libs/intrusive/test/recursive_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/intrusive/test/recursive_test.cpp')
-rw-r--r--libs/intrusive/test/recursive_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/intrusive/test/recursive_test.cpp b/libs/intrusive/test/recursive_test.cpp
index c72316bd63..619206a6cd 100644
--- a/libs/intrusive/test/recursive_test.cpp
+++ b/libs/intrusive/test/recursive_test.cpp
@@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////
//
-// (C) Copyright Ion Gaztanaga 2007-2010
+// (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
@@ -49,7 +49,7 @@ void instantiate()
list< Foo, base_hook<ListBaseHook> > list_; list_.clear();
slist< Foo, base_hook<SListBaseHook> > slist_; slist_.clear();
set< Foo, base_hook<SetBaseHook> > set_; set_.clear();
-
+
USet::bucket_type buckets[1];
USet unordered_set_(USet::bucket_traits(buckets, 1)); unordered_set_.clear();
}