mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
Link to people pages on the website, as they've been removed from the download.
[SVN r43209]
This commit is contained in:
parent
28596e678d
commit
691e4b6c34
@ -334,7 +334,7 @@ with the exact pointer type used in <code>switcher</code>'s constructor.</p>
|
|||||||
<h3><a name="contributors">Contributors</a></h3>
|
<h3><a name="contributors">Contributors</a></h3>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt><a href="../../people/ed_brey.htm">Ed Brey</a>
|
<dt><a href="http://www.boost.org/people/ed_brey.htm">Ed Brey</a>
|
||||||
<dd>Suggested some interface changes.
|
<dd>Suggested some interface changes.
|
||||||
|
|
||||||
<dt><a href="http://www.moocat.org">R. Samuel Klatchko</a> (<a
|
<dt><a href="http://www.moocat.org">R. Samuel Klatchko</a> (<a
|
||||||
@ -343,7 +343,7 @@ with the exact pointer type used in <code>switcher</code>'s constructor.</p>
|
|||||||
<dd>Invented the idiom of how to use a class member for initializing
|
<dd>Invented the idiom of how to use a class member for initializing
|
||||||
a base class.
|
a base class.
|
||||||
|
|
||||||
<dt><a href="../../people/dietmar_kuehl.htm">Dietmar Kuehl</a>
|
<dt><a href="http://www.boost.org/people/dietmar_kuehl.htm">Dietmar Kuehl</a>
|
||||||
<dd>Popularized the base-from-member idiom in his
|
<dd>Popularized the base-from-member idiom in his
|
||||||
<a href="http://www.informatik.uni-konstanz.de/~kuehl/c++/iostream/">IOStream
|
<a href="http://www.informatik.uni-konstanz.de/~kuehl/c++/iostream/">IOStream
|
||||||
example classes</a>.
|
example classes</a>.
|
||||||
@ -353,7 +353,7 @@ with the exact pointer type used in <code>switcher</code>'s constructor.</p>
|
|||||||
can be controlled and automated with macros. The implementation uses
|
can be controlled and automated with macros. The implementation uses
|
||||||
the <a href="../preprocessor/index.html">Preprocessor library</a>.
|
the <a href="../preprocessor/index.html">Preprocessor library</a>.
|
||||||
|
|
||||||
<dt><a href="../../people/daryle_walker.html">Daryle Walker</a>
|
<dt><a href="http://www.boost.org/people/daryle_walker.html">Daryle Walker</a>
|
||||||
<dd>Started the library. Contributed the test file <cite><a
|
<dd>Started the library. Contributed the test file <cite><a
|
||||||
href="base_from_member_test.cpp">base_from_member_test.cpp</a></cite>.
|
href="base_from_member_test.cpp">base_from_member_test.cpp</a></cite>.
|
||||||
</dl>
|
</dl>
|
||||||
|
@ -153,7 +153,7 @@ int main()
|
|||||||
<!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->05 December, 2006<!--webbot bot="Timestamp" endspan i-checksum="38516" --></p>
|
<!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->05 December, 2006<!--webbot bot="Timestamp" endspan i-checksum="38516" --></p>
|
||||||
|
|
||||||
<p><i>Copyright © 2001 <a href=
|
<p><i>Copyright © 2001 <a href=
|
||||||
"../../people/jens_maurer.htm">Jens Maurer</a></i></p>
|
"http://www.boost.org/people/jens_maurer.htm">Jens Maurer</a></i></p>
|
||||||
|
|
||||||
<p><i>Distributed under the Boost Software License, Version 1.0. (See
|
<p><i>Distributed under the Boost Software License, Version 1.0. (See
|
||||||
accompanying file <a href="../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
|
accompanying file <a href="../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
|
||||||
|
@ -2029,13 +2029,13 @@ public:
|
|||||||
<h2><a name="contributors">Contributors</a></h2>
|
<h2><a name="contributors">Contributors</a></h2>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt><a href="../../people/dave_abrahams.htm">Dave Abrahams</a></dt>
|
<dt><a href="http://www.boost.org/people/dave_abrahams.htm">Dave Abrahams</a></dt>
|
||||||
|
|
||||||
<dd>Started the library and contributed the arithmetic operators in
|
<dd>Started the library and contributed the arithmetic operators in
|
||||||
<cite><a href=
|
<cite><a href=
|
||||||
"../../boost/operators.hpp">boost/operators.hpp</a></cite>.</dd>
|
"../../boost/operators.hpp">boost/operators.hpp</a></cite>.</dd>
|
||||||
|
|
||||||
<dt><a href="../../people/jeremy_siek.htm">Jeremy Siek</a></dt>
|
<dt><a href="http://www.boost.org/people/jeremy_siek.htm">Jeremy Siek</a></dt>
|
||||||
|
|
||||||
<dd>Contributed the <a href="#deref">dereference operators and iterator
|
<dd>Contributed the <a href="#deref">dereference operators and iterator
|
||||||
helpers</a> in <cite><a href=
|
helpers</a> in <cite><a href=
|
||||||
@ -2043,19 +2043,19 @@ public:
|
|||||||
contributed <cite><a href=
|
contributed <cite><a href=
|
||||||
"iterators_test.cpp">iterators_test.cpp</a></cite>.</dd>
|
"iterators_test.cpp">iterators_test.cpp</a></cite>.</dd>
|
||||||
|
|
||||||
<dt><a href="../../people/aleksey_gurtovoy.htm">Aleksey
|
<dt><a href="http://www.boost.org/people/aleksey_gurtovoy.htm">Aleksey
|
||||||
Gurtovoy</a></dt>
|
Gurtovoy</a></dt>
|
||||||
|
|
||||||
<dd>Contributed the code to support <a href="#chaining">base class
|
<dd>Contributed the code to support <a href="#chaining">base class
|
||||||
chaining</a> while remaining backward-compatible with old versions of
|
chaining</a> while remaining backward-compatible with old versions of
|
||||||
the library.</dd>
|
the library.</dd>
|
||||||
|
|
||||||
<dt><a href="../../people/beman_dawes.html">Beman Dawes</a></dt>
|
<dt><a href="http://www.boost.org/people/beman_dawes.html">Beman Dawes</a></dt>
|
||||||
|
|
||||||
<dd>Contributed <cite><a href=
|
<dd>Contributed <cite><a href=
|
||||||
"operators_test.cpp">operators_test.cpp</a></cite>.</dd>
|
"operators_test.cpp">operators_test.cpp</a></cite>.</dd>
|
||||||
|
|
||||||
<dt><a href="../../people/daryle_walker.html">Daryle Walker</a></dt>
|
<dt><a href="http://www.boost.org/people/daryle_walker.html">Daryle Walker</a></dt>
|
||||||
|
|
||||||
<dd>Contributed classes for the shift operators, equivalence, partial
|
<dd>Contributed classes for the shift operators, equivalence, partial
|
||||||
ordering, and arithmetic conversions. Added the grouped operator
|
ordering, and arithmetic conversions. Added the grouped operator
|
||||||
|
@ -68,7 +68,7 @@ const std::list<T>::iterator next = boost::next(prev, 2);</pre>
|
|||||||
<p>The distance from the given iterator should be supplied as an absolute value. For
|
<p>The distance from the given iterator should be supplied as an absolute value. For
|
||||||
example, the iterator four iterators prior to the given iterator <code>p</code>
|
example, the iterator four iterators prior to the given iterator <code>p</code>
|
||||||
may be obtained by <code>prior(p, 4)</code>.</p>
|
may be obtained by <code>prior(p, 4)</code>.</p>
|
||||||
<p>Contributed by <a href="../../people/dave_abrahams.htm">Dave Abrahams</a>. Two-argument versions by Daniel Walker.</p>
|
<p>Contributed by <a href="http://www.boost.org/people/dave_abrahams.htm">Dave Abrahams</a>. Two-argument versions by Daniel Walker.</p>
|
||||||
<h2><a name="Class_noncopyable">Class noncopyable</a></h2>
|
<h2><a name="Class_noncopyable">Class noncopyable</a></h2>
|
||||||
<p>Class <strong>noncopyable</strong> is a base class. Derive your own class
|
<p>Class <strong>noncopyable</strong> is a base class. Derive your own class
|
||||||
from <strong>noncopyable</strong> when you want to prohibit copy construction
|
from <strong>noncopyable</strong> when you want to prohibit copy construction
|
||||||
@ -89,7 +89,7 @@ const std::list<T>::iterator next = boost::next(prev, 2);</pre>
|
|||||||
to verify class <b>noncopyable</b> works as expected. It has have been run
|
to verify class <b>noncopyable</b> works as expected. It has have been run
|
||||||
successfully under GCC 2.95, Metrowerks CodeWarrior 5.0, and Microsoft Visual
|
successfully under GCC 2.95, Metrowerks CodeWarrior 5.0, and Microsoft Visual
|
||||||
C++ 6.0 sp 3.</p>
|
C++ 6.0 sp 3.</p>
|
||||||
<p>Contributed by <a href="../../people/dave_abrahams.htm">Dave Abrahams</a>.</p>
|
<p>Contributed by <a href="http://www.boost.org/people/dave_abrahams.htm">Dave Abrahams</a>.</p>
|
||||||
<h3>Example</h3>
|
<h3>Example</h3>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<pre>// inside one of your own headers ...
|
<pre>// inside one of your own headers ...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user