summaryrefslogtreecommitdiff
path: root/libs/intrusive/example/doc_splay_set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/intrusive/example/doc_splay_set.cpp')
-rw-r--r--libs/intrusive/example/doc_splay_set.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/intrusive/example/doc_splay_set.cpp b/libs/intrusive/example/doc_splay_set.cpp
index be8dafa290..19c9d6ca4a 100644
--- a/libs/intrusive/example/doc_splay_set.cpp
+++ b/libs/intrusive/example/doc_splay_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
@@ -20,7 +20,7 @@ using namespace boost::intrusive;
class MyClass
: public splay_set_base_hook<> //This is an splay tree base hook
, public bs_set_base_hook<> //This is a binary search tree base hook
-
+
{
int int_;