From 8b9a9a519f090564b6c2db9d6d76ad1ef18fa302 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 2 Dec 2007 23:55:38 +0000 Subject: [PATCH] Fix the people links in the conversion documentation. [SVN r41599] --- cast.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cast.htm b/cast.htm index 587d08a..77364c4 100644 --- a/cast.htm +++ b/cast.htm @@ -120,10 +120,10 @@ void f( Fruit * fruit ) {

polymorphic_cast was suggested by Bjarne Stroustrup in "The C++ Programming Language".
polymorphic_downcast was contributed by Dave Abrahams.
+ "http://beta.boost.org/users/people/dave_abrahams.html">Dave Abrahams.
An old numeric_cast
that was contributed by Kevlin Henney is now superseeded by the Boost Numeric Conversion Library

+ "http://beta.boost.org/users/people/kevlin_henney.html">Kevlin Henney is now superseeded by the Boost Numeric Conversion Library


Revised