From 4b2d3f6a90d4824432278389dad4e677f4af68e3 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 7 Feb 2008 20:47:08 +0000 Subject: [PATCH] Roll back links to the beta site. [SVN r43163] --- doc/integer_mask.html | 2 +- doc/static_log2.html | 2 +- doc/static_min_max.html | 2 +- index.html | 4 ++-- integer.htm | 6 +++--- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/integer_mask.html b/doc/integer_mask.html index 63707d3..0328bbc 100644 --- a/doc/integer_mask.html +++ b/doc/integer_mask.html @@ -196,7 +196,7 @@ contaimination of values by the higher, unused bits.

Credits

The author of the Boost bit mask class templates is Daryle Walker.

+href="../../../people/daryle_walker.html">Daryle Walker.


diff --git a/doc/static_log2.html b/doc/static_log2.html index c5e03a2..e353da4 100644 --- a/doc/static_log2.html +++ b/doc/static_log2.html @@ -186,7 +186,7 @@ code (and update old code as soon as possible).

The original version of the Boost binary logarithm class template was -written by Daryle Walker +written by Daryle Walker and then enhanced by Giovanni Bajo with support for compilers without partial template specialization. The current version was suggested, together with a reference implementation, by Vesa Karvonen. Gennaro Prota diff --git a/doc/static_min_max.html b/doc/static_min_max.html index dcb01dc..8163aa4 100644 --- a/doc/static_min_max.html +++ b/doc/static_min_max.html @@ -106,7 +106,7 @@ class template.

Credits

The author of the Boost compile-time extrema class templates is Daryle Walker.

+href="../../../people/daryle_walker.html">Daryle Walker.


diff --git a/index.html b/index.html index 6140a30..0a6bbb0 100644 --- a/index.html +++ b/index.html @@ -10,8 +10,8 @@ boost.png (6897 bytes) Home Libraries - People - FAQ + People + FAQ More diff --git a/integer.htm b/integer.htm index d23b91f..37f6c19 100644 --- a/integer.htm +++ b/integer.htm @@ -193,11 +193,11 @@ href="../../boost/cstdint.hpp"><boost/cstdint.hpp>.

Credits

The author of most of the Boost integer type choosing templates is Beman Dawes. He gives thanks +href="../../people/beman_dawes.html">Beman Dawes. He gives thanks to Valentin Bonnard and - Kevlin Henney for sharing + Kevlin Henney for sharing their designs for similar templates. Daryle Walker designed the +href="../../people/daryle_walker.html">Daryle Walker designed the value-based sized templates.