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.

Synthesizing Types

-

The following template synthesizes a type with the desired properties. + +

The following template synthesizes a type with the desired +properties.

@@ -801,12 +803,11 @@ nothing on those compilers that do support partial specialization.

- - - + + +
  ::boost::type_with_alignment<Align>::typeAttempts 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.     
@@ -1131,7 +1132,7 @@ template.

 

-

Example code

+

Example code

Type-traits comes with four example programs that illustrate some of the ways in which the type traits templates may be used: