diff --git a/index.htm b/index.htm index 9f72e44..e37d901 100644 --- a/index.htm +++ b/index.htm @@ -452,7 +452,9 @@ has.

  ::boost::is_stateless<T>::value - True if T is stateless, meaning that T has no storage and its constructors and destructors are trivial. + True if T + is stateless, meaning that T has no storage and its + constructors and destructors are trivial.  

PC

@@ -705,6 +707,15 @@ transformation to the template argument T:

    + +   + ::boost::add_cv<T>::type + The same as "T + const volatile" for all T. + 3.9.3 +   +   +

As the table above indicates, support for partial