summaryrefslogtreecommitdiff
path: root/boost/multi_index/member.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/multi_index/member.hpp')
-rw-r--r--boost/multi_index/member.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/multi_index/member.hpp b/boost/multi_index/member.hpp
index 192cf1be88..a8e645074a 100644
--- a/boost/multi_index/member.hpp
+++ b/boost/multi_index/member.hpp
@@ -1,4 +1,4 @@
-/* Copyright 2003-2013 Joaquin M Lopez Munoz.
+/* Copyright 2003-2015 Joaquin M Lopez Munoz.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
@@ -38,7 +38,7 @@ namespace detail{
* a type P such that, given a p of Type P
* *...n...*x is convertible to T&, for some n>=1.
* Examples of chained pointers are raw and smart pointers, iterators and
- * arbitrary combinations of these (vg. T** or auto_ptr<T*>.)
+ * arbitrary combinations of these (vg. T** or unique_ptr<T*>.)
*/
template<class Class,typename Type,Type Class::*PtrToMember>