From 2c5d50d193e88b64ac9c16445c52d16b39e0c449 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 27 Apr 2002 11:05:49 +0000 Subject: [PATCH] Fixed broken links. [SVN r13574] --- index.htm | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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: