summaryrefslogtreecommitdiff
path: root/libs/intrusive/test/set_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/intrusive/test/set_test.cpp')
-rw-r--r--libs/intrusive/test/set_test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/intrusive/test/set_test.cpp b/libs/intrusive/test/set_test.cpp
index 97210d8eb2..1570dcdfdc 100644
--- a/libs/intrusive/test/set_test.cpp
+++ b/libs/intrusive/test/set_test.cpp
@@ -1,7 +1,7 @@
/////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Olaf Krzikalla 2004-2006.
-// (C) Copyright Ion Gaztanaga 2006-2009.
+// (C) Copyright Ion Gaztanaga 2006-2012.
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
@@ -24,7 +24,7 @@ template<class T, class O1, class O2, class O3, class O4>
#else
template<class T, class ...Options>
#endif
-struct has_insert_before<boost::intrusive::set<T,
+struct has_insert_before<boost::intrusive::set<T,
#if !defined (BOOST_INTRUSIVE_VARIADIC_TEMPLATES)
O1, O2, O3, O4
#else
@@ -148,7 +148,7 @@ class test_main_template<VoidPointer, false>
};
-int main( int, char* [] )
+int main( int, char* [] )
{
test_main_template<void*, false>()();
test_main_template<boost::intrusive::smart_ptr<void>, false>()();