From ee91295ac48b92c953fd1b524f67e02afafb5354 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 8 Jun 2014 15:01:02 +0100 Subject: [PATCH] Fix link to test. --- cast.htm | 2 +- include/boost/implicit_cast.hpp | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 include/boost/implicit_cast.hpp diff --git a/cast.htm b/cast.htm index c8d14c7..12314e4 100644 --- a/cast.htm +++ b/cast.htm @@ -31,7 +31,7 @@ "#Polymorphic_cast">polymorphic_downcast function templates designed to complement the C++ built-in casts.

-

The program cast_test.cpp can be used to +

The program cast_test.cpp can be used to verify these function templates work as expected.

Polymorphic casts

diff --git a/include/boost/implicit_cast.hpp b/include/boost/implicit_cast.hpp old mode 100755 new mode 100644