From 9f8b4048b4c6ea1f82089723465b279d15c69b28 Mon Sep 17 00:00:00 2001
From: Beman Dawes
Date: Wed, 12 Mar 2003 14:51:23 +0000
Subject: [PATCH] is_polymorphic font, 2 spelling errors (Fredrik Blomqvist)
[SVN r17850]
---
index.htm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/index.htm b/index.htm
index d203c1f..d6b4230 100644
--- a/index.htm
+++ b/index.htm
@@ -5,7 +5,7 @@
content="text/html; charset=iso-8859-1">
-
+
Type Traits
@@ -198,7 +198,7 @@ template instead.
Without (some
as yet unspecified) help from the compiler, we cannot
distinguish between union and class types, as a result
- this expression will eroneously evaluate to true for
+ this expression will erroneously evaluate to true for
union types. |
|
@@ -428,14 +428,13 @@ has.
|
- ::boost::is_polymorphic<T>::value |
+ ::boost::is_polymorphic<T>::value |
Evaluates
to true only if T is a polymorphic type. |
10.3 |
Requires
knowledge of the compilers ABI, does actually seem to
- work with the magority of compilers though. |
+ work with the majority of compilers though.
|
@@ -1302,4 +1301,4 @@ href="http://www.boost.org/">www.boost.org, and the boost
discussion list at boost@lists.boost.org
(see http://www.boost.org/more/mailing_lists.htm#main).