Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74861 - in trunk/libs/type_traits/doc: . html html/boost_typetraits html/boost_typetraits/category html/boost_typetraits/category/value_traits html/boost_typetraits/examples html/boost_typetraits/reference html/index
From: frederic.bron_at_[hidden]
Date: 2011-10-09 15:14:02


Author: bronf
Date: 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
New Revision: 74861
URL: http://svn.boost.org/trac/boost/changeset/74861

Log:
operator traits: added limitation about SFINAE in the doc
Text files modified:
   trunk/libs/type_traits/doc/has_bit_and.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_bit_and_assign.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_bit_or.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_bit_or_assign.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_bit_xor.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_bit_xor_assign.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_complement.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_dereference.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_divides.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_divides_assign.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_equal_to.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_greater.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_greater_equal.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_left_shift.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_left_shift_assign.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_less.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_less_equal.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_logical_and.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_logical_not.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_logical_or.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_minus.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_minus_assign.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_modulus.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_modulus_assign.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_multiplies.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_multiplies_assign.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_negate.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_not_equal_to.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_plus.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_plus_assign.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_post_decrement.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_post_increment.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_pre_decrement.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_pre_increment.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_right_shift.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_right_shift_assign.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_unary_minus.qbk | 4 ++++
   trunk/libs/type_traits/doc/has_unary_plus.qbk | 4 ++++
   trunk/libs/type_traits/doc/html/boost_typetraits/background.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/category.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/category/alignment.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/category/function.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/category/transform.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/category/value_traits.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/category/value_traits/operators.html | 9 ++++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/category/value_traits/primary.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/category/value_traits/properties.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/category/value_traits/relate.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/credits.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/examples.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/examples/copy.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/examples/destruct.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/examples/fill.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/examples/improved_min.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/examples/iter.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/examples/to_double.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/history.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/intrinsics.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/intro.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/mpl.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_const.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_cv.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_lvalue_reference.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_pointer.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_reference.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_rvalue_reference.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_volatile.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/aligned_storage.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/alignment_of.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/common_type.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/conditional.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/decay.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/extent.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/floating_point_promotion.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/function_traits.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_and.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_and_assign.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_or.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_or_assign.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_xor.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_xor_assign.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_complement.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_dereference.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_divides.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_divides_assign.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_equal_to.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_greater.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_greater_equal.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_left_shift.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_left_shift_assign.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_less.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_less_equal.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_logical_and.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_logical_not.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_logical_or.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_minus.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_minus_assign.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_modulus.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_modulus_assign.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_multiplies.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_multiplies_assign.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_negate.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_new_operator.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_no_throw_def_cons.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_not_equal_to.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_assign.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_constructor.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_copy.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_cp_cons.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_plus.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_plus_assign.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_post_decrement.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_post_increment.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_pre_decrement.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_pre_increment.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_right_shift.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_right_shift_assign.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_assign.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_constructor.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_copy.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_cp_cons.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_def_cons.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_destructor.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_unary_minus.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_unary_plus.html | 8 +++++++-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_virtual_destructor.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/integral_constant.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/integral_promotion.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_abstract.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_arithmetic.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_array.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_base_of.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_class.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_complex.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_compound.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_const.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_convertible.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_empty.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_enum.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_floating_point.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_function.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_fundamental.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_integral.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_lvalue_reference.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_member_function_pointer.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_member_object_pointer.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_member_pointer.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_object.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_pod.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_pointer.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_polymorphic.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_reference.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_rvalue_reference.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_same.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_scalar.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_signed.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_stateless.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_union.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_unsigned.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_virtual_base_of.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_void.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_volatile.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/make_signed.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/make_unsigned.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/promote.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/rank.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_all_extents.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_const.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_cv.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_extent.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_pointer.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_reference.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_volatile.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/reference/type_with_alignment.html | 2 +-
   trunk/libs/type_traits/doc/html/boost_typetraits/user_defined.html | 2 +-
   trunk/libs/type_traits/doc/html/index.html | 6 +++---
   trunk/libs/type_traits/doc/html/index/s11.html | 4 ++--
   trunk/libs/type_traits/doc/html/index/s12.html | 4 ++--
   trunk/libs/type_traits/doc/html/index/s13.html | 4 ++--
   trunk/libs/type_traits/doc/html/index/s14.html | 4 ++--
   trunk/libs/type_traits/doc/operators.qbk | 4 ++++
   182 files changed, 540 insertions(+), 149 deletions(-)

Modified: trunk/libs/type_traits/doc/has_bit_and.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_bit_and.qbk (original)
+++ trunk/libs/type_traits/doc/has_bit_and.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -44,6 +44,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator&` is public or not:

Modified: trunk/libs/type_traits/doc/has_bit_and_assign.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_bit_and_assign.qbk (original)
+++ trunk/libs/type_traits/doc/has_bit_and_assign.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -44,6 +44,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator&=` is public or not:

Modified: trunk/libs/type_traits/doc/has_bit_or.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_bit_or.qbk (original)
+++ trunk/libs/type_traits/doc/has_bit_or.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -44,6 +44,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator|` is public or not:

Modified: trunk/libs/type_traits/doc/has_bit_or_assign.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_bit_or_assign.qbk (original)
+++ trunk/libs/type_traits/doc/has_bit_or_assign.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -44,6 +44,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator|=` is public or not:

Modified: trunk/libs/type_traits/doc/has_bit_xor.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_bit_xor.qbk (original)
+++ trunk/libs/type_traits/doc/has_bit_xor.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -44,6 +44,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator^` is public or not:

Modified: trunk/libs/type_traits/doc/has_bit_xor_assign.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_bit_xor_assign.qbk (original)
+++ trunk/libs/type_traits/doc/has_bit_xor_assign.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -44,6 +44,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator^=` is public or not:

Modified: trunk/libs/type_traits/doc/has_complement.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_complement.qbk (original)
+++ trunk/libs/type_traits/doc/has_complement.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -46,6 +46,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether prefix `operator~` is public or not:

Modified: trunk/libs/type_traits/doc/has_dereference.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_dereference.qbk (original)
+++ trunk/libs/type_traits/doc/has_dereference.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -49,6 +49,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether prefix `operator*` is public or not:

Modified: trunk/libs/type_traits/doc/has_divides.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_divides.qbk (original)
+++ trunk/libs/type_traits/doc/has_divides.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -46,6 +46,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator/` is public or not:

Modified: trunk/libs/type_traits/doc/has_divides_assign.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_divides_assign.qbk (original)
+++ trunk/libs/type_traits/doc/has_divides_assign.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -46,6 +46,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator/=` is public or not:

Modified: trunk/libs/type_traits/doc/has_equal_to.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_equal_to.qbk (original)
+++ trunk/libs/type_traits/doc/has_equal_to.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -46,6 +46,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator==` is public or not:

Modified: trunk/libs/type_traits/doc/has_greater.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_greater.qbk (original)
+++ trunk/libs/type_traits/doc/has_greater.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -46,6 +46,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator>` is public or not:

Modified: trunk/libs/type_traits/doc/has_greater_equal.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_greater_equal.qbk (original)
+++ trunk/libs/type_traits/doc/has_greater_equal.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -46,6 +46,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator>=` is public or not:

Modified: trunk/libs/type_traits/doc/has_left_shift.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_left_shift.qbk (original)
+++ trunk/libs/type_traits/doc/has_left_shift.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -47,6 +47,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator<<` is public or not:

Modified: trunk/libs/type_traits/doc/has_left_shift_assign.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_left_shift_assign.qbk (original)
+++ trunk/libs/type_traits/doc/has_left_shift_assign.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -44,6 +44,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator<<=` is public or not:

Modified: trunk/libs/type_traits/doc/has_less.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_less.qbk (original)
+++ trunk/libs/type_traits/doc/has_less.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -46,6 +46,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator<` is public or not:

Modified: trunk/libs/type_traits/doc/has_less_equal.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_less_equal.qbk (original)
+++ trunk/libs/type_traits/doc/has_less_equal.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -46,6 +46,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator<=` is public or not:

Modified: trunk/libs/type_traits/doc/has_logical_and.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_logical_and.qbk (original)
+++ trunk/libs/type_traits/doc/has_logical_and.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -45,6 +45,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator&&` is public or not:

Modified: trunk/libs/type_traits/doc/has_logical_not.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_logical_not.qbk (original)
+++ trunk/libs/type_traits/doc/has_logical_not.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -45,6 +45,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether prefix `operator!` is public or not:

Modified: trunk/libs/type_traits/doc/has_logical_or.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_logical_or.qbk (original)
+++ trunk/libs/type_traits/doc/has_logical_or.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -45,6 +45,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator||` is public or not:

Modified: trunk/libs/type_traits/doc/has_minus.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_minus.qbk (original)
+++ trunk/libs/type_traits/doc/has_minus.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -46,6 +46,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator-` is public or not:

Modified: trunk/libs/type_traits/doc/has_minus_assign.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_minus_assign.qbk (original)
+++ trunk/libs/type_traits/doc/has_minus_assign.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -46,6 +46,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator-=` is public or not:

Modified: trunk/libs/type_traits/doc/has_modulus.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_modulus.qbk (original)
+++ trunk/libs/type_traits/doc/has_modulus.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -44,6 +44,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator%` is public or not:

Modified: trunk/libs/type_traits/doc/has_modulus_assign.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_modulus_assign.qbk (original)
+++ trunk/libs/type_traits/doc/has_modulus_assign.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -44,6 +44,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator%=` is public or not:

Modified: trunk/libs/type_traits/doc/has_multiplies.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_multiplies.qbk (original)
+++ trunk/libs/type_traits/doc/has_multiplies.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -46,6 +46,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator*` is public or not:

Modified: trunk/libs/type_traits/doc/has_multiplies_assign.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_multiplies_assign.qbk (original)
+++ trunk/libs/type_traits/doc/has_multiplies_assign.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -46,6 +46,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator*=` is public or not:

Modified: trunk/libs/type_traits/doc/has_negate.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_negate.qbk (original)
+++ trunk/libs/type_traits/doc/has_negate.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -45,6 +45,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether prefix `operator-` is public or not:

Modified: trunk/libs/type_traits/doc/has_not_equal_to.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_not_equal_to.qbk (original)
+++ trunk/libs/type_traits/doc/has_not_equal_to.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -46,6 +46,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator!=` is public or not:

Modified: trunk/libs/type_traits/doc/has_plus.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_plus.qbk (original)
+++ trunk/libs/type_traits/doc/has_plus.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -46,6 +46,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator+` is public or not:

Modified: trunk/libs/type_traits/doc/has_plus_assign.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_plus_assign.qbk (original)
+++ trunk/libs/type_traits/doc/has_plus_assign.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -46,6 +46,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator+=` is public or not:

Modified: trunk/libs/type_traits/doc/has_post_decrement.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_post_decrement.qbk (original)
+++ trunk/libs/type_traits/doc/has_post_decrement.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -47,6 +47,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether postfix `operator--` is public or not:

Modified: trunk/libs/type_traits/doc/has_post_increment.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_post_increment.qbk (original)
+++ trunk/libs/type_traits/doc/has_post_increment.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -47,6 +47,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether postfix `operator++` is public or not:

Modified: trunk/libs/type_traits/doc/has_pre_decrement.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_pre_decrement.qbk (original)
+++ trunk/libs/type_traits/doc/has_pre_decrement.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -47,6 +47,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether prefix `operator--` is public or not:

Modified: trunk/libs/type_traits/doc/has_pre_increment.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_pre_increment.qbk (original)
+++ trunk/libs/type_traits/doc/has_pre_increment.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -47,6 +47,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether prefix `operator++` is public or not:

Modified: trunk/libs/type_traits/doc/has_right_shift.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_right_shift.qbk (original)
+++ trunk/libs/type_traits/doc/has_right_shift.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -47,6 +47,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator>>` is public or not:

Modified: trunk/libs/type_traits/doc/has_right_shift_assign.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_right_shift_assign.qbk (original)
+++ trunk/libs/type_traits/doc/has_right_shift_assign.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -44,6 +44,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether binary `operator>>=` is public or not:

Modified: trunk/libs/type_traits/doc/has_unary_minus.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_unary_minus.qbk (original)
+++ trunk/libs/type_traits/doc/has_unary_minus.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -45,6 +45,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether prefix `operator-` is public or not:

Modified: trunk/libs/type_traits/doc/has_unary_plus.qbk
==============================================================================
--- trunk/libs/type_traits/doc/has_unary_plus.qbk (original)
+++ trunk/libs/type_traits/doc/has_unary_plus.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -45,6 +45,10 @@
 
 [*See also:] [link boost_typetraits.category.value_traits.operators Operator Type Traits]
 
+[*Limitation:]
+
+* Requires a compiler with working SFINAE.
+
 [*Known issues:]
 
 * This trait cannot detect whether prefix `operator+` is public or not:

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/background.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/background.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/background.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Background and Tutorial</title>
 <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="prev" href="intro.html" title="Introduction">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/category.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/category.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/category.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Type Traits by Category</title>
 <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="prev" href="background.html" title="Background and Tutorial">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/category/alignment.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/category/alignment.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/category/alignment.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Synthesizing Types with Specific Alignments</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../category.html" title="Type Traits by Category">
 <link rel="prev" href="transform.html" title="Type Traits that Transform One Type to Another">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/category/function.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/category/function.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/category/function.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Decomposing Function Types</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../category.html" title="Type Traits by Category">
 <link rel="prev" href="alignment.html" title="Synthesizing Types with Specific Alignments">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/category/transform.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/category/transform.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/category/transform.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Type Traits that Transform One Type to Another</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../category.html" title="Type Traits by Category">
 <link rel="prev" href="value_traits/operators.html" title="Operator Type Traits">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/category/value_traits.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/category/value_traits.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/category/value_traits.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Type Traits that Describe the Properties of a Type</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../category.html" title="Type Traits by Category">
 <link rel="prev" href="../category.html" title="Type Traits by Category">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/category/value_traits/operators.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/category/value_traits/operators.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/category/value_traits/operators.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Operator Type Traits</title>
 <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../value_traits.html" title="Type Traits that Describe the Properties of a Type">
 <link rel="prev" href="relate.html" title="Relationships Between Two Types">
@@ -1322,6 +1322,13 @@
 </pre>
 <p>
         </p>
+<a name="boost_typetraits.category.value_traits.operators.limitation"></a><h6>
+<a name="boost_typetraits.category.value_traits.operators.limitation-heading"></a>
+ <a class="link" href="operators.html#boost_typetraits.category.value_traits.operators.limitation">Limitation</a>
+ </h6>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
 <a name="boost_typetraits.category.value_traits.operators.known_issues"></a><h6>
 <a name="boost_typetraits.category.value_traits.operators.known_issues-heading"></a>
           <a class="link" href="operators.html#boost_typetraits.category.value_traits.operators.known_issues">Known

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/category/value_traits/primary.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/category/value_traits/primary.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/category/value_traits/primary.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Categorizing a Type</title>
 <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../value_traits.html" title="Type Traits that Describe the Properties of a Type">
 <link rel="prev" href="../value_traits.html" title="Type Traits that Describe the Properties of a Type">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/category/value_traits/properties.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/category/value_traits/properties.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/category/value_traits/properties.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>General Type Properties</title>
 <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../value_traits.html" title="Type Traits that Describe the Properties of a Type">
 <link rel="prev" href="primary.html" title="Categorizing a Type">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/category/value_traits/relate.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/category/value_traits/relate.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/category/value_traits/relate.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Relationships Between Two Types</title>
 <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../value_traits.html" title="Type Traits that Describe the Properties of a Type">
 <link rel="prev" href="properties.html" title="General Type Properties">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/credits.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/credits.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/credits.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Credits</title>
 <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="prev" href="history.html" title="History">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/examples.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/examples.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/examples.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Examples</title>
 <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="prev" href="mpl.html" title="MPL Interoperability">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/examples/copy.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/examples/copy.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/examples/copy.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>An Optimized Version of std::copy</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../examples.html" title="Examples">
 <link rel="prev" href="../examples.html" title="Examples">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/examples/destruct.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/examples/destruct.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/examples/destruct.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>An Example that Omits Destructor Calls For Types with Trivial Destructors</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../examples.html" title="Examples">
 <link rel="prev" href="fill.html" title="An Optimised Version of std::fill">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/examples/fill.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/examples/fill.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/examples/fill.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>An Optimised Version of std::fill</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../examples.html" title="Examples">
 <link rel="prev" href="copy.html" title="An Optimized Version of std::copy">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/examples/improved_min.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/examples/improved_min.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/examples/improved_min.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Improving std::min with common_type</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../examples.html" title="Examples">
 <link rel="prev" href="to_double.html" title="Convert Numeric Types and Enums to double">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/examples/iter.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/examples/iter.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/examples/iter.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>An improved Version of std::iter_swap</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../examples.html" title="Examples">
 <link rel="prev" href="destruct.html" title="An Example that Omits Destructor Calls For Types with Trivial Destructors">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/examples/to_double.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/examples/to_double.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/examples/to_double.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Convert Numeric Types and Enums to double</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../examples.html" title="Examples">
 <link rel="prev" href="iter.html" title="An improved Version of std::iter_swap">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/history.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/history.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/history.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>History</title>
 <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="prev" href="reference/type_with_alignment.html" title="type_with_alignment">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/intrinsics.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/intrinsics.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/intrinsics.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Support for Compiler Intrinsics</title>
 <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="prev" href="user_defined.html" title="User Defined Specializations">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/intro.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/intro.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/intro.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Introduction</title>
 <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="prev" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/mpl.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/mpl.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/mpl.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>MPL Interoperability</title>
 <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="prev" href="intrinsics.html" title="Support for Compiler Intrinsics">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Alphabetical Reference</title>
 <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="prev" href="examples/improved_min.html" title="Improving std::min with common_type">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_const.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_const.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_const.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>add_const</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="../reference.html" title="Alphabetical Reference">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_cv.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_cv.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_cv.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>add_cv</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="add_const.html" title="add_const">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_lvalue_reference.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_lvalue_reference.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_lvalue_reference.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>add_lvalue_reference</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="add_cv.html" title="add_cv">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_pointer.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_pointer.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_pointer.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>add_pointer</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="add_lvalue_reference.html" title="add_lvalue_reference">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_reference.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_reference.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_reference.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>add_reference</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="add_pointer.html" title="add_pointer">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_rvalue_reference.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_rvalue_reference.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_rvalue_reference.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>add_rvalue_reference</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="add_reference.html" title="add_reference">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_volatile.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_volatile.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/add_volatile.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>add_volatile</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="add_rvalue_reference.html" title="add_rvalue_reference">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/aligned_storage.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/aligned_storage.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/aligned_storage.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>aligned_storage</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="add_volatile.html" title="add_volatile">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/alignment_of.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/alignment_of.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/alignment_of.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>alignment_of</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="aligned_storage.html" title="aligned_storage">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/common_type.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/common_type.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/common_type.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>common_type</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="conditional.html" title="conditional">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/conditional.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/conditional.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/conditional.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>conditional</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="alignment_of.html" title="alignment_of">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/decay.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/decay.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/decay.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>decay</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="common_type.html" title="common_type">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/extent.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/extent.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/extent.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>extent</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="decay.html" title="decay">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/floating_point_promotion.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/floating_point_promotion.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/floating_point_promotion.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>floating_point_promotion</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="extent.html" title="extent">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/function_traits.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/function_traits.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/function_traits.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>function_traits</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="floating_point_promotion.html" title="floating_point_promotion">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_and.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_and.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_and.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_bit_and</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="function_traits.html" title="function_traits">
@@ -99,6 +99,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_and_assign.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_and_assign.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_and_assign.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_bit_and_assign</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_bit_and.html" title="has_bit_and">
@@ -99,6 +99,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_or.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_or.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_or.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_bit_or</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_bit_and_assign.html" title="has_bit_and_assign">
@@ -99,6 +99,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_or_assign.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_or_assign.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_or_assign.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_bit_or_assign</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_bit_or.html" title="has_bit_or">
@@ -99,6 +99,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_xor.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_xor.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_xor.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_bit_xor</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_bit_or_assign.html" title="has_bit_or_assign">
@@ -99,6 +99,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_xor_assign.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_xor_assign.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_xor_assign.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_bit_xor_assign</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_bit_xor.html" title="has_bit_xor">
@@ -99,6 +99,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_complement.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_complement.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_complement.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_complement</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_bit_xor_assign.html" title="has_bit_xor_assign">
@@ -108,6 +108,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_dereference.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_dereference.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_dereference.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_dereference</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_complement.html" title="has_complement">
@@ -117,6 +117,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_divides.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_divides.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_divides.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_divides</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_dereference.html" title="has_dereference">
@@ -105,6 +105,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_divides_assign.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_divides_assign.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_divides_assign.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_divides_assign</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_divides.html" title="has_divides">
@@ -105,6 +105,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_equal_to.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_equal_to.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_equal_to.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_equal_to</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_divides_assign.html" title="has_divides_assign">
@@ -104,6 +104,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_greater.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_greater.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_greater.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_greater</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_equal_to.html" title="has_equal_to">
@@ -104,6 +104,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_greater_equal.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_greater_equal.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_greater_equal.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_greater_equal</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_greater.html" title="has_greater">
@@ -104,6 +104,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_left_shift.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_left_shift.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_left_shift.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_left_shift</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_greater_equal.html" title="has_greater_equal">
@@ -111,6 +111,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_left_shift_assign.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_left_shift_assign.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_left_shift_assign.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_left_shift_assign</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_left_shift.html" title="has_left_shift">
@@ -99,6 +99,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_less.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_less.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_less.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_less</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_left_shift_assign.html" title="has_left_shift_assign">
@@ -104,6 +104,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_less_equal.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_less_equal.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_less_equal.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_less_equal</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_less.html" title="has_less">
@@ -104,6 +104,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_logical_and.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_logical_and.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_logical_and.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_logical_and</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_less_equal.html" title="has_less_equal">
@@ -102,6 +102,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_logical_not.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_logical_not.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_logical_not.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_logical_not</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_logical_and.html" title="has_logical_and">
@@ -104,6 +104,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_logical_or.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_logical_or.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_logical_or.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_logical_or</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_logical_not.html" title="has_logical_not">
@@ -102,6 +102,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_minus.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_minus.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_minus.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_minus</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_logical_or.html" title="has_logical_or">
@@ -105,6 +105,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_minus_assign.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_minus_assign.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_minus_assign.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_minus_assign</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_minus.html" title="has_minus">
@@ -105,6 +105,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_modulus.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_modulus.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_modulus.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_modulus</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_minus_assign.html" title="has_minus_assign">
@@ -98,6 +98,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_modulus_assign.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_modulus_assign.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_modulus_assign.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_modulus_assign</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_modulus.html" title="has_modulus">
@@ -98,6 +98,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_multiplies.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_multiplies.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_multiplies.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_multiplies</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_modulus_assign.html" title="has_modulus_assign">
@@ -105,6 +105,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_multiplies_assign.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_multiplies_assign.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_multiplies_assign.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_multiplies_assign</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_multiplies.html" title="has_multiplies">
@@ -105,6 +105,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_negate.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_negate.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_negate.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_negate</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_multiplies_assign.html" title="has_multiplies_assign">
@@ -104,6 +104,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_new_operator.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_new_operator.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_new_operator.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_new_operator</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_negate.html" title="has_negate">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_no_throw_def_cons.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_no_throw_def_cons.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_no_throw_def_cons.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_nothrow_default_constructor</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_nothrow_cp_cons.html" title="has_nothrow_copy_constructor">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_not_equal_to.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_not_equal_to.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_not_equal_to.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_not_equal_to</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_new_operator.html" title="has_new_operator">
@@ -104,6 +104,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_assign.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_assign.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_assign.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_nothrow_assign</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_not_equal_to.html" title="has_not_equal_to">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_constructor.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_constructor.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_constructor.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_nothrow_constructor</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_nothrow_assign.html" title="has_nothrow_assign">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_copy.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_copy.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_copy.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_nothrow_copy</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_nothrow_constructor.html" title="has_nothrow_constructor">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_cp_cons.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_cp_cons.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_cp_cons.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_nothrow_copy_constructor</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_nothrow_copy.html" title="has_nothrow_copy">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_plus.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_plus.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_plus.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_plus</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_no_throw_def_cons.html" title="has_nothrow_default_constructor">
@@ -105,6 +105,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_plus_assign.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_plus_assign.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_plus_assign.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_plus_assign</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_plus.html" title="has_plus">
@@ -105,6 +105,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_post_decrement.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_post_decrement.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_post_decrement.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_post_decrement</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_plus_assign.html" title="has_plus_assign">
@@ -112,6 +112,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_post_increment.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_post_increment.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_post_increment.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_post_increment</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_post_decrement.html" title="has_post_decrement">
@@ -112,6 +112,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_pre_decrement.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_pre_decrement.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_pre_decrement.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_pre_decrement</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_post_increment.html" title="has_post_increment">
@@ -112,6 +112,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_pre_increment.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_pre_increment.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_pre_increment.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_pre_increment</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_pre_decrement.html" title="has_pre_decrement">
@@ -112,6 +112,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_right_shift.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_right_shift.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_right_shift.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_right_shift</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_pre_increment.html" title="has_pre_increment">
@@ -111,6 +111,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_right_shift_assign.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_right_shift_assign.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_right_shift_assign.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_right_shift_assign</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_right_shift.html" title="has_right_shift">
@@ -103,6 +103,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_assign.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_assign.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_assign.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_trivial_assign</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_right_shift_assign.html" title="has_right_shift_assign">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_constructor.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_constructor.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_constructor.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_trivial_constructor</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_trivial_assign.html" title="has_trivial_assign">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_copy.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_copy.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_copy.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_trivial_copy</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_trivial_constructor.html" title="has_trivial_constructor">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_cp_cons.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_cp_cons.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_cp_cons.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_trivial_copy_constructor</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_trivial_copy.html" title="has_trivial_copy">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_def_cons.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_def_cons.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_def_cons.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_trivial_default_constructor</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_trivial_cp_cons.html" title="has_trivial_copy_constructor">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_destructor.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_destructor.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_destructor.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_trivial_destructor</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_trivial_def_cons.html" title="has_trivial_default_constructor">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_unary_minus.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_unary_minus.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_unary_minus.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_unary_minus</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_trivial_destructor.html" title="has_trivial_destructor">
@@ -104,6 +104,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_unary_plus.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_unary_plus.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_unary_plus.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_unary_plus</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_unary_minus.html" title="has_unary_minus">
@@ -104,6 +104,12 @@
         Type Traits</a>
       </p>
 <p>
+ <span class="bold"><strong>Limitation:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Requires a compiler with working SFINAE.
+ </li></ul></div>
+<p>
         <span class="bold"><strong>Known issues:</strong></span>
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_virtual_destructor.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_virtual_destructor.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/has_virtual_destructor.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_virtual_destructor</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_unary_plus.html" title="has_unary_plus">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/integral_constant.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/integral_constant.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/integral_constant.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>integral_constant</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="has_virtual_destructor.html" title="has_virtual_destructor">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/integral_promotion.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/integral_promotion.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/integral_promotion.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>integral_promotion</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="integral_constant.html" title="integral_constant">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_abstract.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_abstract.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_abstract.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_abstract</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="integral_promotion.html" title="integral_promotion">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_arithmetic.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_arithmetic.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_arithmetic.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_arithmetic</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_abstract.html" title="is_abstract">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_array.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_array.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_array.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_array</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_arithmetic.html" title="is_arithmetic">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_base_of.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_base_of.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_base_of.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_base_of</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_array.html" title="is_array">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_class.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_class.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_class.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_class</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_base_of.html" title="is_base_of">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_complex.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_complex.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_complex.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_complex</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_class.html" title="is_class">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_compound.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_compound.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_compound.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_compound</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_complex.html" title="is_complex">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_const.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_const.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_const.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_const</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_compound.html" title="is_compound">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_convertible.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_convertible.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_convertible.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_convertible</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_const.html" title="is_const">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_empty.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_empty.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_empty.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_empty</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_convertible.html" title="is_convertible">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_enum.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_enum.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_enum.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_enum</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_empty.html" title="is_empty">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_floating_point.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_floating_point.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_floating_point.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_floating_point</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_enum.html" title="is_enum">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_function.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_function.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_function.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_function</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_floating_point.html" title="is_floating_point">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_fundamental.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_fundamental.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_fundamental.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_fundamental</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_function.html" title="is_function">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_integral.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_integral.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_integral.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_integral</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_fundamental.html" title="is_fundamental">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_lvalue_reference.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_lvalue_reference.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_lvalue_reference.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_lvalue_reference</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_integral.html" title="is_integral">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_member_function_pointer.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_member_function_pointer.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_member_function_pointer.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_member_function_pointer</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_lvalue_reference.html" title="is_lvalue_reference">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_member_object_pointer.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_member_object_pointer.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_member_object_pointer.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_member_object_pointer</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_member_function_pointer.html" title="is_member_function_pointer">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_member_pointer.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_member_pointer.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_member_pointer.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_member_pointer</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_member_object_pointer.html" title="is_member_object_pointer">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_object.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_object.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_object.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_object</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_member_pointer.html" title="is_member_pointer">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_pod.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_pod.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_pod.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_pod</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_object.html" title="is_object">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_pointer.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_pointer.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_pointer.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_pointer</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_pod.html" title="is_pod">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_polymorphic.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_polymorphic.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_polymorphic.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_polymorphic</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_pointer.html" title="is_pointer">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_reference.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_reference.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_reference.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_reference</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_polymorphic.html" title="is_polymorphic">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_rvalue_reference.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_rvalue_reference.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_rvalue_reference.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_rvalue_reference</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_reference.html" title="is_reference">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_same.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_same.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_same.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_same</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_rvalue_reference.html" title="is_rvalue_reference">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_scalar.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_scalar.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_scalar.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_scalar</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_same.html" title="is_same">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_signed.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_signed.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_signed.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_signed</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_scalar.html" title="is_scalar">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_stateless.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_stateless.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_stateless.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_stateless</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_signed.html" title="is_signed">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_union.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_union.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_union.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_union</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_stateless.html" title="is_stateless">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_unsigned.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_unsigned.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_unsigned.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_unsigned</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_union.html" title="is_union">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_virtual_base_of.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_virtual_base_of.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_virtual_base_of.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_virtual_base_of</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_unsigned.html" title="is_unsigned">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_void.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_void.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_void.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_void</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_virtual_base_of.html" title="is_virtual_base_of">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_volatile.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_volatile.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/is_volatile.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_volatile</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_void.html" title="is_void">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/make_signed.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/make_signed.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/make_signed.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>make_signed</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="is_volatile.html" title="is_volatile">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/make_unsigned.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/make_unsigned.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/make_unsigned.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>make_unsigned</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="make_signed.html" title="make_signed">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/promote.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/promote.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/promote.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>promote</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="make_unsigned.html" title="make_unsigned">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/rank.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/rank.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/rank.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>rank</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="promote.html" title="promote">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_all_extents.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_all_extents.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_all_extents.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>remove_all_extents</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="rank.html" title="rank">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_const.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_const.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_const.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>remove_const</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="remove_all_extents.html" title="remove_all_extents">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_cv.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_cv.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_cv.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>remove_cv</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="remove_const.html" title="remove_const">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_extent.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_extent.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_extent.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>remove_extent</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="remove_cv.html" title="remove_cv">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_pointer.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_pointer.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_pointer.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>remove_pointer</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="remove_extent.html" title="remove_extent">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_reference.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_reference.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_reference.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>remove_reference</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="remove_pointer.html" title="remove_pointer">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_volatile.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_volatile.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/remove_volatile.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>remove_volatile</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="remove_reference.html" title="remove_reference">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/reference/type_with_alignment.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/reference/type_with_alignment.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/reference/type_with_alignment.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>type_with_alignment</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../reference.html" title="Alphabetical Reference">
 <link rel="prev" href="remove_volatile.html" title="remove_volatile">

Modified: trunk/libs/type_traits/doc/html/boost_typetraits/user_defined.html
==============================================================================
--- trunk/libs/type_traits/doc/html/boost_typetraits/user_defined.html (original)
+++ trunk/libs/type_traits/doc/html/boost_typetraits/user_defined.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>User Defined Specializations</title>
 <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="prev" href="category/function.html" title="Decomposing Function Types">

Modified: trunk/libs/type_traits/doc/html/index.html
==============================================================================
--- trunk/libs/type_traits/doc/html/index.html (original)
+++ trunk/libs/type_traits/doc/html/index.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Chapter&#160;1.&#160;Boost.TypeTraits</title>
 <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="next" href="boost_typetraits/intro.html" title="Introduction">
 </head>
@@ -31,7 +31,7 @@
       Ottosen, Roman Perepelitsa, Robert Ramey, Jeremy Siek, Robert Stewart and Steven
       Watanabe</p></div>
 <div><div class="legalnotice">
-<a name="id992354"></a><p>
+<a name="id2965766"></a><p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>
@@ -212,7 +212,7 @@
   </p>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: October 07, 2011 at 22:05:54 +0100</small></p></td>
+<td align="left"><p><small>Last revised: October 07, 2011 at 23:05:54 +0200</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>

Modified: trunk/libs/type_traits/doc/html/index/s11.html
==============================================================================
--- trunk/libs/type_traits/doc/html/index/s11.html (original)
+++ trunk/libs/type_traits/doc/html/index/s11.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Class Index</title>
 <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="prev" href="../boost_typetraits/credits.html" title="Credits">
@@ -24,7 +24,7 @@
 </div>
 <div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id1150486"></a>Class Index</h2></div></div></div>
+<a name="id3109610"></a>Class Index</h2></div></div></div>
 <p><a class="link" href="s11.html#idx_id_0">A</a> <a class="link" href="s11.html#idx_id_2">C</a> <a class="link" href="s11.html#idx_id_3">D</a> <a class="link" href="s11.html#idx_id_4">E</a> <a class="link" href="s11.html#idx_id_5">F</a> <a class="link" href="s11.html#idx_id_6">H</a> <a class="link" href="s11.html#idx_id_7">I</a> <a class="link" href="s11.html#idx_id_8">M</a> <a class="link" href="s11.html#idx_id_9">N</a> <a class="link" href="s11.html#idx_id_10">O</a> <a class="link" href="s11.html#idx_id_11">P</a> <a class="link" href="s11.html#idx_id_12">R</a> <a class="link" href="s11.html#idx_id_13">T</a></p>
 <div class="variablelist"><dl>
 <dt>

Modified: trunk/libs/type_traits/doc/html/index/s12.html
==============================================================================
--- trunk/libs/type_traits/doc/html/index/s12.html (original)
+++ trunk/libs/type_traits/doc/html/index/s12.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Typedef Index</title>
 <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="prev" href="s11.html" title="Class Index">
@@ -24,7 +24,7 @@
 </div>
 <div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id1152419"></a>Typedef Index</h2></div></div></div>
+<a name="id3112441"></a>Typedef Index</h2></div></div></div>
 <p><a class="link" href="s12.html#idx_id_20">F</a> <a class="link" href="s12.html#idx_id_27">R</a> <a class="link" href="s12.html#idx_id_28">T</a></p>
 <div class="variablelist"><dl>
 <dt>

Modified: trunk/libs/type_traits/doc/html/index/s13.html
==============================================================================
--- trunk/libs/type_traits/doc/html/index/s13.html (original)
+++ trunk/libs/type_traits/doc/html/index/s13.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Macro Index</title>
 <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="prev" href="s12.html" title="Typedef Index">
@@ -24,7 +24,7 @@
 </div>
 <div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id1152587"></a>Macro Index</h2></div></div></div>
+<a name="id3112679"></a>Macro Index</h2></div></div></div>
 <p><a class="link" href="s13.html#idx_id_31">B</a></p>
 <div class="variablelist"><dl>
 <dt>

Modified: trunk/libs/type_traits/doc/html/index/s14.html
==============================================================================
--- trunk/libs/type_traits/doc/html/index/s14.html (original)
+++ trunk/libs/type_traits/doc/html/index/s14.html 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Index</title>
 <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
 <link rel="prev" href="s13.html" title="Macro Index">
@@ -23,7 +23,7 @@
 </div>
 <div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id1153128"></a>Index</h2></div></div></div>
+<a name="id3113408"></a>Index</h2></div></div></div>
 <p><a class="link" href="s14.html#idx_id_45">A</a> <a class="link" href="s14.html#idx_id_46">B</a> <a class="link" href="s14.html#idx_id_47">C</a> <a class="link" href="s14.html#idx_id_48">D</a> <a class="link" href="s14.html#idx_id_49">E</a> <a class="link" href="s14.html#idx_id_50">F</a> <a class="link" href="s14.html#idx_id_51">H</a> <a class="link" href="s14.html#idx_id_52">I</a> <a class="link" href="s14.html#idx_id_53">M</a> <a class="link" href="s14.html#idx_id_54">N</a> <a class="link" href="s14.html#idx_id_55">O</a> <a class="link" href="s14.html#idx_id_56">P</a> <a class="link" href="s14.html#idx_id_57">R</a> <a class="link" href="s14.html#idx_id_58">T</a> <a class="link" href="s14.html#idx_id_59">U</a></p>
 <div class="variablelist"><dl>
 <dt>

Modified: trunk/libs/type_traits/doc/operators.qbk
==============================================================================
--- trunk/libs/type_traits/doc/operators.qbk (original)
+++ trunk/libs/type_traits/doc/operators.qbk 2011-10-09 15:13:44 EDT (Sun, 09 Oct 2011)
@@ -414,6 +414,10 @@
 } // namespace boost
 ``
 
+[heading Limitation]
+
+* Requires a compiler with working SFINAE.
+
 [heading Known issues]
 
 * These traits cannot detect whether the operators are public or not:


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk