From 28ddc6e6f55cd187a2f7264ae3b1624d2634fd1d Mon Sep 17 00:00:00 2001
From: John Maddock
Date: Mon, 22 Jun 2009 12:02:15 +0000
Subject: [PATCH] Update docs. Fixes typos. Fixes #3202.
[SVN r54206]
---
doc/html/boost_typetraits/background.html | 22 +++++++++----------
.../boost_typetraits/category/transform.html | 2 +-
doc/html/boost_typetraits/intrinsics.html | 2 +-
.../boost_typetraits/reference/add_const.html | 2 +-
.../boost_typetraits/reference/add_cv.html | 2 +-
.../reference/add_pointer.html | 2 +-
.../reference/add_reference.html | 2 +-
.../reference/add_volatile.html | 2 +-
.../boost_typetraits/reference/decay.html | 2 +-
.../reference/floating_point_promotion.html | 2 +-
.../reference/function_traits.html | 4 ++--
.../reference/integral_promotion.html | 2 +-
.../reference/is_base_of.html | 2 +-
.../reference/is_convertible.html | 4 ++--
.../boost_typetraits/reference/is_same.html | 2 +-
.../reference/make_signed.html | 2 +-
.../reference/make_unsigned.html | 2 +-
.../boost_typetraits/reference/promote.html | 2 +-
.../reference/remove_all_extents.html | 2 +-
.../reference/remove_const.html | 2 +-
.../boost_typetraits/reference/remove_cv.html | 2 +-
.../reference/remove_extent.html | 2 +-
.../reference/remove_pointer.html | 2 +-
.../reference/remove_reference.html | 2 +-
.../reference/remove_volatile.html | 2 +-
doc/html/index.html | 4 ++--
doc/is_base_of.qbk | 3 ++-
doc/is_convertible.qbk | 5 +++--
doc/is_same.qbk | 3 ++-
29 files changed, 46 insertions(+), 43 deletions(-)
diff --git a/doc/html/boost_typetraits/background.html b/doc/html/boost_typetraits/background.html
index b18d244..1f0eb6e 100644
--- a/doc/html/boost_typetraits/background.html
+++ b/doc/html/boost_typetraits/background.html
@@ -56,7 +56,7 @@
method available to them.
@@ -84,7 +84,7 @@
given.
@@ -174,7 +174,7 @@
in the default template.
@@ -247,7 +247,7 @@
otherwise it will call the "slow but safe version".
@@ -280,7 +280,7 @@
-
Table 1.1. Time taken to copy 1000 elements using `copy<const
+
Table 1.1. Time taken to copy 1000 elements using `copy<const
T*, T*>` (times in micro-seconds)
@@ -416,7 +416,7 @@
to hold non-reference types, references, and constant references:
-
Table 1.2. Required Constructor Argument Types
+
Table 1.2. Required Constructor Argument Types
@@ -481,7 +481,7 @@
adds a reference to its type, unless it is already a reference.
-
Table 1.3. Using add_reference to synthesize the correct constructor
+
Table 1.3. Using add_reference to synthesize the correct constructor
type
@@ -598,7 +598,7 @@
easier to maintain and easier to understand.
@@ -611,7 +611,7 @@
can be optimal as well as generic.
@@ -619,7 +619,7 @@
comments when preparing this article.
diff --git a/doc/html/boost_typetraits/category/transform.html b/doc/html/boost_typetraits/category/transform.html
index 9da2050..a9a7c1e 100644
--- a/doc/html/boost_typetraits/category/transform.html
+++ b/doc/html/boost_typetraits/category/transform.html
@@ -91,7 +91,7 @@
struct remove_volatile;
diff --git a/doc/html/boost_typetraits/intrinsics.html b/doc/html/boost_typetraits/intrinsics.html
index ccbf12e..98a73a6 100644
--- a/doc/html/boost_typetraits/intrinsics.html
+++ b/doc/html/boost_typetraits/intrinsics.html
@@ -71,7 +71,7 @@
of the following macros:
-
Table 1.4. Macros for Compiler Intrinsics
+
Table 1.4. Macros for Compiler Intrinsics
diff --git a/doc/html/boost_typetraits/reference/add_const.html b/doc/html/boost_typetraits/reference/add_const.html
index c14f17f..22324bd 100644
--- a/doc/html/boost_typetraits/reference/add_const.html
+++ b/doc/html/boost_typetraits/reference/add_const.html
@@ -53,7 +53,7 @@
or #include <boost/type_traits.hpp>
-
Table 1.5. Examples
+
Table 1.5. Examples
diff --git a/doc/html/boost_typetraits/reference/add_cv.html b/doc/html/boost_typetraits/reference/add_cv.html
index e9312c7..3d36153 100644
--- a/doc/html/boost_typetraits/reference/add_cv.html
+++ b/doc/html/boost_typetraits/reference/add_cv.html
@@ -54,7 +54,7 @@
or #include <boost/type_traits.hpp>
-
Table 1.6. Examples
+
Table 1.6. Examples
diff --git a/doc/html/boost_typetraits/reference/add_pointer.html b/doc/html/boost_typetraits/reference/add_pointer.html
index c8e7569..b698519 100644
--- a/doc/html/boost_typetraits/reference/add_pointer.html
+++ b/doc/html/boost_typetraits/reference/add_pointer.html
@@ -56,7 +56,7 @@
or #include <boost/type_traits.hpp>
-
Table 1.7. Examples
+
Table 1.7. Examples
diff --git a/doc/html/boost_typetraits/reference/add_reference.html b/doc/html/boost_typetraits/reference/add_reference.html
index 39e4c2c..d874196 100644
--- a/doc/html/boost_typetraits/reference/add_reference.html
+++ b/doc/html/boost_typetraits/reference/add_reference.html
@@ -53,7 +53,7 @@
or #include <boost/type_traits.hpp>
-
Table 1.8. Examples
+
Table 1.8. Examples
diff --git a/doc/html/boost_typetraits/reference/add_volatile.html b/doc/html/boost_typetraits/reference/add_volatile.html
index 20062c0..1aadef8 100644
--- a/doc/html/boost_typetraits/reference/add_volatile.html
+++ b/doc/html/boost_typetraits/reference/add_volatile.html
@@ -53,7 +53,7 @@
or #include <boost/type_traits.hpp>
-
Table 1.9. Examples
+
Table 1.9. Examples
diff --git a/doc/html/boost_typetraits/reference/decay.html b/doc/html/boost_typetraits/reference/decay.html
index 6e4af7b..f9903a3 100644
--- a/doc/html/boost_typetraits/reference/decay.html
+++ b/doc/html/boost_typetraits/reference/decay.html
@@ -48,7 +48,7 @@
or #include <boost/type_traits.hpp>
-
Table 1.10. Examples
+
Table 1.10. Examples
diff --git a/doc/html/boost_typetraits/reference/floating_point_promotion.html b/doc/html/boost_typetraits/reference/floating_point_promotion.html
index d63eadd..801049b 100644
--- a/doc/html/boost_typetraits/reference/floating_point_promotion.html
+++ b/doc/html/boost_typetraits/reference/floating_point_promotion.html
@@ -49,7 +49,7 @@
or #include <boost/type_traits.hpp>
-
Table 1.11. Examples
+
Table 1.11. Examples
diff --git a/doc/html/boost_typetraits/reference/function_traits.html b/doc/html/boost_typetraits/reference/function_traits.html
index 9bf4a8a..b757c15 100644
--- a/doc/html/boost_typetraits/reference/function_traits.html
+++ b/doc/html/boost_typetraits/reference/function_traits.html
@@ -59,7 +59,7 @@
-
Table 1.12. Function Traits Members
+
Table 1.12. Function Traits Members
-
Table 1.13. Examples
+
Table 1.13. Examples
diff --git a/doc/html/boost_typetraits/reference/integral_promotion.html b/doc/html/boost_typetraits/reference/integral_promotion.html
index 79b92c1..d833cb3 100644
--- a/doc/html/boost_typetraits/reference/integral_promotion.html
+++ b/doc/html/boost_typetraits/reference/integral_promotion.html
@@ -49,7 +49,7 @@
or #include <boost/type_traits.hpp>
-
Table 1.14. Examples
+
Table 1.14. Examples
diff --git a/doc/html/boost_typetraits/reference/is_base_of.html b/doc/html/boost_typetraits/reference/is_base_of.html
index 04365c1..bfc9b36 100644
--- a/doc/html/boost_typetraits/reference/is_base_of.html
+++ b/doc/html/boost_typetraits/reference/is_base_of.html
@@ -132,7 +132,7 @@
- is_base_of<T>::value_type
is the type bool
.
+ is_base_of<T, T>::value_type
is the type bool
.
diff --git a/doc/html/boost_typetraits/reference/is_convertible.html b/doc/html/boost_typetraits/reference/is_convertible.html
index a338426..20e1af7 100644
--- a/doc/html/boost_typetraits/reference/is_convertible.html
+++ b/doc/html/boost_typetraits/reference/is_convertible.html
@@ -139,7 +139,7 @@
- is_convertible<int>::value
is an integral constant expression
+ is_convertible<int, int>::value
is an integral constant expression
that evaluates to false.
@@ -149,7 +149,7 @@
- is_convertible<T>::value_type
is the type bool
.
+ is_convertible<T, T>::value_type
is the type bool
.
diff --git a/doc/html/boost_typetraits/reference/is_same.html b/doc/html/boost_typetraits/reference/is_same.html
index db5f67c..f9a07ab 100644
--- a/doc/html/boost_typetraits/reference/is_same.html
+++ b/doc/html/boost_typetraits/reference/is_same.html
@@ -100,7 +100,7 @@
- is_same<T>::value_type
is the type bool
.
+ is_same<T, T>::value_type
is the type bool
.
diff --git a/doc/html/boost_typetraits/reference/make_signed.html b/doc/html/boost_typetraits/reference/make_signed.html
index c4ef33f..0e68aec 100644
--- a/doc/html/boost_typetraits/reference/make_signed.html
+++ b/doc/html/boost_typetraits/reference/make_signed.html
@@ -54,7 +54,7 @@
or #include <boost/type_traits.hpp>
-
Table 1.15. Examples
+
Table 1.15. Examples
diff --git a/doc/html/boost_typetraits/reference/make_unsigned.html b/doc/html/boost_typetraits/reference/make_unsigned.html
index 452ad8f..084d2d2 100644
--- a/doc/html/boost_typetraits/reference/make_unsigned.html
+++ b/doc/html/boost_typetraits/reference/make_unsigned.html
@@ -54,7 +54,7 @@
or #include <boost/type_traits.hpp>
-
Table 1.16. Examples
+
Table 1.16. Examples
diff --git a/doc/html/boost_typetraits/reference/promote.html b/doc/html/boost_typetraits/reference/promote.html
index 7498f31..68e4296 100644
--- a/doc/html/boost_typetraits/reference/promote.html
+++ b/doc/html/boost_typetraits/reference/promote.html
@@ -51,7 +51,7 @@
or #include <boost/type_traits.hpp>
-
Table 1.17. Examples
+
Table 1.17. Examples
diff --git a/doc/html/boost_typetraits/reference/remove_all_extents.html b/doc/html/boost_typetraits/reference/remove_all_extents.html
index 4e67ce9..4019639 100644
--- a/doc/html/boost_typetraits/reference/remove_all_extents.html
+++ b/doc/html/boost_typetraits/reference/remove_all_extents.html
@@ -54,7 +54,7 @@
or #include <boost/type_traits.hpp>
-
Table 1.18. Examples
+
Table 1.18. Examples
diff --git a/doc/html/boost_typetraits/reference/remove_const.html b/doc/html/boost_typetraits/reference/remove_const.html
index b10ae71..d08dd61 100644
--- a/doc/html/boost_typetraits/reference/remove_const.html
+++ b/doc/html/boost_typetraits/reference/remove_const.html
@@ -53,7 +53,7 @@
or #include <boost/type_traits.hpp>
-
Table 1.19. Examples
+
Table 1.19. Examples
diff --git a/doc/html/boost_typetraits/reference/remove_cv.html b/doc/html/boost_typetraits/reference/remove_cv.html
index 7aad042..cb409f5 100644
--- a/doc/html/boost_typetraits/reference/remove_cv.html
+++ b/doc/html/boost_typetraits/reference/remove_cv.html
@@ -53,7 +53,7 @@
or #include <boost/type_traits.hpp>
-
Table 1.20. Examples
+
Table 1.20. Examples
diff --git a/doc/html/boost_typetraits/reference/remove_extent.html b/doc/html/boost_typetraits/reference/remove_extent.html
index c7262c1..a0b8868 100644
--- a/doc/html/boost_typetraits/reference/remove_extent.html
+++ b/doc/html/boost_typetraits/reference/remove_extent.html
@@ -54,7 +54,7 @@
or #include <boost/type_traits.hpp>
-
Table 1.21. Examples
+
Table 1.21. Examples
diff --git a/doc/html/boost_typetraits/reference/remove_pointer.html b/doc/html/boost_typetraits/reference/remove_pointer.html
index c761454..2284b2d 100644
--- a/doc/html/boost_typetraits/reference/remove_pointer.html
+++ b/doc/html/boost_typetraits/reference/remove_pointer.html
@@ -53,7 +53,7 @@
or #include <boost/type_traits.hpp>
-
Table 1.22. Examples
+
Table 1.22. Examples
diff --git a/doc/html/boost_typetraits/reference/remove_reference.html b/doc/html/boost_typetraits/reference/remove_reference.html
index 9da586a..d46ee67 100644
--- a/doc/html/boost_typetraits/reference/remove_reference.html
+++ b/doc/html/boost_typetraits/reference/remove_reference.html
@@ -53,7 +53,7 @@
or #include <boost/type_traits.hpp>
-
Table 1.23. Examples
+
Table 1.23. Examples
diff --git a/doc/html/boost_typetraits/reference/remove_volatile.html b/doc/html/boost_typetraits/reference/remove_volatile.html
index b154050..7bfc1f5 100644
--- a/doc/html/boost_typetraits/reference/remove_volatile.html
+++ b/doc/html/boost_typetraits/reference/remove_volatile.html
@@ -53,7 +53,7 @@
or #include <boost/type_traits.hpp>
-
Table 1.24. Examples
+
Table 1.24. Examples
diff --git a/doc/html/index.html b/doc/html/index.html
index 41a96b4..073bb83 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -30,7 +30,7 @@
Marcus, Itay Maman, John Maddock, Alexander Nasonov, Thorsten Ottosen, Robert
Ramey and Jeremy Siek
-Last revised: February 21, 2008 at 13:51:18 +0000 |
+Last revised: March 30, 2009 at 18:02:46 +0100 |
|
diff --git a/doc/is_base_of.qbk b/doc/is_base_of.qbk
index a5a4283..7347182 100644
--- a/doc/is_base_of.qbk
+++ b/doc/is_base_of.qbk
@@ -48,7 +48,8 @@ expression that evaluates to /true/.]
[:`is_base_of
::value` is an integral constant
expression that evaluates to /true/: a class is regarded as it's own base.]
-[:`is_base_of
::value_type` is the type `bool`.]
+[:`is_base_of::value_type` is the type `bool`.]
[endsect]
+
diff --git a/doc/is_convertible.qbk b/doc/is_convertible.qbk
index dc94573..d87fccc 100644
--- a/doc/is_convertible.qbk
+++ b/doc/is_convertible.qbk
@@ -57,10 +57,11 @@ expression that evaluates to /false/: the conversion would require a `const_cast
[:`is_convertible::value` is an integral constant
expression that evaluates to /true/.]
-[:`is_convertible::value` is an integral constant
+[:`is_convertible::value` is an integral constant
expression that evaluates to /false/.]
-[:`is_convertible::value_type` is the type `bool`.]
+[:`is_convertible::value_type` is the type `bool`.]
[endsect]
+
diff --git a/doc/is_same.qbk b/doc/is_same.qbk
index 2ed48b2..d054988 100644
--- a/doc/is_same.qbk
+++ b/doc/is_same.qbk
@@ -32,7 +32,8 @@ expression that evaluates to /false/.]
[:`is_same::value` is an integral constant
expression that evaluates to /false/.]
-[:`is_same::value_type` is the type `bool`.]
+[:`is_same::value_type` is the type `bool`.]
[endsect]
+