From ba8d0a6df7c325743116e09e6281762a232b85f2 Mon Sep 17 00:00:00 2001
From: John Maddock
Date: Fri, 1 Nov 2002 12:16:11 +0000
Subject: [PATCH] Added is_polymorphic docs.
[SVN r16039]
---
index.htm | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/index.htm b/index.htm
index b4eeb00..5923546 100644
--- a/index.htm
+++ b/index.htm
@@ -31,7 +31,7 @@
A transformation from one type to another.
If you are new to this library then the accompanying
- article provides a the background information and motivation.
+ article provides the background information and motivation.
All of the integral expressions in this library are
integral constant expressions, these can sometimes cause
compiler problems in use, so there is a related set of
@@ -349,6 +349,16 @@
|
|
+
+ |
+ ::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. |
+ |
+
|
::boost::is_POD<T>::value |