summaryrefslogtreecommitdiff
path: root/libs/intrusive/example/doc_treap_set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/intrusive/example/doc_treap_set.cpp')
-rw-r--r--libs/intrusive/example/doc_treap_set.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/intrusive/example/doc_treap_set.cpp b/libs/intrusive/example/doc_treap_set.cpp
index 79fd187954..dc8b7a9aec 100644
--- a/libs/intrusive/example/doc_treap_set.cpp
+++ b/libs/intrusive/example/doc_treap_set.cpp
@@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////
//
-// (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
@@ -70,7 +70,7 @@ int main()
BaseSet baseset;
MemberMultiset membermultiset;
-
+
//Now insert them in the sets
for(VectIt it(values.begin()), itend(values.end()); it != itend; ++it){
baseset.insert(*it);