summaryrefslogtreecommitdiff
path: root/libs/intrusive/example/doc_sg_set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/intrusive/example/doc_sg_set.cpp')
-rw-r--r--libs/intrusive/example/doc_sg_set.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/intrusive/example/doc_sg_set.cpp b/libs/intrusive/example/doc_sg_set.cpp
index bf67ba763d..1c3bbaa415 100644
--- a/libs/intrusive/example/doc_sg_set.cpp
+++ b/libs/intrusive/example/doc_sg_set.cpp
@@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////
//
-// (C) Copyright Ion Gaztanaga 2007-2009
+// (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
@@ -56,7 +56,7 @@ int main()
BaseSet baseset;
MemberMultiset membermultiset;
-
+
//Now insert them in the reverse order in the base hook sg_set
for(VectIt it(values.begin()), itend(values.end()); it != itend; ++it){
baseset.insert(*it);