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