diff --git a/base_from_member.html b/base_from_member.html
index 4dd70f4..21ee6d2 100644
--- a/base_from_member.html
+++ b/base_from_member.html
@@ -334,7 +334,7 @@ with the exact pointer type used in switcher
's constructor.
switcher
's constructor.
can be controlled and automated with macros. The implementation uses
the Preprocessor library.
- Copyright © 2001 Jens Maurer
+ "http://www.boost.org/people/jens_maurer.htm">Jens MaurerDistributed under the Boost Software License, Version 1.0. (See
accompanying file LICENSE_1_0.txt or
diff --git a/operators.htm b/operators.htm
index fca90e5..13d0d0b 100644
--- a/operators.htm
+++ b/operators.htm
@@ -2029,13 +2029,13 @@ public:
The distance from the given iterator should be supplied as an absolute value. For
example, the iterator four iterators prior to the given iterator Contributed by Dave Abrahams. Two-argument versions by Daniel Walker. Contributed by Dave Abrahams. Two-argument versions by Daniel Walker. Class noncopyable is a base class. Derive your own class
from noncopyable when you want to prohibit copy construction
@@ -89,7 +89,7 @@ const std::list<T>::iterator next = boost::next(prev, 2);
to verify class noncopyable works as expected. It has have been run
successfully under GCC 2.95, Metrowerks CodeWarrior 5.0, and Microsoft Visual
C++ 6.0 sp 3. Contributed by Dave Abrahams. Contributed by Dave Abrahams.Contributors
-
p
may be obtained by prior(p, 4)
.Class noncopyable
Example
// inside one of your own headers ...