From 94ace806183f7e9d8a2cb97e20e7617d4f1b9e42 Mon Sep 17 00:00:00 2001
From: Daniel James
The author of the Boost bit mask class templates is Daryle Walker.
+href="http://www.boost.org/people/daryle_walker.html">Daryle Walker.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 8163aa4..1beb503 100644 --- a/doc/static_min_max.html +++ b/doc/static_min_max.html @@ -106,7 +106,7 @@ class template.
The author of the Boost compile-time extrema class templates is Daryle Walker.
+href="http://www.boost.org/people/daryle_walker.html">Daryle Walker.The author of most of the Boost integer type choosing templates is Beman Dawes. He gives thanks +href="http://www.boost.org/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="http://www.boost.org/people/daryle_walker.html">Daryle Walker designed the value-based sized templates.