From 21d7b7699edaf04b5ced56885189718d82fbb81a Mon Sep 17 00:00:00 2001
From: John Maddock
Date: Sun, 16 Feb 2003 12:19:48 +0000
Subject: [PATCH] Fixed is_scalar docs.
[SVN r17456]
---
index.htm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/index.htm b/index.htm
index 6f66cb7..d203c1f 100644
--- a/index.htm
+++ b/index.htm
@@ -302,7 +302,8 @@ categories.
::boost::is_scalar<T>::value |
Evaluates
to true only if T is cv-qualified scalar type. That is an
- arithmetic, a pointer or a pointer to member type. |
+ arithmetic, enumeration, pointer or a pointer to member
+ type.
3.9p10
|