From 1748709ef6b6c487025fac68afddf838feebf5cc Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 11 Jul 2006 12:07:06 +0000 Subject: [PATCH] With apologies: changed Rani's surname so that the code will compile cleanly on machines using a far-eastern locale, unfortunately non-ASCII characters in source files are not portable across platforms and compilers. [SVN r34507] --- include/boost/type_traits/is_base_and_derived.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/type_traits/is_base_and_derived.hpp b/include/boost/type_traits/is_base_and_derived.hpp index 94a2b2e..48d1028 100644 --- a/include/boost/type_traits/is_base_and_derived.hpp +++ b/include/boost/type_traits/is_base_and_derived.hpp @@ -37,7 +37,7 @@ namespace detail { This version detects ambiguous base classes and private base classes correctly, and was devised by Rani Sharoni. -Explanation by Terje Slettebų and Rani Sharoni. +Explanation by Terje Slettebo and Rani Sharoni. Let's take the multiple base class below as an example, and the following will also show why there's not a problem with private or ambiguous base