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]
This commit is contained in:
John Maddock
2006-07-11 12:07:06 +00:00
parent b1269caaf6
commit db595df809
@@ -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