diff --git a/index.htm b/index.htm index 4965884..6c7a4ef 100644 --- a/index.htm +++ b/index.htm @@ -779,7 +779,9 @@ BOOST_BROKEN_COMPILER_TYPE_TRAITS_SPECIALIZATION evaluates to nothing on those compilers that do support partial specialization.
The following template synthesizes a type with the desired properties. + +
The following template synthesizes a type with the desired +properties.
::boost::type_with_alignment<Align>::type |
- Attempts to find a - built-in or POD type with an alignment that is a multiple of Align. - | -- | - | +Attempts + to find a built-in or POD type with an alignment that is + a multiple of Align. | ++ |
-
Type-traits comes with four example programs that illustrate some of the ways in which the type traits templates may be used: