Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62891 - in trunk/libs/fusion/doc: . html html/fusion html/fusion/adapted html/fusion/algorithm html/fusion/algorithm/iteration html/fusion/algorithm/iteration/functions html/fusion/algorithm/iteration/metafunctions html/fusion/algorithm/query html/fusion/algorithm/query/functions html/fusion/algorithm/query/metafunctions html/fusion/algorithm/transformation html/fusion/algorithm/transformation/functions html/fusion/algorithm/transformation/metafunctions html/fusion/container html/fusion/container/conversion html/fusion/container/conversion/functions html/fusion/container/conversion/metafunctions html/fusion/container/generation html/fusion/container/generation/functions html/fusion/container/generation/metafunctions html/fusion/extension html/fusion/functional html/fusion/functional/adapters html/fusion/functional/concepts html/fusion/functional/generation html/fusion/functional/generation/functions html/fusion/functional/generation/metafunctions html/fusion/functional/invocation html/fusion/functional/invocation/functions html/fusion/functional/invocation/metafunctions html/fusion/iterator html/fusion/iterator/concepts html/fusion/iterator/functions html/fusion/iterator/metafunctions html/fusion/iterator/operator html/fusion/sequence html/fusion/sequence/concepts html/fusion/sequence/intrinsic html/fusion/sequence/intrinsic/functions html/fusion/sequence/intrinsic/metafunctions html/fusion/sequence/operator html/fusion/sequence/operator/comparison html/fusion/sequence/operator/i_o html/fusion/support html/fusion/tuple html/fusion/tuple/class_template_tuple html/fusion/view
From: steven_at_[hidden]
Date: 2010-06-12 21:45:35


Author: steven_watanabe
Date: 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
New Revision: 62891
URL: http://svn.boost.org/trac/boost/changeset/62891

Log:
Fix headers for set_fwd and map_fwd. Fixes #3237
Text files modified:
   trunk/libs/fusion/doc/container.qbk | 4
   trunk/libs/fusion/doc/html/fusion/acknowledgements.html | 2
   trunk/libs/fusion/doc/html/fusion/adapted.html | 4
   trunk/libs/fusion/doc/html/fusion/adapted/adapt_assoc.html | 12 +-
   trunk/libs/fusion/doc/html/fusion/adapted/adapt_assoc_struct_named.html | 12 +-
   trunk/libs/fusion/doc/html/fusion/adapted/adapt_assoc_tpl_struct.html | 12 +-
   trunk/libs/fusion/doc/html/fusion/adapted/adapt_struct.html | 12 +-
   trunk/libs/fusion/doc/html/fusion/adapted/adapt_struct_named.html | 12 +-
   trunk/libs/fusion/doc/html/fusion/adapted/adapt_tpl_struct.html | 12 +-
   trunk/libs/fusion/doc/html/fusion/adapted/array.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/adapted/boost__array.html | 16 +-
   trunk/libs/fusion/doc/html/fusion/adapted/boost__tuple.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/adapted/define_assoc_struct.html | 12 +-
   trunk/libs/fusion/doc/html/fusion/adapted/define_assoc_tpl_struct.html | 12 +-
   trunk/libs/fusion/doc/html/fusion/adapted/define_struct.html | 12 +-
   trunk/libs/fusion/doc/html/fusion/adapted/define_tpl_struct.html | 12 +-
   trunk/libs/fusion/doc/html/fusion/adapted/mpl_sequence.html | 34 +++---
   trunk/libs/fusion/doc/html/fusion/adapted/std__pair.html | 16 +-
   trunk/libs/fusion/doc/html/fusion/algorithm.html | 8
   trunk/libs/fusion/doc/html/fusion/algorithm/iteration.html | 4
   trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions.html | 2
   trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions/accumulate.html | 16 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions/fold.html | 16 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions/for_each.html | 16 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions.html | 2
   trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/accumulate.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/fold.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/for_each.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/query.html | 4
   trunk/libs/fusion/doc/html/fusion/algorithm/query/functions.html | 2
   trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/all.html | 16 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/any.html | 16 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/count.html | 16 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/count_if.html | 16 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/find.html | 16 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/find_if.html | 22 ++--
   trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/none.html | 16 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions.html | 2
   trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/all.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/any.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/count.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/count_if.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/find.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/find_if.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/none.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation.html | 4
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions.html | 2
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/clear.html | 16 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/erase.html | 48 +++++-----
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/erase_key.html | 16 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/filter.html | 32 +++---
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/filter_if.html | 32 +++---
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/insert.html | 32 +++---
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/insert_range.html | 32 +++---
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/join.html | 34 +++---
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/pop_back.html | 32 +++---
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/pop_front.html | 32 +++---
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/push_back.html | 32 +++---
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/push_front.html | 32 +++---
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/remove.html | 32 +++---
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/remove_if.html | 32 +++---
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/replace.html | 16 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/replace_if.html | 16 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/reverse.html | 42 ++++----
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/transform.html | 20 ++--
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/zip.html | 16 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions.html | 2
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/clear.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/erase.html | 30 +++---
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/erase_key.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/filter.html | 30 +++---
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/filter_if.html | 30 +++---
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/insert.html | 30 +++---
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/insert_range.html | 30 +++---
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/join.html | 30 +++---
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/pop_back.html | 30 +++---
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/pop_front.html | 30 +++---
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/push_back.html | 30 +++---
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/push_front.html | 30 +++---
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/remove.html | 30 +++---
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/remove_if.html | 30 +++---
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/replace.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/replace_if.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/reverse.html | 40 ++++----
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/transform.html | 36 +++---
   trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/zip.html | 12 +-
   trunk/libs/fusion/doc/html/fusion/change_log.html | 108 +++++++++++-----------
   trunk/libs/fusion/doc/html/fusion/container.html | 4
   trunk/libs/fusion/doc/html/fusion/container/cons.html | 20 ++-
   trunk/libs/fusion/doc/html/fusion/container/conversion.html | 4
   trunk/libs/fusion/doc/html/fusion/container/conversion/functions.html | 2
   trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_list.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_map.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_set.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_vector.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions.html | 2
   trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_list.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_map.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_set.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_vector.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/container/generation.html | 4
   trunk/libs/fusion/doc/html/fusion/container/generation/functions.html | 2
   trunk/libs/fusion/doc/html/fusion/container/generation/functions/list_tie.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_cons.html | 16 +-
   trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_list.html | 16 +-
   trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_map.html | 16 +-
   trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_set.html | 16 +-
   trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_vector.html | 16 +-
   trunk/libs/fusion/doc/html/fusion/container/generation/functions/map_tie.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/container/generation/functions/tiers.html | 28 +++--
   trunk/libs/fusion/doc/html/fusion/container/generation/functions/vector_tie.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions.html | 2
   trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/list_tie.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_cons.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_list.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_map.html | 16 +-
   trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_set.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_vector.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/map_tie.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/vector_tie.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/container/list.html | 20 ++-
   trunk/libs/fusion/doc/html/fusion/container/map.html | 28 +++--
   trunk/libs/fusion/doc/html/fusion/container/set.html | 28 +++--
   trunk/libs/fusion/doc/html/fusion/container/vector.html | 22 ++--
   trunk/libs/fusion/doc/html/fusion/extension.html | 2
   trunk/libs/fusion/doc/html/fusion/extension/ext_full.html | 63 +++++++------
   trunk/libs/fusion/doc/html/fusion/extension/iterator_facade.html | 16 +-
   trunk/libs/fusion/doc/html/fusion/extension/sequence_facade.html | 16 +-
   trunk/libs/fusion/doc/html/fusion/functional.html | 10 +-
   trunk/libs/fusion/doc/html/fusion/functional/adapters.html | 2
   trunk/libs/fusion/doc/html/fusion/functional/adapters/fused.html | 50 +++++++---
   trunk/libs/fusion/doc/html/fusion/functional/adapters/fused_function_object.html | 50 +++++++---
   trunk/libs/fusion/doc/html/fusion/functional/adapters/fused_procedure.html | 46 ++++++---
   trunk/libs/fusion/doc/html/fusion/functional/adapters/limits.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/functional/adapters/unfused.html | 38 +++++---
   trunk/libs/fusion/doc/html/fusion/functional/adapters/unfused_typed.html | 42 +++++---
   trunk/libs/fusion/doc/html/fusion/functional/concepts.html | 2
   trunk/libs/fusion/doc/html/fusion/functional/concepts/callable.html | 20 ++--
   trunk/libs/fusion/doc/html/fusion/functional/concepts/def_callable.html | 26 +++--
   trunk/libs/fusion/doc/html/fusion/functional/concepts/poly.html | 36 ++++---
   trunk/libs/fusion/doc/html/fusion/functional/concepts/reg_callable.html | 24 ++--
   trunk/libs/fusion/doc/html/fusion/functional/generation.html | 2
   trunk/libs/fusion/doc/html/fusion/functional/generation/functions.html | 2
   trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused.html | 28 +++--
   trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused_fobj.html | 28 +++--
   trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused_proc.html | 28 +++--
   trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_unfused.html | 28 +++--
   trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions.html | 2
   trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused_fobj.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused_proc.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_unfused.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/functional/invocation.html | 2
   trunk/libs/fusion/doc/html/fusion/functional/invocation/functions.html | 2
   trunk/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke.html | 36 +++++--
   trunk/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke_fobj.html | 36 +++++--
   trunk/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke_proc.html | 36 +++++--
   trunk/libs/fusion/doc/html/fusion/functional/invocation/limits.html | 18 +-
   trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions.html | 2
   trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke.html | 16 ++-
   trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke_fobj.html | 16 ++-
   trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke_proc.html | 16 ++-
   trunk/libs/fusion/doc/html/fusion/introduction.html | 20 +--
   trunk/libs/fusion/doc/html/fusion/iterator.html | 4
   trunk/libs/fusion/doc/html/fusion/iterator/concepts.html | 2
   trunk/libs/fusion/doc/html/fusion/iterator/concepts/associative_iterator.html | 72 +++++++-------
   trunk/libs/fusion/doc/html/fusion/iterator/concepts/bidirectional_iterator.html | 69 ++++++++------
   trunk/libs/fusion/doc/html/fusion/iterator/concepts/forward_iterator.html | 153 +++++++++++++++++----------------
   trunk/libs/fusion/doc/html/fusion/iterator/concepts/random_access_iterator.html | 54 +++++-----
   trunk/libs/fusion/doc/html/fusion/iterator/functions.html | 2
   trunk/libs/fusion/doc/html/fusion/iterator/functions/advance.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/iterator/functions/advance_c.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/iterator/functions/deref.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/iterator/functions/deref_data.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/iterator/functions/distance.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/iterator/functions/next.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/iterator/functions/prior.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/iterator/metafunctions.html | 2
   trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/advance.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/advance_c.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/deref.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/deref_data.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/distance.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/equal_to.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/key_of.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/next.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/prior.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/value_of.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/value_of_data.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/iterator/operator.html | 2
   trunk/libs/fusion/doc/html/fusion/iterator/operator/operator_equality.html | 12 +-
   trunk/libs/fusion/doc/html/fusion/iterator/operator/operator_inequality.html | 12 +-
   trunk/libs/fusion/doc/html/fusion/iterator/operator/operator_unary_star.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/notes.html | 68 +++++++-------
   trunk/libs/fusion/doc/html/fusion/organization.html | 181 +++++++++++++++++++--------------------
   trunk/libs/fusion/doc/html/fusion/preface.html | 36 ++-----
   trunk/libs/fusion/doc/html/fusion/quick_start.html | 37 +++----
   trunk/libs/fusion/doc/html/fusion/references.html | 56 ++++++------
   trunk/libs/fusion/doc/html/fusion/sequence.html | 4
   trunk/libs/fusion/doc/html/fusion/sequence/concepts.html | 6
   trunk/libs/fusion/doc/html/fusion/sequence/concepts/associative_sequence.html | 58 ++++++-----
   trunk/libs/fusion/doc/html/fusion/sequence/concepts/bidirectional_sequence.html | 48 ++++++----
   trunk/libs/fusion/doc/html/fusion/sequence/concepts/forward_sequence.html | 101 ++++++++++++++-------
   trunk/libs/fusion/doc/html/fusion/sequence/concepts/random_access_sequence.html | 48 ++++++----
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic.html | 16 +-
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions.html | 2
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at_c.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at_key.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/back.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/begin.html | 46 +++++-----
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/empty.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/end.html | 46 +++++-----
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/front.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/has_key.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/size.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/swap.html | 12 +-
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions.html | 2
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at.html | 30 +++---
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at_c.html | 30 +++---
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at_key.html | 30 +++---
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/back.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/begin.html | 46 +++++-----
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/empty.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/end.html | 46 +++++-----
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/front.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/has_key.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/size.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/swap.html | 12 +-
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_c.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_key.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/sequence/operator.html | 2
   trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison.html | 4
   trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/equal.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/greater_than.html | 12 +-
   trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/greater_than_equal.html | 12 +-
   trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/less_than.html | 12 +-
   trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/less_than_equal.html | 12 +-
   trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/not_equal.html | 12 +-
   trunk/libs/fusion/doc/html/fusion/sequence/operator/i_o.html | 4
   trunk/libs/fusion/doc/html/fusion/sequence/operator/i_o/in.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/sequence/operator/i_o/out.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/support.html | 2
   trunk/libs/fusion/doc/html/fusion/support/category_of.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/support/deduce.html | 16 +-
   trunk/libs/fusion/doc/html/fusion/support/deduce_sequence.html | 16 +-
   trunk/libs/fusion/doc/html/fusion/support/is_sequence.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/support/is_view.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/support/pair.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/support/tag_of.html | 14 +-
   trunk/libs/fusion/doc/html/fusion/tuple.html | 2
   trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple.html | 4
   trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/construction.html | 6
   trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/element_access.html | 6
   trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/relational_operators.html | 6
   trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/tuple_creation_functions.html | 6
   trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/tuple_helper_classes.html | 6
   trunk/libs/fusion/doc/html/fusion/tuple/pairs.html | 6
   trunk/libs/fusion/doc/html/fusion/view.html | 4
   trunk/libs/fusion/doc/html/fusion/view/filter_view.html | 30 +++---
   trunk/libs/fusion/doc/html/fusion/view/iterator_range.html | 42 ++++----
   trunk/libs/fusion/doc/html/fusion/view/joint_view.html | 32 +++---
   trunk/libs/fusion/doc/html/fusion/view/nview.html | 24 ++--
   trunk/libs/fusion/doc/html/fusion/view/reverse_view.html | 40 ++++----
   trunk/libs/fusion/doc/html/fusion/view/single_view.html | 18 ++-
   trunk/libs/fusion/doc/html/fusion/view/transform_view.html | 28 +++---
   trunk/libs/fusion/doc/html/fusion/view/zip_view.html | 30 +++---
   trunk/libs/fusion/doc/html/index.html | 6
   269 files changed, 2808 insertions(+), 2602 deletions(-)

Modified: trunk/libs/fusion/doc/container.qbk
==============================================================================
--- trunk/libs/fusion/doc/container.qbk (original)
+++ trunk/libs/fusion/doc/container.qbk 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -302,7 +302,7 @@
 
     #include <boost/fusion/container/set.hpp>
     #include <boost/fusion/include/set.hpp>
- #include <boost/fusion/container/set_fwd.hpp>
+ #include <boost/fusion/container/set/set_fwd.hpp>
     #include <boost/fusion/include/set_fwd.hpp>
 
 [heading Synopsis]
@@ -384,7 +384,7 @@
 
     #include <boost/fusion/container/map.hpp>
     #include <boost/fusion/include/map.hpp>
- #include <boost/fusion/container/map_fwd.hpp>
+ #include <boost/fusion/container/map/map_fwd.hpp>
     #include <boost/fusion/include/map_fwd.hpp>
 
 [heading Synopsis]

Modified: trunk/libs/fusion/doc/html/fusion/acknowledgements.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/acknowledgements.html (original)
+++ trunk/libs/fusion/doc/html/fusion/acknowledgements.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Acknowledgements</title>
 <link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="prev" href="change_log.html" title="Change log">

Modified: trunk/libs/fusion/doc/html/fusion/adapted.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/adapted.html (original)
+++ trunk/libs/fusion/doc/html/fusion/adapted.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Adapted</title>
 <link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="prev" href="view/nview.html" title="nview">
@@ -56,7 +56,7 @@
       various data structures, non-intrusively, as full fledged Fusion sequences.
     </p>
 <a name="fusion.adapted.header"></a><h4>
-<a name="id992665"></a>
+<a name="id877980"></a>
       <a class="link" href="adapted.html#fusion.adapted.header">Header</a>
     </h4>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">adapted</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/adapted/adapt_assoc.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/adapted/adapt_assoc.html (original)
+++ trunk/libs/fusion/doc/html/fusion/adapted/adapt_assoc.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>BOOST_FUSION_ADAPT_ASSOC_STRUCT</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../adapted.html" title="Adapted">
 <link rel="prev" href="adapt_struct_named.html" title="BOOST_FUSION_ADAPT_STRUCT_NAMED">
@@ -27,7 +27,7 @@
 <a name="fusion.adapted.adapt_assoc"></a><a class="link" href="adapt_assoc.html" title="BOOST_FUSION_ADAPT_ASSOC_STRUCT"> BOOST_FUSION_ADAPT_ASSOC_STRUCT</a>
 </h3></div></div></div>
 <a name="fusion.adapted.adapt_assoc.description"></a><h5>
-<a name="id1000709"></a>
+<a name="id886320"></a>
         <a class="link" href="adapt_assoc.html#fusion.adapted.adapt_assoc.description">Description</a>
       </h5>
 <p>
@@ -37,7 +37,7 @@
         Sequence</a>.
       </p>
 <a name="fusion.adapted.adapt_assoc.synopsis"></a><h5>
-<a name="id1000735"></a>
+<a name="id886361"></a>
         <a class="link" href="adapt_assoc.html#fusion.adapted.adapt_assoc.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="identifier">BOOST_FUSION_ADAPT_ASSOC_STRUCT</span><span class="special">(</span>
@@ -48,7 +48,7 @@
     <span class="special">)</span>
 </pre>
 <a name="fusion.adapted.adapt_assoc.semantics"></a><h5>
-<a name="id1000836"></a>
+<a name="id886489"></a>
         <a class="link" href="adapt_assoc.html#fusion.adapted.adapt_assoc.semantics">Semantics</a>
       </h5>
 <p>
@@ -66,14 +66,14 @@
         should be the fully namespace qualified name of the struct to be adapted.
       </p>
 <a name="fusion.adapted.adapt_assoc.header"></a><h5>
-<a name="id1000913"></a>
+<a name="id886597"></a>
         <a class="link" href="adapt_assoc.html#fusion.adapted.adapt_assoc.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">adapted</span><span class="special">/</span><span class="keyword">struct</span><span class="special">/</span><span class="identifier">adapt_assoc_struct</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">adapt_assoc_struct</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.adapted.adapt_assoc.example"></a><h5>
-<a name="id1001028"></a>
+<a name="id886744"></a>
         <a class="link" href="adapt_assoc.html#fusion.adapted.adapt_assoc.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">demo</span>

Modified: trunk/libs/fusion/doc/html/fusion/adapted/adapt_assoc_struct_named.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/adapted/adapt_assoc_struct_named.html (original)
+++ trunk/libs/fusion/doc/html/fusion/adapted/adapt_assoc_struct_named.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>BOOST_FUSION_ADAPT_ASSOC_STRUCT_NAMED</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../adapted.html" title="Adapted">
 <link rel="prev" href="adapt_assoc_tpl_struct.html" title="BOOST_FUSION_ADAPT_ASSOC_TPL_STRUCT">
@@ -27,7 +27,7 @@
 <a name="fusion.adapted.adapt_assoc_struct_named"></a><a class="link" href="adapt_assoc_struct_named.html" title="BOOST_FUSION_ADAPT_ASSOC_STRUCT_NAMED"> BOOST_FUSION_ADAPT_ASSOC_STRUCT_NAMED</a>
 </h3></div></div></div>
 <a name="fusion.adapted.adapt_assoc_struct_named.description"></a><h5>
-<a name="id1002029"></a>
+<a name="id888037"></a>
         <a class="link" href="adapt_assoc_struct_named.html#fusion.adapted.adapt_assoc_struct_named.description">Description</a>
       </h5>
 <p>
@@ -38,7 +38,7 @@
         Sequence</a>. The given struct is adapted using the given name.
       </p>
 <a name="fusion.adapted.adapt_assoc_struct_named.synopsis"></a><h5>
-<a name="id1002056"></a>
+<a name="id888082"></a>
         <a class="link" href="adapt_assoc_struct_named.html#fusion.adapted.adapt_assoc_struct_named.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="identifier">BOOST_FUSION_ADAPT_ASSOC_STRUCT_NAMED</span><span class="special">(</span>
@@ -58,7 +58,7 @@
     <span class="special">)</span>
 </pre>
 <a name="fusion.adapted.adapt_assoc_struct_named.semantics"></a><h5>
-<a name="id1002277"></a>
+<a name="id888360"></a>
         <a class="link" href="adapt_assoc_struct_named.html#fusion.adapted.adapt_assoc_struct_named.semantics">Semantics</a>
       </h5>
 <p>
@@ -83,14 +83,14 @@
         should be the fully namespace qualified name of the struct to be converted.
       </p>
 <a name="fusion.adapted.adapt_assoc_struct_named.header"></a><h5>
-<a name="id1005183"></a>
+<a name="id888602"></a>
         <a class="link" href="adapt_assoc_struct_named.html#fusion.adapted.adapt_assoc_struct_named.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">adapted</span><span class="special">/</span><span class="keyword">struct</span><span class="special">/</span><span class="identifier">adapt_assoc_struct_named</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">adapt_assoc_struct_named</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.adapted.adapt_assoc_struct_named.example"></a><h5>
-<a name="id1005298"></a>
+<a name="id888751"></a>
         <a class="link" href="adapt_assoc_struct_named.html#fusion.adapted.adapt_assoc_struct_named.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">demo</span>

Modified: trunk/libs/fusion/doc/html/fusion/adapted/adapt_assoc_tpl_struct.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/adapted/adapt_assoc_tpl_struct.html (original)
+++ trunk/libs/fusion/doc/html/fusion/adapted/adapt_assoc_tpl_struct.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>BOOST_FUSION_ADAPT_ASSOC_TPL_STRUCT</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../adapted.html" title="Adapted">
 <link rel="prev" href="adapt_assoc.html" title="BOOST_FUSION_ADAPT_ASSOC_STRUCT">
@@ -27,7 +27,7 @@
 <a name="fusion.adapted.adapt_assoc_tpl_struct"></a><a class="link" href="adapt_assoc_tpl_struct.html" title="BOOST_FUSION_ADAPT_ASSOC_TPL_STRUCT"> BOOST_FUSION_ADAPT_ASSOC_TPL_STRUCT</a>
 </h3></div></div></div>
 <a name="fusion.adapted.adapt_assoc_tpl_struct.description"></a><h5>
-<a name="id1001287"></a>
+<a name="id887073"></a>
         <a class="link" href="adapt_assoc_tpl_struct.html#fusion.adapted.adapt_assoc_tpl_struct.description">Description</a>
       </h5>
 <p>
@@ -38,7 +38,7 @@
         Sequence</a>.
       </p>
 <a name="fusion.adapted.adapt_assoc_tpl_struct.synopsis"></a><h5>
-<a name="id1001314"></a>
+<a name="id887117"></a>
         <a class="link" href="adapt_assoc_tpl_struct.html#fusion.adapted.adapt_assoc_tpl_struct.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="identifier">BOOST_FUSION_ADAPT_ASSOC_TPL_STRUCT</span><span class="special">(</span>
@@ -50,7 +50,7 @@
     <span class="special">)</span>
 </pre>
 <a name="fusion.adapted.adapt_assoc_tpl_struct.semantics"></a><h5>
-<a name="id1001456"></a>
+<a name="id887298"></a>
         <a class="link" href="adapt_assoc_tpl_struct.html#fusion.adapted.adapt_assoc_tpl_struct.semantics">Semantics</a>
       </h5>
 <p>
@@ -72,14 +72,14 @@
         should be the fully namespace qualified name of the struct to be adapted.
       </p>
 <a name="fusion.adapted.adapt_assoc_tpl_struct.header"></a><h5>
-<a name="id1001592"></a>
+<a name="id887486"></a>
         <a class="link" href="adapt_assoc_tpl_struct.html#fusion.adapted.adapt_assoc_tpl_struct.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">adapted</span><span class="special">/</span><span class="keyword">struct</span><span class="special">/</span><span class="identifier">adapt_assoc_struct</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">adapt_assoc_struct</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.adapted.adapt_assoc_tpl_struct.example"></a><h5>
-<a name="id1001707"></a>
+<a name="id887633"></a>
         <a class="link" href="adapt_assoc_tpl_struct.html#fusion.adapted.adapt_assoc_tpl_struct.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">demo</span>

Modified: trunk/libs/fusion/doc/html/fusion/adapted/adapt_struct.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/adapted/adapt_struct.html (original)
+++ trunk/libs/fusion/doc/html/fusion/adapted/adapt_struct.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>BOOST_FUSION_ADAPT_STRUCT</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../adapted.html" title="Adapted">
 <link rel="prev" href="boost__tuple.html" title="boost::tuple">
@@ -27,7 +27,7 @@
 <a name="fusion.adapted.adapt_struct"></a><a class="link" href="adapt_struct.html" title="BOOST_FUSION_ADAPT_STRUCT"> BOOST_FUSION_ADAPT_STRUCT</a>
 </h3></div></div></div>
 <a name="fusion.adapted.adapt_struct.description"></a><h5>
-<a name="id997314"></a>
+<a name="id882343"></a>
         <a class="link" href="adapt_struct.html#fusion.adapted.adapt_struct.description">Description</a>
       </h5>
 <p>
@@ -36,7 +36,7 @@
         Access Sequence</a>.
       </p>
 <a name="fusion.adapted.adapt_struct.synopsis"></a><h5>
-<a name="id997336"></a>
+<a name="id882383"></a>
         <a class="link" href="adapt_struct.html#fusion.adapted.adapt_struct.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="identifier">BOOST_FUSION_ADAPT_STRUCT</span><span class="special">(</span>
@@ -47,7 +47,7 @@
     <span class="special">)</span>
 </pre>
 <a name="fusion.adapted.adapt_struct.semantics"></a><h5>
-<a name="id997420"></a>
+<a name="id882502"></a>
         <a class="link" href="adapt_struct.html#fusion.adapted.adapt_struct.semantics">Semantics</a>
       </h5>
 <p>
@@ -63,14 +63,14 @@
         should be the fully namespace qualified name of the struct to be adapted.
       </p>
 <a name="fusion.adapted.adapt_struct.header"></a><h5>
-<a name="id997484"></a>
+<a name="id882604"></a>
         <a class="link" href="adapt_struct.html#fusion.adapted.adapt_struct.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">adapted</span><span class="special">/</span><span class="keyword">struct</span><span class="special">/</span><span class="identifier">adapt_struct</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">adapt_struct</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.adapted.adapt_struct.example"></a><h5>
-<a name="id997599"></a>
+<a name="id882769"></a>
         <a class="link" href="adapt_struct.html#fusion.adapted.adapt_struct.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">demo</span>

Modified: trunk/libs/fusion/doc/html/fusion/adapted/adapt_struct_named.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/adapted/adapt_struct_named.html (original)
+++ trunk/libs/fusion/doc/html/fusion/adapted/adapt_struct_named.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>BOOST_FUSION_ADAPT_STRUCT_NAMED</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../adapted.html" title="Adapted">
 <link rel="prev" href="adapt_tpl_struct.html" title="BOOST_FUSION_ADAPT_TPL_STRUCT">
@@ -27,7 +27,7 @@
 <a name="fusion.adapted.adapt_struct_named"></a><a class="link" href="adapt_struct_named.html" title="BOOST_FUSION_ADAPT_STRUCT_NAMED"> BOOST_FUSION_ADAPT_STRUCT_NAMED</a>
 </h3></div></div></div>
 <a name="fusion.adapted.adapt_struct_named.description"></a><h5>
-<a name="id998397"></a>
+<a name="id883924"></a>
         <a class="link" href="adapt_struct_named.html#fusion.adapted.adapt_struct_named.description">Description</a>
       </h5>
 <p>
@@ -37,7 +37,7 @@
         Access Sequence</a>. The given struct is adapted using the given name.
       </p>
 <a name="fusion.adapted.adapt_struct_named.synopsis"></a><h5>
-<a name="id998420"></a>
+<a name="id883966"></a>
         <a class="link" href="adapt_struct_named.html#fusion.adapted.adapt_struct_named.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="identifier">BOOST_FUSION_ADAPT_STRUCT_NAMED</span><span class="special">(</span>
@@ -57,7 +57,7 @@
     <span class="special">)</span>
 </pre>
 <a name="fusion.adapted.adapt_struct_named.semantics"></a><h5>
-<a name="id1000246"></a>
+<a name="id884226"></a>
         <a class="link" href="adapt_struct_named.html#fusion.adapted.adapt_struct_named.semantics">Semantics</a>
       </h5>
 <p>
@@ -81,14 +81,14 @@
         should be the fully namespace qualified name of the struct to be converted.
       </p>
 <a name="fusion.adapted.adapt_struct_named.header"></a><h5>
-<a name="id1000406"></a>
+<a name="id884481"></a>
         <a class="link" href="adapt_struct_named.html#fusion.adapted.adapt_struct_named.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">adapted</span><span class="special">/</span><span class="keyword">struct</span><span class="special">/</span><span class="identifier">adapt_struct_named</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">adapt_struct_named</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.adapted.adapt_struct_named.example"></a><h5>
-<a name="id1000522"></a>
+<a name="id885467"></a>
         <a class="link" href="adapt_struct_named.html#fusion.adapted.adapt_struct_named.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">demo</span>

Modified: trunk/libs/fusion/doc/html/fusion/adapted/adapt_tpl_struct.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/adapted/adapt_tpl_struct.html (original)
+++ trunk/libs/fusion/doc/html/fusion/adapted/adapt_tpl_struct.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>BOOST_FUSION_ADAPT_TPL_STRUCT</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../adapted.html" title="Adapted">
 <link rel="prev" href="adapt_struct.html" title="BOOST_FUSION_ADAPT_STRUCT">
@@ -27,7 +27,7 @@
 <a name="fusion.adapted.adapt_tpl_struct"></a><a class="link" href="adapt_tpl_struct.html" title="BOOST_FUSION_ADAPT_TPL_STRUCT"> BOOST_FUSION_ADAPT_TPL_STRUCT</a>
 </h3></div></div></div>
 <a name="fusion.adapted.adapt_tpl_struct.description"></a><h5>
-<a name="id997774"></a>
+<a name="id883016"></a>
         <a class="link" href="adapt_tpl_struct.html#fusion.adapted.adapt_tpl_struct.description">Description</a>
       </h5>
 <p>
@@ -37,7 +37,7 @@
         Sequence</a>.
       </p>
 <a name="fusion.adapted.adapt_tpl_struct.synopsis"></a><h5>
-<a name="id997796"></a>
+<a name="id883056"></a>
         <a class="link" href="adapt_tpl_struct.html#fusion.adapted.adapt_tpl_struct.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="identifier">BOOST_FUSION_ADAPT_TPL_STRUCT</span><span class="special">(</span>
@@ -49,7 +49,7 @@
     <span class="special">)</span>
 </pre>
 <a name="fusion.adapted.adapt_tpl_struct.semantics"></a><h5>
-<a name="id997922"></a>
+<a name="id883235"></a>
         <a class="link" href="adapt_tpl_struct.html#fusion.adapted.adapt_tpl_struct.semantics">Semantics</a>
       </h5>
 <p>
@@ -69,14 +69,14 @@
         should be the fully namespace qualified name of the struct to be adapted.
       </p>
 <a name="fusion.adapted.adapt_tpl_struct.header"></a><h5>
-<a name="id998044"></a>
+<a name="id883429"></a>
         <a class="link" href="adapt_tpl_struct.html#fusion.adapted.adapt_tpl_struct.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">adapted</span><span class="special">/</span><span class="keyword">struct</span><span class="special">/</span><span class="identifier">adapt_struct</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">adapt_struct</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.adapted.adapt_tpl_struct.example"></a><h5>
-<a name="id998159"></a>
+<a name="id883595"></a>
         <a class="link" href="adapt_tpl_struct.html#fusion.adapted.adapt_tpl_struct.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">demo</span>

Modified: trunk/libs/fusion/doc/html/fusion/adapted/array.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/adapted/array.html (original)
+++ trunk/libs/fusion/doc/html/fusion/adapted/array.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Array</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../adapted.html" title="Adapted">
 <link rel="prev" href="../adapted.html" title="Adapted">
@@ -32,20 +32,22 @@
         Access Sequence</a>.
       </p>
 <a name="fusion.adapted.array.header"></a><h5>
-<a name="id992914"></a>
+<a name="id878340"></a>
         <a class="link" href="array.html#fusion.adapted.array.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">adapted</span><span class="special">/</span><span class="identifier">array</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">array</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.adapted.array.model_of"></a><h5>
-<a name="id993022"></a>
+<a name="id878496"></a>
         <a class="link" href="array.html#fusion.adapted.array.model_of">Model of</a>
       </h5>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><a class="link" href="../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
- Access Sequence</a></li></ul></div>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ <a class="link" href="../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
+ Access Sequence</a>
+ </li></ul></div>
 <a name="fusion.adapted.array.example"></a><h5>
-<a name="id993047"></a>
+<a name="id878539"></a>
         <a class="link" href="array.html#fusion.adapted.array.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="keyword">int</span> <span class="identifier">arr</span><span class="special">[</span><span class="number">3</span><span class="special">]</span> <span class="special">=</span> <span class="special">{</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">};</span>

Modified: trunk/libs/fusion/doc/html/fusion/adapted/boost__array.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/adapted/boost__array.html (original)
+++ trunk/libs/fusion/doc/html/fusion/adapted/boost__array.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>boost::array</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../adapted.html" title="Adapted">
 <link rel="prev" href="mpl_sequence.html" title="mpl sequence">
@@ -33,20 +33,22 @@
         Access Sequence</a>.
       </p>
 <a name="fusion.adapted.boost__array.header"></a><h5>
-<a name="id994643"></a>
+<a name="id880845"></a>
         <a class="link" href="boost__array.html#fusion.adapted.boost__array.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">adapted</span><span class="special">/</span><span class="identifier">boost_array</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">boost_array</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.adapted.boost__array.model_of"></a><h5>
-<a name="id996390"></a>
+<a name="id881001"></a>
         <a class="link" href="boost__array.html#fusion.adapted.boost__array.model_of">Model of</a>
       </h5>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><a class="link" href="../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
- Access Sequence</a></li></ul></div>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ <a class="link" href="../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
+ Access Sequence</a>
+ </li></ul></div>
 <a name="fusion.adapted.boost__array.example"></a><h5>
-<a name="id996416"></a>
+<a name="id881044"></a>
         <a class="link" href="boost__array.html#fusion.adapted.boost__array.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="number">3</span><span class="special">&gt;</span> <span class="identifier">arr</span> <span class="special">=</span> <span class="special">{{</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">}};</span>
@@ -58,7 +60,7 @@
 <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <a class="link" href="../sequence/intrinsic/functions/at_c.html" title="at_c"><code class="computeroutput"><span class="identifier">at_c</span></code></a><span class="special">&lt;</span><span class="number">2</span><span class="special">&gt;(</span><span class="identifier">arr</span><span class="special">)</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
 </pre>
 <a name="fusion.adapted.boost__array.see_also"></a><h5>
-<a name="id996851"></a>
+<a name="id881662"></a>
         <a class="link" href="boost__array.html#fusion.adapted.boost__array.see_also">See also</a>
       </h5>
 <p>

Modified: trunk/libs/fusion/doc/html/fusion/adapted/boost__tuple.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/adapted/boost__tuple.html (original)
+++ trunk/libs/fusion/doc/html/fusion/adapted/boost__tuple.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>boost::tuple</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../adapted.html" title="Adapted">
 <link rel="prev" href="boost__array.html" title="boost::array">
@@ -33,19 +33,21 @@
         Sequence</a>.
       </p>
 <a name="fusion.adapted.boost__tuple.header"></a><h5>
-<a name="id996921"></a>
+<a name="id881774"></a>
         <a class="link" href="boost__tuple.html#fusion.adapted.boost__tuple.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">adapted</span><span class="special">/</span><span class="identifier">boost_tuple</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">boost_tuple</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.adapted.boost__tuple.model_of"></a><h5>
-<a name="id997029"></a>
+<a name="id881930"></a>
         <a class="link" href="boost__tuple.html#fusion.adapted.boost__tuple.model_of">Model of</a>
       </h5>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><a class="link" href="../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward Sequence</a></li></ul></div>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ <a class="link" href="../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward Sequence</a>
+ </li></ul></div>
 <a name="fusion.adapted.boost__tuple.example"></a><h5>
-<a name="id997054"></a>
+<a name="id881973"></a>
         <a class="link" href="boost__tuple.html#fusion.adapted.boost__tuple.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">tuple</span><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">&gt;</span> <span class="identifier">example_tuple</span><span class="special">(</span><span class="number">101</span><span class="special">,</span> <span class="string">"hello"</span><span class="special">);</span>
@@ -53,7 +55,7 @@
 <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="special">*</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">fusion</span><span class="special">::</span><span class="identifier">next</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">fusion</span><span class="special">::</span><span class="identifier">begin</span><span class="special">(</span><span class="identifier">example_tuple</span><span class="special">))</span> <span class="special">&lt;&lt;</span> <span class="char">'\n'</span><span class="special">;</span>
 </pre>
 <a name="fusion.adapted.boost__tuple.see_also"></a><h5>
-<a name="id997281"></a>
+<a name="id882288"></a>
         <a class="link" href="boost__tuple.html#fusion.adapted.boost__tuple.see_also">See also</a>
       </h5>
 <p>

Modified: trunk/libs/fusion/doc/html/fusion/adapted/define_assoc_struct.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/adapted/define_assoc_struct.html (original)
+++ trunk/libs/fusion/doc/html/fusion/adapted/define_assoc_struct.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>BOOST_FUSION_DEFINE_ASSOC_STRUCT</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../adapted.html" title="Adapted">
 <link rel="prev" href="define_tpl_struct.html" title="BOOST_FUSION_DEFINE_TPL_STRUCT">
@@ -27,7 +27,7 @@
 <a name="fusion.adapted.define_assoc_struct"></a><a class="link" href="define_assoc_struct.html" title="BOOST_FUSION_DEFINE_ASSOC_STRUCT"> BOOST_FUSION_DEFINE_ASSOC_STRUCT</a>
 </h3></div></div></div>
 <a name="fusion.adapted.define_assoc_struct.description"></a><h5>
-<a name="id1007864"></a>
+<a name="id891524"></a>
         <a class="link" href="define_assoc_struct.html#fusion.adapted.define_assoc_struct.description">Description</a>
       </h5>
 <p>
@@ -38,7 +38,7 @@
         Sequence</a>.
       </p>
 <a name="fusion.adapted.define_assoc_struct.synopsis"></a><h5>
-<a name="id1007891"></a>
+<a name="id891571"></a>
         <a class="link" href="define_assoc_struct.html#fusion.adapted.define_assoc_struct.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="identifier">BOOST_FUSION_DEFINE_ASSOC_STRUCT</span><span class="special">(</span>
@@ -68,7 +68,7 @@
 </dl>
 </div>
 <a name="fusion.adapted.define_assoc_struct.expression_semantics"></a><h5>
-<a name="id1008095"></a>
+<a name="id891846"></a>
         <a class="link" href="define_assoc_struct.html#fusion.adapted.define_assoc_struct.expression_semantics">Expression
         Semantics</a>
       </h5>
@@ -182,14 +182,14 @@
 </tbody>
 </table></div>
 <a name="fusion.adapted.define_assoc_struct.header"></a><h5>
-<a name="id1008518"></a>
+<a name="id892447"></a>
         <a class="link" href="define_assoc_struct.html#fusion.adapted.define_assoc_struct.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">adapted</span><span class="special">/</span><span class="keyword">struct</span><span class="special">/</span><span class="identifier">define_assoc_struct</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">define_assoc_struct</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.adapted.define_assoc_struct.example"></a><h5>
-<a name="id1008633"></a>
+<a name="id892612"></a>
         <a class="link" href="define_assoc_struct.html#fusion.adapted.define_assoc_struct.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">keys</span>

Modified: trunk/libs/fusion/doc/html/fusion/adapted/define_assoc_tpl_struct.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/adapted/define_assoc_tpl_struct.html (original)
+++ trunk/libs/fusion/doc/html/fusion/adapted/define_assoc_tpl_struct.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>BOOST_FUSION_DEFINE_ASSOC_TPL_STRUCT</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../adapted.html" title="Adapted">
 <link rel="prev" href="define_assoc_struct.html" title="BOOST_FUSION_DEFINE_ASSOC_STRUCT">
@@ -27,7 +27,7 @@
 <a name="fusion.adapted.define_assoc_tpl_struct"></a><a class="link" href="define_assoc_tpl_struct.html" title="BOOST_FUSION_DEFINE_ASSOC_TPL_STRUCT"> BOOST_FUSION_DEFINE_ASSOC_TPL_STRUCT</a>
 </h3></div></div></div>
 <a name="fusion.adapted.define_assoc_tpl_struct.description"></a><h5>
-<a name="id1008818"></a>
+<a name="id892871"></a>
         <a class="link" href="define_assoc_tpl_struct.html#fusion.adapted.define_assoc_tpl_struct.description">Description</a>
       </h5>
 <p>
@@ -38,7 +38,7 @@
         Sequence</a>.
       </p>
 <a name="fusion.adapted.define_assoc_tpl_struct.synopsis"></a><h5>
-<a name="id1008845"></a>
+<a name="id892923"></a>
         <a class="link" href="define_assoc_tpl_struct.html#fusion.adapted.define_assoc_tpl_struct.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="identifier">BOOST_FUSION_DEFINE_ASSOC_TPL_STRUCT</span><span class="special">(</span>
@@ -73,7 +73,7 @@
 </dl>
 </div>
 <a name="fusion.adapted.define_assoc_tpl_struct.expression_semantics"></a><h5>
-<a name="id1009097"></a>
+<a name="id893263"></a>
         <a class="link" href="define_assoc_tpl_struct.html#fusion.adapted.define_assoc_tpl_struct.expression_semantics">Expression
         Semantics</a>
       </h5>
@@ -187,14 +187,14 @@
 </tbody>
 </table></div>
 <a name="fusion.adapted.define_assoc_tpl_struct.header"></a><h5>
-<a name="id1009544"></a>
+<a name="id893903"></a>
         <a class="link" href="define_assoc_tpl_struct.html#fusion.adapted.define_assoc_tpl_struct.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">adapted</span><span class="special">/</span><span class="keyword">struct</span><span class="special">/</span><span class="identifier">define_assoc_struct</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">define_assoc_struct</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.adapted.define_assoc_tpl_struct.example"></a><h5>
-<a name="id1009659"></a>
+<a name="id894069"></a>
         <a class="link" href="define_assoc_tpl_struct.html#fusion.adapted.define_assoc_tpl_struct.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">keys</span>

Modified: trunk/libs/fusion/doc/html/fusion/adapted/define_struct.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/adapted/define_struct.html (original)
+++ trunk/libs/fusion/doc/html/fusion/adapted/define_struct.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>BOOST_FUSION_DEFINE_STRUCT</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../adapted.html" title="Adapted">
 <link rel="prev" href="adapt_assoc_struct_named.html" title="BOOST_FUSION_ADAPT_ASSOC_STRUCT_NAMED">
@@ -27,7 +27,7 @@
 <a name="fusion.adapted.define_struct"></a><a class="link" href="define_struct.html" title="BOOST_FUSION_DEFINE_STRUCT"> BOOST_FUSION_DEFINE_STRUCT</a>
 </h3></div></div></div>
 <a name="fusion.adapted.define_struct.description"></a><h5>
-<a name="id1005562"></a>
+<a name="id889084"></a>
         <a class="link" href="define_struct.html#fusion.adapted.define_struct.description">Description</a>
       </h5>
 <p>
@@ -37,7 +37,7 @@
         Access Sequence</a>.
       </p>
 <a name="fusion.adapted.define_struct.synopsis"></a><h5>
-<a name="id1005584"></a>
+<a name="id889121"></a>
         <a class="link" href="define_struct.html#fusion.adapted.define_struct.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="identifier">BOOST_FUSION_DEFINE_STRUCT</span><span class="special">(</span>
@@ -67,7 +67,7 @@
 </dl>
 </div>
 <a name="fusion.adapted.define_struct.expression_semantics"></a><h5>
-<a name="id1005771"></a>
+<a name="id889374"></a>
         <a class="link" href="define_struct.html#fusion.adapted.define_struct.expression_semantics">Expression
         Semantics</a>
       </h5>
@@ -178,14 +178,14 @@
 </tbody>
 </table></div>
 <a name="fusion.adapted.define_struct.header"></a><h5>
-<a name="id1006176"></a>
+<a name="id889936"></a>
         <a class="link" href="define_struct.html#fusion.adapted.define_struct.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">adapted</span><span class="special">/</span><span class="keyword">struct</span><span class="special">/</span><span class="identifier">define_struct</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">define_struct</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.adapted.define_struct.example"></a><h5>
-<a name="id1006292"></a>
+<a name="id890098"></a>
         <a class="link" href="define_struct.html#fusion.adapted.define_struct.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="comment">// demo::employee is a Fusion sequence

Modified: trunk/libs/fusion/doc/html/fusion/adapted/define_tpl_struct.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/adapted/define_tpl_struct.html (original)
+++ trunk/libs/fusion/doc/html/fusion/adapted/define_tpl_struct.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>BOOST_FUSION_DEFINE_TPL_STRUCT</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../adapted.html" title="Adapted">
 <link rel="prev" href="define_struct.html" title="BOOST_FUSION_DEFINE_STRUCT">
@@ -27,7 +27,7 @@
 <a name="fusion.adapted.define_tpl_struct"></a><a class="link" href="define_tpl_struct.html" title="BOOST_FUSION_DEFINE_TPL_STRUCT"> BOOST_FUSION_DEFINE_TPL_STRUCT</a>
 </h3></div></div></div>
 <a name="fusion.adapted.define_tpl_struct.description"></a><h5>
-<a name="id1006400"></a>
+<a name="id890252"></a>
         <a class="link" href="define_tpl_struct.html#fusion.adapted.define_tpl_struct.description">Description</a>
       </h5>
 <p>
@@ -37,7 +37,7 @@
         Access Sequence</a>.
       </p>
 <a name="fusion.adapted.define_tpl_struct.synopsis"></a><h5>
-<a name="id1006421"></a>
+<a name="id890290"></a>
         <a class="link" href="define_tpl_struct.html#fusion.adapted.define_tpl_struct.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="identifier">BOOST_FUSION_DEFINE_TPL_STRUCT</span><span class="special">(</span>
@@ -72,7 +72,7 @@
 </dl>
 </div>
 <a name="fusion.adapted.define_tpl_struct.expression_semantics"></a><h5>
-<a name="id1006654"></a>
+<a name="id890601"></a>
         <a class="link" href="define_tpl_struct.html#fusion.adapted.define_tpl_struct.expression_semantics">Expression
         Semantics</a>
       </h5>
@@ -183,14 +183,14 @@
 </tbody>
 </table></div>
 <a name="fusion.adapted.define_tpl_struct.header"></a><h5>
-<a name="id1007081"></a>
+<a name="id891192"></a>
         <a class="link" href="define_tpl_struct.html#fusion.adapted.define_tpl_struct.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">adapted</span><span class="special">/</span><span class="keyword">struct</span><span class="special">/</span><span class="identifier">define_struct</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">define_struct</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.adapted.define_tpl_struct.example"></a><h5>
-<a name="id1007196"></a>
+<a name="id891356"></a>
         <a class="link" href="define_tpl_struct.html#fusion.adapted.define_tpl_struct.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="comment">// Any instantiated demo::employee is a Fusion sequence

Modified: trunk/libs/fusion/doc/html/fusion/adapted/mpl_sequence.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/adapted/mpl_sequence.html (original)
+++ trunk/libs/fusion/doc/html/fusion/adapted/mpl_sequence.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>mpl sequence</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../adapted.html" title="Adapted">
 <link rel="prev" href="std__pair.html" title="std::pair">
@@ -32,35 +32,35 @@
         sequences fully conforming fusion sequences.
       </p>
 <a name="fusion.adapted.mpl_sequence.header"></a><h5>
-<a name="id993987"></a>
+<a name="id879893"></a>
         <a class="link" href="mpl_sequence.html#fusion.adapted.mpl_sequence.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">adapted</span><span class="special">/</span><span class="identifier">mpl</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">mpl</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.adapted.mpl_sequence.model_of"></a><h5>
-<a name="id994095"></a>
+<a name="id880048"></a>
         <a class="link" href="mpl_sequence.html#fusion.adapted.mpl_sequence.model_of">Model of</a>
       </h5>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
-<a class="link" href="../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward Sequence</a>
- (If the MPL
- sequence is a forward sequence.)
- </li>
+ <a class="link" href="../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward Sequence</a>
+ (If the MPL
+ sequence is a forward sequence.)
+ </li>
 <li class="listitem">
-<a class="link" href="../sequence/concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
- Sequence</a> (If the MPL
- sequence is a bidirectional sequence.)
- </li>
+ <a class="link" href="../sequence/concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
+ Sequence</a> (If the MPL
+ sequence is a bidirectional sequence.)
+ </li>
 <li class="listitem">
-<a class="link" href="../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
- Access Sequence</a> (If the MPL
- sequence is a random access sequence.)
- </li>
+ <a class="link" href="../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
+ Access Sequence</a> (If the MPL
+ sequence is a random access sequence.)
+ </li>
 </ul></div>
 <a name="fusion.adapted.mpl_sequence.example"></a><h5>
-<a name="id994154"></a>
+<a name="id880149"></a>
         <a class="link" href="mpl_sequence.html#fusion.adapted.mpl_sequence.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">vector_c</span><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="number">123</span><span class="special">,</span> <span class="number">456</span><span class="special">&gt;</span> <span class="identifier">vec_c</span><span class="special">;</span>
@@ -73,7 +73,7 @@
 <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <a class="link" href="../sequence/intrinsic/functions/at_c.html" title="at_c"><code class="computeroutput"><span class="identifier">at_c</span></code></a><span class="special">&lt;</span><span class="number">1</span><span class="special">&gt;(</span><span class="identifier">v</span><span class="special">)</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
 </pre>
 <a name="fusion.adapted.mpl_sequence.see_also"></a><h5>
-<a name="id994574"></a>
+<a name="id880735"></a>
         <a class="link" href="mpl_sequence.html#fusion.adapted.mpl_sequence.see_also">See also</a>
       </h5>
 <p>

Modified: trunk/libs/fusion/doc/html/fusion/adapted/std__pair.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/adapted/std__pair.html (original)
+++ trunk/libs/fusion/doc/html/fusion/adapted/std__pair.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>std::pair</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../adapted.html" title="Adapted">
 <link rel="prev" href="array.html" title="Array">
@@ -33,20 +33,22 @@
         Access Sequence</a>.
       </p>
 <a name="fusion.adapted.std__pair.header"></a><h5>
-<a name="id993517"></a>
+<a name="id879211"></a>
         <a class="link" href="std__pair.html#fusion.adapted.std__pair.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">adapted</span><span class="special">/</span><span class="identifier">std_pair</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">std_pair</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.adapted.std__pair.model_of"></a><h5>
-<a name="id993625"></a>
+<a name="id879366"></a>
         <a class="link" href="std__pair.html#fusion.adapted.std__pair.model_of">Model of</a>
       </h5>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><a class="link" href="../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
- Access Sequence</a></li></ul></div>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ <a class="link" href="../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
+ Access Sequence</a>
+ </li></ul></div>
 <a name="fusion.adapted.std__pair.example"></a><h5>
-<a name="id993650"></a>
+<a name="id879409"></a>
         <a class="link" href="std__pair.html#fusion.adapted.std__pair.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">&gt;</span> <span class="identifier">p</span><span class="special">(</span><span class="number">123</span><span class="special">,</span> <span class="string">"Hola!!!"</span><span class="special">);</span>
@@ -55,7 +57,7 @@
 <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="identifier">p</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
 </pre>
 <a name="fusion.adapted.std__pair.see_also"></a><h5>
-<a name="id993901"></a>
+<a name="id879759"></a>
         <a class="link" href="std__pair.html#fusion.adapted.std__pair.see_also">See also</a>
       </h5>
 <p>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Algorithm</title>
 <link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="prev" href="adapted/define_assoc_tpl_struct.html" title="BOOST_FUSION_DEFINE_ASSOC_TPL_STRUCT">
@@ -44,7 +44,7 @@
 </dl></dd>
 </dl></div>
 <a name="fusion.algorithm.lazy_evaluation"></a><h4>
-<a name="id1009859"></a>
+<a name="id894343"></a>
       <a class="link" href="algorithm.html#fusion.algorithm.lazy_evaluation">Lazy Evaluation</a>
     </h4>
 <p>
@@ -67,7 +67,7 @@
       as we want without incurring a high runtime penalty.
     </p>
 <a name="fusion.algorithm.sequence_extension"></a><h4>
-<a name="id1009935"></a>
+<a name="id894484"></a>
       <a class="link" href="algorithm.html#fusion.algorithm.sequence_extension">Sequence Extension</a>
     </h4>
 <p>
@@ -90,7 +90,7 @@
       functions to convert back to the original sequence type.
     </p>
 <a name="fusion.algorithm.header"></a><h4>
-<a name="id1011178"></a>
+<a name="id894711"></a>
       <a class="link" href="algorithm.html#fusion.algorithm.header">Header</a>
     </h4>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/iteration.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/iteration.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/iteration.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Iteration</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../algorithm.html" title="Algorithm">
 <link rel="prev" href="../algorithm.html" title="Algorithm">
@@ -35,7 +35,7 @@
         a sequence repeatedly applying an operation to its elements.
       </p>
 <a name="fusion.algorithm.iteration.header"></a><h5>
-<a name="id1011292"></a>
+<a name="id894880"></a>
         <a class="link" href="iteration.html#fusion.algorithm.iteration.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">iteration</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Functions</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../iteration.html" title="Iteration">
 <link rel="prev" href="../iteration.html" title="Iteration">

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions/accumulate.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions/accumulate.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions/accumulate.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>accumulate</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="fold.html" title="fold">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.iteration.functions.accumulate"></a><a class="link" href="accumulate.html" title="accumulate">accumulate</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.iteration.functions.accumulate.description"></a><h6>
-<a name="id1012669"></a>
+<a name="id896832"></a>
             <a class="link" href="accumulate.html#fusion.algorithm.iteration.functions.accumulate.description">Description</a>
           </h6>
 <p>
@@ -41,7 +41,7 @@
             the first call) and each element of <code class="computeroutput"><span class="identifier">seq</span></code>.
           </p>
 <a name="fusion.algorithm.iteration.functions.accumulate.synopsis"></a><h6>
-<a name="id1012743"></a>
+<a name="id896947"></a>
             <a class="link" href="accumulate.html#fusion.algorithm.iteration.functions.accumulate.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -53,7 +53,7 @@
     <span class="identifier">Sequence</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">State</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">initial_state</span><span class="special">,</span> <span class="identifier">F</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">f</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1012929"></a><p class="title"><b>Table&#160;1.38.&#160;Parameters</b></p>
+<a name="id897205"></a><p class="title"><b>Table&#160;1.38.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -141,7 +141,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.iteration.functions.accumulate.expression_semantics"></a><h6>
-<a name="id1013238"></a>
+<a name="id897626"></a>
             <a class="link" href="accumulate.html#fusion.algorithm.iteration.functions.accumulate.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -156,21 +156,21 @@
             are the elements of <code class="computeroutput"><span class="identifier">seq</span></code>.
           </p>
 <a name="fusion.algorithm.iteration.functions.accumulate.complexity"></a><h6>
-<a name="id1014555"></a>
+<a name="id897839"></a>
             <a class="link" href="accumulate.html#fusion.algorithm.iteration.functions.accumulate.complexity">Complexity</a>
           </h6>
 <p>
             Linear, exactly <code class="computeroutput"><a class="link" href="../../../sequence/intrinsic/metafunctions/size.html" title="size"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">size</span></code></a><span class="special">&lt;</span><span class="identifier">Sequence</span><span class="special">&gt;::</span><span class="identifier">value</span></code> applications of <code class="computeroutput"><span class="identifier">f</span></code>.
           </p>
 <a name="fusion.algorithm.iteration.functions.accumulate.header"></a><h6>
-<a name="id1014615"></a>
+<a name="id897932"></a>
             <a class="link" href="accumulate.html#fusion.algorithm.iteration.functions.accumulate.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">iteration</span><span class="special">/</span><span class="identifier">accumulate</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">accumulate</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.iteration.functions.accumulate.example"></a><h6>
-<a name="id1014730"></a>
+<a name="id898098"></a>
             <a class="link" href="accumulate.html#fusion.algorithm.iteration.functions.accumulate.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">make_string</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions/fold.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions/fold.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions/fold.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>fold</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="../functions.html" title="Functions">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.iteration.functions.fold"></a><a class="link" href="fold.html" title="fold">fold</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.iteration.functions.fold.description"></a><h6>
-<a name="id1011420"></a>
+<a name="id895073"></a>
             <a class="link" href="fold.html#fusion.algorithm.iteration.functions.fold.description">Description</a>
           </h6>
 <p>
@@ -38,7 +38,7 @@
             if it is the first call) and each element of <code class="computeroutput"><span class="identifier">seq</span></code>.
           </p>
 <a name="fusion.algorithm.iteration.functions.fold.synopsis"></a><h6>
-<a name="id1011489"></a>
+<a name="id895186"></a>
             <a class="link" href="fold.html#fusion.algorithm.iteration.functions.fold.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -50,7 +50,7 @@
     <span class="identifier">Sequence</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">State</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">initial_state</span><span class="special">,</span> <span class="identifier">F</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">f</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1011673"></a><p class="title"><b>Table&#160;1.37.&#160;Parameters</b></p>
+<a name="id895441"></a><p class="title"><b>Table&#160;1.37.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -138,7 +138,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.iteration.functions.fold.expression_semantics"></a><h6>
-<a name="id1011984"></a>
+<a name="id895861"></a>
             <a class="link" href="fold.html#fusion.algorithm.iteration.functions.fold.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -153,21 +153,21 @@
             are the elements of <code class="computeroutput"><span class="identifier">seq</span></code>.
           </p>
 <a name="fusion.algorithm.iteration.functions.fold.complexity"></a><h6>
-<a name="id1012135"></a>
+<a name="id896074"></a>
             <a class="link" href="fold.html#fusion.algorithm.iteration.functions.fold.complexity">Complexity</a>
           </h6>
 <p>
             Linear, exactly <code class="computeroutput"><a class="link" href="../../../sequence/intrinsic/metafunctions/size.html" title="size"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">size</span></code></a><span class="special">&lt;</span><span class="identifier">Sequence</span><span class="special">&gt;::</span><span class="identifier">value</span></code> applications of <code class="computeroutput"><span class="identifier">f</span></code>.
           </p>
 <a name="fusion.algorithm.iteration.functions.fold.header"></a><h6>
-<a name="id1012192"></a>
+<a name="id896167"></a>
             <a class="link" href="fold.html#fusion.algorithm.iteration.functions.fold.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">iteration</span><span class="special">/</span><span class="identifier">fold</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">fold</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.iteration.functions.fold.example"></a><h6>
-<a name="id1012308"></a>
+<a name="id896333"></a>
             <a class="link" href="fold.html#fusion.algorithm.iteration.functions.fold.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">make_string</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions/for_each.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions/for_each.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions/for_each.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>for_each</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="accumulate.html" title="accumulate">
@@ -27,14 +27,14 @@
 <a name="fusion.algorithm.iteration.functions.for_each"></a><a class="link" href="for_each.html" title="for_each">for_each</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.iteration.functions.for_each.description"></a><h6>
-<a name="id1015092"></a>
+<a name="id898595"></a>
             <a class="link" href="for_each.html#fusion.algorithm.iteration.functions.for_each.description">Description</a>
           </h6>
 <p>
             Applies a unary function object to each element of a sequence.
           </p>
 <a name="fusion.algorithm.iteration.functions.for_each.synopsis"></a><h6>
-<a name="id1015111"></a>
+<a name="id898623"></a>
             <a class="link" href="for_each.html#fusion.algorithm.iteration.functions.for_each.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -45,7 +45,7 @@
     <span class="identifier">Sequence</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">F</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">f</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1015251"></a><p class="title"><b>Table&#160;1.39.&#160;Parameters</b></p>
+<a name="id898822"></a><p class="title"><b>Table&#160;1.39.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -112,7 +112,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.iteration.functions.for_each.expression_semantics"></a><h6>
-<a name="id1015407"></a>
+<a name="id899029"></a>
             <a class="link" href="for_each.html#fusion.algorithm.iteration.functions.for_each.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -126,21 +126,21 @@
             in <code class="computeroutput"><span class="identifier">seq</span></code>.
           </p>
 <a name="fusion.algorithm.iteration.functions.for_each.complexity"></a><h6>
-<a name="id1015512"></a>
+<a name="id899183"></a>
             <a class="link" href="for_each.html#fusion.algorithm.iteration.functions.for_each.complexity">Complexity</a>
           </h6>
 <p>
             Linear, exactly <code class="computeroutput"><a class="link" href="../../../sequence/intrinsic/metafunctions/size.html" title="size"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">size</span></code></a><span class="special">&lt;</span><span class="identifier">Sequence</span><span class="special">&gt;::</span><span class="identifier">value</span></code> applications of <code class="computeroutput"><span class="identifier">f</span></code>.
           </p>
 <a name="fusion.algorithm.iteration.functions.for_each.header"></a><h6>
-<a name="id1015572"></a>
+<a name="id899277"></a>
             <a class="link" href="for_each.html#fusion.algorithm.iteration.functions.for_each.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">iteration</span><span class="special">/</span><span class="identifier">for_each</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">for_each</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.iteration.functions.for_each.example"></a><h6>
-<a name="id1015687"></a>
+<a name="id899444"></a>
             <a class="link" href="for_each.html#fusion.algorithm.iteration.functions.for_each.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">increment</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Metafunctions</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../iteration.html" title="Iteration">
 <link rel="prev" href="functions/for_each.html" title="for_each">

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/accumulate.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/accumulate.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/accumulate.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>accumulate</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="fold.html" title="fold">
@@ -27,14 +27,14 @@
 <a name="fusion.algorithm.iteration.metafunctions.accumulate"></a><a class="link" href="accumulate.html" title="accumulate">accumulate</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.iteration.metafunctions.accumulate.description"></a><h6>
-<a name="id1016646"></a>
+<a name="id900807"></a>
             <a class="link" href="accumulate.html#fusion.algorithm.iteration.metafunctions.accumulate.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/accumulate.html" title="accumulate"><code class="computeroutput"><span class="identifier">accumulate</span></code></a>.
           </p>
 <a name="fusion.algorithm.iteration.metafunctions.accumulate.synopsis"></a><h6>
-<a name="id1018014"></a>
+<a name="id900854"></a>
             <a class="link" href="accumulate.html#fusion.algorithm.iteration.metafunctions.accumulate.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -47,7 +47,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1018114"></a><p class="title"><b>Table&#160;1.41.&#160;Parameters</b></p>
+<a name="id900987"></a><p class="title"><b>Table&#160;1.41.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -132,7 +132,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.iteration.metafunctions.accumulate.expression_semantics"></a><h6>
-<a name="id1018381"></a>
+<a name="id901349"></a>
             <a class="link" href="accumulate.html#fusion.algorithm.iteration.metafunctions.accumulate.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -149,14 +149,14 @@
             and binary function object or function pointer of type <code class="computeroutput"><span class="identifier">F</span></code>.
           </p>
 <a name="fusion.algorithm.iteration.metafunctions.accumulate.complexity"></a><h6>
-<a name="id1018494"></a>
+<a name="id901522"></a>
             <a class="link" href="accumulate.html#fusion.algorithm.iteration.metafunctions.accumulate.complexity">Complexity</a>
           </h6>
 <p>
             Linear, exactly <code class="computeroutput"><a class="link" href="../../../sequence/intrinsic/metafunctions/size.html" title="size"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">size</span></code></a><span class="special">&lt;</span><span class="identifier">Sequence</span><span class="special">&gt;::</span><span class="identifier">value</span></code> applications of <code class="computeroutput"><span class="identifier">F</span></code>.
           </p>
 <a name="fusion.algorithm.iteration.metafunctions.accumulate.header"></a><h6>
-<a name="id1018556"></a>
+<a name="id901615"></a>
             <a class="link" href="accumulate.html#fusion.algorithm.iteration.metafunctions.accumulate.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">iteration</span><span class="special">/</span><span class="identifier">accumulate</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/fold.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/fold.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/fold.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>fold</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="../metafunctions.html" title="Metafunctions">
@@ -27,14 +27,14 @@
 <a name="fusion.algorithm.iteration.metafunctions.fold"></a><a class="link" href="fold.html" title="fold">fold</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.iteration.metafunctions.fold.description"></a><h6>
-<a name="id1015951"></a>
+<a name="id899818"></a>
             <a class="link" href="fold.html#fusion.algorithm.iteration.metafunctions.fold.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/fold.html" title="fold"><code class="computeroutput"><span class="identifier">fold</span></code></a>.
           </p>
 <a name="fusion.algorithm.iteration.metafunctions.fold.synopsis"></a><h6>
-<a name="id1015980"></a>
+<a name="id899864"></a>
             <a class="link" href="fold.html#fusion.algorithm.iteration.metafunctions.fold.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -47,7 +47,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1016077"></a><p class="title"><b>Table&#160;1.40.&#160;Parameters</b></p>
+<a name="id899997"></a><p class="title"><b>Table&#160;1.40.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -132,7 +132,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.iteration.metafunctions.fold.expression_semantics"></a><h6>
-<a name="id1016344"></a>
+<a name="id900358"></a>
             <a class="link" href="fold.html#fusion.algorithm.iteration.metafunctions.fold.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -149,14 +149,14 @@
             and binary function object or function pointer of type <code class="computeroutput"><span class="identifier">F</span></code>.
           </p>
 <a name="fusion.algorithm.iteration.metafunctions.fold.complexity"></a><h6>
-<a name="id1016457"></a>
+<a name="id900528"></a>
             <a class="link" href="fold.html#fusion.algorithm.iteration.metafunctions.fold.complexity">Complexity</a>
           </h6>
 <p>
             Linear, exactly <code class="computeroutput"><a class="link" href="../../../sequence/intrinsic/metafunctions/size.html" title="size"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">size</span></code></a><span class="special">&lt;</span><span class="identifier">Sequence</span><span class="special">&gt;::</span><span class="identifier">value</span></code> applications of <code class="computeroutput"><span class="identifier">F</span></code>.
           </p>
 <a name="fusion.algorithm.iteration.metafunctions.fold.header"></a><h6>
-<a name="id1016517"></a>
+<a name="id900622"></a>
             <a class="link" href="fold.html#fusion.algorithm.iteration.metafunctions.fold.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">iteration</span><span class="special">/</span><span class="identifier">fold</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/for_each.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/for_each.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/for_each.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>for_each</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="accumulate.html" title="accumulate">
@@ -31,11 +31,11 @@
             return type of <a class="link" href="../functions/for_each.html" title="for_each"><code class="computeroutput"><span class="identifier">for_each</span></code></a> is always <code class="computeroutput"><span class="keyword">void</span></code>.
           </p>
 <a name="fusion.algorithm.iteration.metafunctions.for_each.description"></a><h6>
-<a name="id1018717"></a>
+<a name="id901855"></a>
             <a class="link" href="for_each.html#fusion.algorithm.iteration.metafunctions.for_each.description">Description</a>
           </h6>
 <a name="fusion.algorithm.iteration.metafunctions.for_each.synopsis"></a><h6>
-<a name="id1018735"></a>
+<a name="id901879"></a>
             <a class="link" href="for_each.html#fusion.algorithm.iteration.metafunctions.for_each.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -48,7 +48,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1018824"></a><p class="title"><b>Table&#160;1.42.&#160;Parameters</b></p>
+<a name="id901998"></a><p class="title"><b>Table&#160;1.42.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -112,7 +112,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.iteration.metafunctions.for_each.expression_semantics"></a><h6>
-<a name="id1018943"></a>
+<a name="id902145"></a>
             <a class="link" href="for_each.html#fusion.algorithm.iteration.metafunctions.for_each.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -129,14 +129,14 @@
             return type is always <code class="computeroutput"><span class="keyword">void</span></code>.
           </p>
 <a name="fusion.algorithm.iteration.metafunctions.for_each.complexity"></a><h6>
-<a name="id1019057"></a>
+<a name="id902323"></a>
             <a class="link" href="for_each.html#fusion.algorithm.iteration.metafunctions.for_each.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithm.iteration.metafunctions.for_each.header"></a><h6>
-<a name="id1019078"></a>
+<a name="id902351"></a>
             <a class="link" href="for_each.html#fusion.algorithm.iteration.metafunctions.for_each.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">iteration</span><span class="special">/</span><span class="identifier">for_each</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Query</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../algorithm.html" title="Algorithm">
 <link rel="prev" href="iteration/metafunctions/for_each.html" title="for_each">
@@ -34,7 +34,7 @@
         The query algorithms provide support for searching and analyzing sequences.
       </p>
 <a name="fusion.algorithm.query.header"></a><h5>
-<a name="id1019213"></a>
+<a name="id902544"></a>
         <a class="link" href="query.html#fusion.algorithm.query.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/functions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/functions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/functions.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Functions</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../query.html" title="Query">
 <link rel="prev" href="../query.html" title="Query">

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/all.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/all.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/all.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>all</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="any.html" title="any">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.query.functions.all"></a><a class="link" href="all.html" title="all">all</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.query.functions.all.description"></a><h6>
-<a name="id1020485"></a>
+<a name="id903980"></a>
             <a class="link" href="all.html#fusion.algorithm.query.functions.all.description">Description</a>
           </h6>
 <p>
@@ -38,7 +38,7 @@
             element of <code class="computeroutput"><span class="identifier">seq</span></code>.
           </p>
 <a name="fusion.algorithm.query.functions.all.synopsis"></a><h6>
-<a name="id1020538"></a>
+<a name="id904067"></a>
             <a class="link" href="all.html#fusion.algorithm.query.functions.all.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -49,7 +49,7 @@
     <span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">F</span> <span class="identifier">f</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1020673"></a><p class="title"><b>Table&#160;1.44.&#160;Parameters</b></p>
+<a name="id904258"></a><p class="title"><b>Table&#160;1.44.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -116,7 +116,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.query.functions.all.expression_semantics"></a><h6>
-<a name="id1020835"></a>
+<a name="id904465"></a>
             <a class="link" href="all.html#fusion.algorithm.query.functions.all.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -132,21 +132,21 @@
             element <code class="computeroutput"><span class="identifier">e</span></code> in <code class="computeroutput"><span class="identifier">seq</span></code>.
           </p>
 <a name="fusion.algorithm.query.functions.all.complexity"></a><h6>
-<a name="id1020947"></a>
+<a name="id904634"></a>
             <a class="link" href="all.html#fusion.algorithm.query.functions.all.complexity">Complexity</a>
           </h6>
 <p>
             Linear. At most <code class="computeroutput"><a class="link" href="../../../sequence/intrinsic/metafunctions/size.html" title="size"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">size</span></code></a><span class="special">&lt;</span><span class="identifier">Sequence</span><span class="special">&gt;::</span><span class="identifier">value</span></code> comparisons.
           </p>
 <a name="fusion.algorithm.query.functions.all.header"></a><h6>
-<a name="id1020997"></a>
+<a name="id904714"></a>
             <a class="link" href="all.html#fusion.algorithm.query.functions.all.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">/</span><span class="identifier">all</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">all</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.query.functions.all.example"></a><h6>
-<a name="id1021112"></a>
+<a name="id904880"></a>
             <a class="link" href="all.html#fusion.algorithm.query.functions.all.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">odd</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/any.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/any.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/any.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>any</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="../functions.html" title="Functions">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.query.functions.any"></a><a class="link" href="any.html" title="any">any</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.query.functions.any.description"></a><h6>
-<a name="id1019340"></a>
+<a name="id902734"></a>
             <a class="link" href="any.html#fusion.algorithm.query.functions.any.description">Description</a>
           </h6>
 <p>
@@ -38,7 +38,7 @@
             least one element of <code class="computeroutput"><span class="identifier">seq</span></code>.
           </p>
 <a name="fusion.algorithm.query.functions.any.synopsis"></a><h6>
-<a name="id1019393"></a>
+<a name="id902820"></a>
             <a class="link" href="any.html#fusion.algorithm.query.functions.any.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -49,7 +49,7 @@
     <span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">F</span> <span class="identifier">f</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1019528"></a><p class="title"><b>Table&#160;1.43.&#160;Parameters</b></p>
+<a name="id903010"></a><p class="title"><b>Table&#160;1.43.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -116,7 +116,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.query.functions.any.expression_semantics"></a><h6>
-<a name="id1019689"></a>
+<a name="id903218"></a>
             <a class="link" href="any.html#fusion.algorithm.query.functions.any.expression_semantics">Expression
             semantics</a>
           </h6>
@@ -132,21 +132,21 @@
             element <code class="computeroutput"><span class="identifier">e</span></code> in <code class="computeroutput"><span class="identifier">seq</span></code>.
           </p>
 <a name="fusion.algorithm.query.functions.any.complexity"></a><h6>
-<a name="id1019801"></a>
+<a name="id903384"></a>
             <a class="link" href="any.html#fusion.algorithm.query.functions.any.complexity">Complexity</a>
           </h6>
 <p>
             Linear. At most <code class="computeroutput"><a class="link" href="../../../sequence/intrinsic/metafunctions/size.html" title="size"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">size</span></code></a><span class="special">&lt;</span><span class="identifier">Sequence</span><span class="special">&gt;::</span><span class="identifier">value</span></code> comparisons.
           </p>
 <a name="fusion.algorithm.query.functions.any.header"></a><h6>
-<a name="id1019851"></a>
+<a name="id903465"></a>
             <a class="link" href="any.html#fusion.algorithm.query.functions.any.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">/</span><span class="identifier">any</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">any</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.query.functions.any.example"></a><h6>
-<a name="id1019966"></a>
+<a name="id903630"></a>
             <a class="link" href="any.html#fusion.algorithm.query.functions.any.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">odd</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/count.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/count.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/count.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>count</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="find_if.html" title="find_if">
@@ -27,14 +27,14 @@
 <a name="fusion.algorithm.query.functions.count"></a><a class="link" href="count.html" title="count">count</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.query.functions.count.description"></a><h6>
-<a name="id1023809"></a>
+<a name="id908737"></a>
             <a class="link" href="count.html#fusion.algorithm.query.functions.count.description">Description</a>
           </h6>
 <p>
             Returns the number of elements of a given type within a sequence.
           </p>
 <a name="fusion.algorithm.query.functions.count.synopsis"></a><h6>
-<a name="id1023826"></a>
+<a name="id908767"></a>
             <a class="link" href="count.html#fusion.algorithm.query.functions.count.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -45,7 +45,7 @@
     <span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">T</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">t</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1023971"></a><p class="title"><b>Table&#160;1.48.&#160;Parameters</b></p>
+<a name="id908970"></a><p class="title"><b>Table&#160;1.48.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -113,7 +113,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.query.functions.count.expression_semantics"></a><h6>
-<a name="id1024132"></a>
+<a name="id909175"></a>
             <a class="link" href="count.html#fusion.algorithm.query.functions.count.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -128,21 +128,21 @@
             <code class="computeroutput"><span class="identifier">t</span></code> in <code class="computeroutput"><span class="identifier">seq</span></code>.
           </p>
 <a name="fusion.algorithm.query.functions.count.complexity"></a><h6>
-<a name="id1024226"></a>
+<a name="id909316"></a>
             <a class="link" href="count.html#fusion.algorithm.query.functions.count.complexity">Complexity</a>
           </h6>
 <p>
             Linear. At most <code class="computeroutput"><a class="link" href="../../../sequence/intrinsic/metafunctions/size.html" title="size"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">size</span></code></a><span class="special">&lt;</span><span class="identifier">Sequence</span><span class="special">&gt;::</span><span class="identifier">value</span></code> comparisons.
           </p>
 <a name="fusion.algorithm.query.functions.count.header"></a><h6>
-<a name="id1024276"></a>
+<a name="id909398"></a>
             <a class="link" href="count.html#fusion.algorithm.query.functions.count.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">/</span><span class="identifier">count</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">count</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.query.functions.count.example"></a><h6>
-<a name="id1024391"></a>
+<a name="id909563"></a>
             <a class="link" href="count.html#fusion.algorithm.query.functions.count.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">const</span> <a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">double</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1.0</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/count_if.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/count_if.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/count_if.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>count_if</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="count.html" title="count">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.query.functions.count_if"></a><a class="link" href="count_if.html" title="count_if">count_if</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.query.functions.count_if.description"></a><h6>
-<a name="id1024537"></a>
+<a name="id909774"></a>
             <a class="link" href="count_if.html#fusion.algorithm.query.functions.count_if.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             a given unary function object evaluates to <code class="computeroutput"><span class="keyword">true</span></code>.
           </p>
 <a name="fusion.algorithm.query.functions.count_if.synopsis"></a><h6>
-<a name="id1024561"></a>
+<a name="id909817"></a>
             <a class="link" href="count_if.html#fusion.algorithm.query.functions.count_if.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@
     <span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">F</span> <span class="identifier">f</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1024697"></a><p class="title"><b>Table&#160;1.49.&#160;Parameters</b></p>
+<a name="id910010"></a><p class="title"><b>Table&#160;1.49.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -113,7 +113,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.query.functions.count_if.expression_semantics"></a><h6>
-<a name="id1026498"></a>
+<a name="id910217"></a>
             <a class="link" href="count_if.html#fusion.algorithm.query.functions.count_if.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -127,21 +127,21 @@
             in <code class="computeroutput"><span class="identifier">seq</span></code> where <code class="computeroutput"><span class="identifier">f</span></code> evaluates to <code class="computeroutput"><span class="keyword">true</span></code>.
           </p>
 <a name="fusion.algorithm.query.functions.count_if.complexity"></a><h6>
-<a name="id1026592"></a>
+<a name="id910358"></a>
             <a class="link" href="count_if.html#fusion.algorithm.query.functions.count_if.complexity">Complexity</a>
           </h6>
 <p>
             Linear. At most <code class="computeroutput"><a class="link" href="../../../sequence/intrinsic/metafunctions/size.html" title="size"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">size</span></code></a><span class="special">&lt;</span><span class="identifier">Sequence</span><span class="special">&gt;::</span><span class="identifier">value</span></code> comparisons.
           </p>
 <a name="fusion.algorithm.query.functions.count_if.header"></a><h6>
-<a name="id1026642"></a>
+<a name="id910438"></a>
             <a class="link" href="count_if.html#fusion.algorithm.query.functions.count_if.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">/</span><span class="identifier">count_if</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">count_if</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.query.functions.count_if.example"></a><h6>
-<a name="id1026758"></a>
+<a name="id910604"></a>
             <a class="link" href="count_if.html#fusion.algorithm.query.functions.count_if.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">const</span> <a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/find.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/find.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/find.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>find</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="none.html" title="none">
@@ -27,14 +27,14 @@
 <a name="fusion.algorithm.query.functions.find"></a><a class="link" href="find.html" title="find">find</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.query.functions.find.description"></a><h6>
-<a name="id1022260"></a>
+<a name="id906520"></a>
             <a class="link" href="find.html#fusion.algorithm.query.functions.find.description">Description</a>
           </h6>
 <p>
             Finds the first element of a given type within a sequence.
           </p>
 <a name="fusion.algorithm.query.functions.find.synopsis"></a><h6>
-<a name="id1022276"></a>
+<a name="id906550"></a>
             <a class="link" href="find.html#fusion.algorithm.query.functions.find.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -50,7 +50,7 @@
 <span class="emphasis"><em>unspecified</em></span> <span class="identifier">find</span><span class="special">(</span><span class="identifier">Sequence</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1022422"></a><p class="title"><b>Table&#160;1.46.&#160;Parameters</b></p>
+<a name="id906747"></a><p class="title"><b>Table&#160;1.46.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -114,7 +114,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.query.functions.find.expression_semantics"></a><h6>
-<a name="id1022543"></a>
+<a name="id906891"></a>
             <a class="link" href="find.html#fusion.algorithm.query.functions.find.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -131,21 +131,21 @@
             to <code class="computeroutput"><a class="link" href="find_if.html" title="find_if"><code class="computeroutput"><span class="identifier">find_if</span></code></a><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special">&lt;</span><span class="identifier">_</span><span class="special">,</span> <span class="identifier">T</span><span class="special">&gt;</span> <span class="special">&gt;(</span><span class="identifier">seq</span><span class="special">)</span></code>
           </p>
 <a name="fusion.algorithm.query.functions.find.complexity"></a><h6>
-<a name="id1022711"></a>
+<a name="id907141"></a>
             <a class="link" href="find.html#fusion.algorithm.query.functions.find.complexity">Complexity</a>
           </h6>
 <p>
             Linear. At most <code class="computeroutput"><a class="link" href="../../../sequence/intrinsic/metafunctions/size.html" title="size"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">size</span></code></a><span class="special">&lt;</span><span class="identifier">Sequence</span><span class="special">&gt;::</span><span class="identifier">value</span></code> comparisons.
           </p>
 <a name="fusion.algorithm.query.functions.find.header"></a><h6>
-<a name="id1022762"></a>
+<a name="id907222"></a>
             <a class="link" href="find.html#fusion.algorithm.query.functions.find.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">/</span><span class="identifier">find</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">find</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.query.functions.find.example"></a><h6>
-<a name="id1022877"></a>
+<a name="id907388"></a>
             <a class="link" href="find.html#fusion.algorithm.query.functions.find.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">const</span> <a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">char</span><span class="special">,</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">(</span><span class="char">'a'</span><span class="special">,</span><span class="char">'0'</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/find_if.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/find_if.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/find_if.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>find_if</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="find.html" title="find">
@@ -32,11 +32,11 @@
             Lambda Expression</a> evaluates to <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></code>.
           </p>
 <a name="fusion.algorithm.query.functions.find_if.description"></a><h6>
-<a name="id1023098"></a>
+<a name="id907710"></a>
             <a class="link" href="find_if.html#fusion.algorithm.query.functions.find_if.description">Description</a>
           </h6>
 <a name="fusion.algorithm.query.functions.find_if.synopsis"></a><h6>
-<a name="id1023111"></a>
+<a name="id907734"></a>
             <a class="link" href="find_if.html#fusion.algorithm.query.functions.find_if.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -52,7 +52,7 @@
 <span class="emphasis"><em>unspecified</em></span> <span class="identifier">find_if</span><span class="special">(</span><span class="identifier">Sequence</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1023256"></a><p class="title"><b>Table&#160;1.47.&#160;Parameters</b></p>
+<a name="id907932"></a><p class="title"><b>Table&#160;1.47.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -117,7 +117,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.query.functions.find_if.expression_semantics"></a><h6>
-<a name="id1023382"></a>
+<a name="id908085"></a>
             <a class="link" href="find_if.html#fusion.algorithm.query.functions.find_if.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -135,7 +135,7 @@
             if there is no such element.
           </p>
 <a name="fusion.algorithm.query.functions.find_if.complexity"></a><h6>
-<a name="id1023517"></a>
+<a name="id908292"></a>
             <a class="link" href="find_if.html#fusion.algorithm.query.functions.find_if.complexity">Complexity</a>
           </h6>
 <p>
@@ -143,14 +143,14 @@
           </p>
 <div class="orderedlist"><ol class="orderedlist" type="1">
 <li class="listitem">
- include &lt;boost/fusion/algorithm/query/find_if.hpp&gt;
- </li>
+ include &lt;boost/fusion/algorithm/query/find_if.hpp&gt;
+ </li>
 <li class="listitem">
- include &lt;boost/fusion/include/find_if.hpp&gt;
- </li>
+ include &lt;boost/fusion/include/find_if.hpp&gt;
+ </li>
 </ol></div>
 <a name="fusion.algorithm.query.functions.find_if.example"></a><h6>
-<a name="id1023580"></a>
+<a name="id908402"></a>
             <a class="link" href="find_if.html#fusion.algorithm.query.functions.find_if.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">const</span> <a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">double</span><span class="special">,</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1.0</span><span class="special">,</span><span class="number">2</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/none.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/none.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/none.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>none</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="all.html" title="all">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.query.functions.none"></a><a class="link" href="none.html" title="none">none</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.query.functions.none.description"></a><h6>
-<a name="id1021357"></a>
+<a name="id905228"></a>
             <a class="link" href="none.html#fusion.algorithm.query.functions.none.description">Description</a>
           </h6>
 <p>
@@ -38,7 +38,7 @@
             element of <code class="computeroutput"><span class="identifier">seq</span></code>.
           </p>
 <a name="fusion.algorithm.query.functions.none.synopsis"></a><h6>
-<a name="id1021410"></a>
+<a name="id905315"></a>
             <a class="link" href="none.html#fusion.algorithm.query.functions.none.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -49,7 +49,7 @@
     <span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">F</span> <span class="identifier">f</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1021546"></a><p class="title"><b>Table&#160;1.45.&#160;Parameters</b></p>
+<a name="id905506"></a><p class="title"><b>Table&#160;1.45.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -116,7 +116,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.query.functions.none.expression_semantics"></a><h6>
-<a name="id1021708"></a>
+<a name="id905714"></a>
             <a class="link" href="none.html#fusion.algorithm.query.functions.none.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -132,21 +132,21 @@
             element <code class="computeroutput"><span class="identifier">e</span></code> in <code class="computeroutput"><span class="identifier">seq</span></code>. Result equivalent to <code class="computeroutput"><span class="special">!</span><span class="identifier">any</span><span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">f</span><span class="special">)</span></code>.
           </p>
 <a name="fusion.algorithm.query.functions.none.complexity"></a><h6>
-<a name="id1021849"></a>
+<a name="id905924"></a>
             <a class="link" href="none.html#fusion.algorithm.query.functions.none.complexity">Complexity</a>
           </h6>
 <p>
             Linear. At most <code class="computeroutput"><a class="link" href="../../../sequence/intrinsic/metafunctions/size.html" title="size"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">size</span></code></a><span class="special">&lt;</span><span class="identifier">Sequence</span><span class="special">&gt;::</span><span class="identifier">value</span></code> comparisons.
           </p>
 <a name="fusion.algorithm.query.functions.none.header"></a><h6>
-<a name="id1021900"></a>
+<a name="id906005"></a>
             <a class="link" href="none.html#fusion.algorithm.query.functions.none.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">/</span><span class="identifier">none</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">none</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.query.functions.none.example"></a><h6>
-<a name="id1022015"></a>
+<a name="id906170"></a>
             <a class="link" href="none.html#fusion.algorithm.query.functions.none.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">odd</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Metafunctions</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../query.html" title="Query">
 <link rel="prev" href="functions/count_if.html" title="count_if">

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/all.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/all.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/all.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>all</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="any.html" title="any">
@@ -27,14 +27,14 @@
 <a name="fusion.algorithm.query.metafunctions.all"></a><a class="link" href="all.html" title="all">all</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.query.metafunctions.all.description"></a><h6>
-<a name="id1027415"></a>
+<a name="id911554"></a>
             <a class="link" href="all.html#fusion.algorithm.query.metafunctions.all.description">Description</a>
           </h6>
 <p>
             A metafunction returning the result type of <a class="link" href="../functions/all.html" title="all"><code class="computeroutput"><span class="identifier">all</span></code></a>.
           </p>
 <a name="fusion.algorithm.query.metafunctions.all.synopsis"></a><h6>
-<a name="id1027443"></a>
+<a name="id911601"></a>
             <a class="link" href="all.html#fusion.algorithm.query.metafunctions.all.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -47,7 +47,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1027529"></a><p class="title"><b>Table&#160;1.51.&#160;Parameters</b></p>
+<a name="id911720"></a><p class="title"><b>Table&#160;1.51.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -112,7 +112,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.query.metafunctions.all.expression_semantics"></a><h6>
-<a name="id1027655"></a>
+<a name="id911874"></a>
             <a class="link" href="all.html#fusion.algorithm.query.metafunctions.all.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -130,14 +130,14 @@
             The return type is always <code class="computeroutput"><span class="keyword">bool</span></code>.
           </p>
 <a name="fusion.algorithm.query.metafunctions.all.complexity"></a><h6>
-<a name="id1027774"></a>
+<a name="id912060"></a>
             <a class="link" href="all.html#fusion.algorithm.query.metafunctions.all.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithm.query.metafunctions.all.header"></a><h6>
-<a name="id1027791"></a>
+<a name="id912089"></a>
             <a class="link" href="all.html#fusion.algorithm.query.metafunctions.all.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">/</span><span class="identifier">all</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/any.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/any.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/any.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>any</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="../metafunctions.html" title="Metafunctions">
@@ -27,14 +27,14 @@
 <a name="fusion.algorithm.query.metafunctions.any"></a><a class="link" href="any.html" title="any">any</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.query.metafunctions.any.description"></a><h6>
-<a name="id1026914"></a>
+<a name="id910836"></a>
             <a class="link" href="any.html#fusion.algorithm.query.metafunctions.any.description">Description</a>
           </h6>
 <p>
             A metafunction returning the result type of <a class="link" href="../functions/any.html" title="any"><code class="computeroutput"><span class="identifier">any</span></code></a>.
           </p>
 <a name="fusion.algorithm.query.metafunctions.any.synopsis"></a><h6>
-<a name="id1026941"></a>
+<a name="id910882"></a>
             <a class="link" href="any.html#fusion.algorithm.query.metafunctions.any.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -47,7 +47,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1027028"></a><p class="title"><b>Table&#160;1.50.&#160;Parameters</b></p>
+<a name="id911001"></a><p class="title"><b>Table&#160;1.50.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -112,7 +112,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.query.metafunctions.any.expression_semantics"></a><h6>
-<a name="id1027154"></a>
+<a name="id911158"></a>
             <a class="link" href="any.html#fusion.algorithm.query.metafunctions.any.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -130,14 +130,14 @@
             The return type is always <code class="computeroutput"><span class="keyword">bool</span></code>.
           </p>
 <a name="fusion.algorithm.query.metafunctions.any.complexity"></a><h6>
-<a name="id1027272"></a>
+<a name="id911343"></a>
             <a class="link" href="any.html#fusion.algorithm.query.metafunctions.any.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithm.query.metafunctions.any.header"></a><h6>
-<a name="id1027289"></a>
+<a name="id911371"></a>
             <a class="link" href="any.html#fusion.algorithm.query.metafunctions.any.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">/</span><span class="identifier">any</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/count.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/count.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/count.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>count</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="find_if.html" title="find_if">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.query.metafunctions.count"></a><a class="link" href="count.html" title="count">count</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.query.metafunctions.count.description"></a><h6>
-<a name="id1030055"></a>
+<a name="id914555"></a>
             <a class="link" href="count.html#fusion.algorithm.query.metafunctions.count.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             given the sequence and search types.
           </p>
 <a name="fusion.algorithm.query.metafunctions.count.synopsis"></a><h6>
-<a name="id1030081"></a>
+<a name="id914596"></a>
             <a class="link" href="count.html#fusion.algorithm.query.metafunctions.count.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -48,7 +48,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1030167"></a><p class="title"><b>Table&#160;1.55.&#160;Parameters</b></p>
+<a name="id914715"></a><p class="title"><b>Table&#160;1.55.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -112,7 +112,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.query.metafunctions.count.expression_semantics"></a><h6>
-<a name="id1030290"></a>
+<a name="id914859"></a>
             <a class="link" href="count.html#fusion.algorithm.query.metafunctions.count.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -127,14 +127,14 @@
             <code class="computeroutput"><span class="keyword">int</span></code>.
           </p>
 <a name="fusion.algorithm.query.metafunctions.count.complexity"></a><h6>
-<a name="id1030381"></a>
+<a name="id915001"></a>
             <a class="link" href="count.html#fusion.algorithm.query.metafunctions.count.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithm.query.metafunctions.count.header"></a><h6>
-<a name="id1030398"></a>
+<a name="id915028"></a>
             <a class="link" href="count.html#fusion.algorithm.query.metafunctions.count.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">/</span><span class="identifier">count</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/count_if.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/count_if.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/count_if.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>count_if</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="count.html" title="count">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.query.metafunctions.count_if"></a><a class="link" href="count_if.html" title="count_if">count_if</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.query.metafunctions.count_if.description"></a><h6>
-<a name="id1030526"></a>
+<a name="id915212"></a>
             <a class="link" href="count_if.html#fusion.algorithm.query.metafunctions.count_if.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             given the sequence and predicate types.
           </p>
 <a name="fusion.algorithm.query.metafunctions.count_if.synopsis"></a><h6>
-<a name="id1030555"></a>
+<a name="id915254"></a>
             <a class="link" href="count_if.html#fusion.algorithm.query.metafunctions.count_if.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -48,7 +48,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1030641"></a><p class="title"><b>Table&#160;1.56.&#160;Parameters</b></p>
+<a name="id915373"></a><p class="title"><b>Table&#160;1.56.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -112,7 +112,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.query.metafunctions.count_if.expression_semantics"></a><h6>
-<a name="id1030760"></a>
+<a name="id915520"></a>
             <a class="link" href="count_if.html#fusion.algorithm.query.metafunctions.count_if.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -127,14 +127,14 @@
             always <code class="computeroutput"><span class="keyword">int</span></code>.
           </p>
 <a name="fusion.algorithm.query.metafunctions.count_if.complexity"></a><h6>
-<a name="id1030860"></a>
+<a name="id915673"></a>
             <a class="link" href="count_if.html#fusion.algorithm.query.metafunctions.count_if.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithm.query.metafunctions.count_if.header"></a><h6>
-<a name="id1030879"></a>
+<a name="id915702"></a>
             <a class="link" href="count_if.html#fusion.algorithm.query.metafunctions.count_if.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">/</span><span class="identifier">count_if</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/find.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/find.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/find.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>find</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="none.html" title="none">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.query.metafunctions.find"></a><a class="link" href="find.html" title="find">find</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.query.metafunctions.find.description"></a><h6>
-<a name="id1028418"></a>
+<a name="id912990"></a>
             <a class="link" href="find.html#fusion.algorithm.query.metafunctions.find.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             search types.
           </p>
 <a name="fusion.algorithm.query.metafunctions.find.synopsis"></a><h6>
-<a name="id1028446"></a>
+<a name="id913038"></a>
             <a class="link" href="find.html#fusion.algorithm.query.metafunctions.find.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -48,7 +48,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1028531"></a><p class="title"><b>Table&#160;1.53.&#160;Parameters</b></p>
+<a name="id913154"></a><p class="title"><b>Table&#160;1.53.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -112,7 +112,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.query.metafunctions.find.expression_semantics"></a><h6>
-<a name="id1029199"></a>
+<a name="id913299"></a>
             <a class="link" href="find.html#fusion.algorithm.query.metafunctions.find.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -129,14 +129,14 @@
             if there is no such element.
           </p>
 <a name="fusion.algorithm.query.metafunctions.find.complexity"></a><h6>
-<a name="id1029331"></a>
+<a name="id913501"></a>
             <a class="link" href="find.html#fusion.algorithm.query.metafunctions.find.complexity">Complexity</a>
           </h6>
 <p>
             Linear, at most <code class="computeroutput"><a class="link" href="../../../sequence/intrinsic/metafunctions/size.html" title="size"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">size</span></code></a><span class="special">&lt;</span><span class="identifier">Sequence</span><span class="special">&gt;::</span><span class="identifier">value</span></code> comparisons.
           </p>
 <a name="fusion.algorithm.query.metafunctions.find.header"></a><h6>
-<a name="id1029381"></a>
+<a name="id913581"></a>
             <a class="link" href="find.html#fusion.algorithm.query.metafunctions.find.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">/</span><span class="identifier">find</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/find_if.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/find_if.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/find_if.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>find_if</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="find.html" title="find">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.query.metafunctions.find_if"></a><a class="link" href="find_if.html" title="find_if">find_if</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.query.metafunctions.find_if.description"></a><h6>
-<a name="id1029510"></a>
+<a name="id913767"></a>
             <a class="link" href="find_if.html#fusion.algorithm.query.metafunctions.find_if.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             predicate types.
           </p>
 <a name="fusion.algorithm.query.metafunctions.find_if.synopsis"></a><h6>
-<a name="id1029540"></a>
+<a name="id913816"></a>
             <a class="link" href="find_if.html#fusion.algorithm.query.metafunctions.find_if.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -48,7 +48,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1029625"></a><p class="title"><b>Table&#160;1.54.&#160;Parameters</b></p>
+<a name="id913933"></a><p class="title"><b>Table&#160;1.54.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -113,7 +113,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.query.metafunctions.find_if.expression_semantics"></a><h6>
-<a name="id1029749"></a>
+<a name="id914088"></a>
             <a class="link" href="find_if.html#fusion.algorithm.query.metafunctions.find_if.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -130,14 +130,14 @@
             to true. Returns <code class="computeroutput"><a class="link" href="../../../sequence/intrinsic/metafunctions/end.html" title="end"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">end</span></code></a><span class="special">&lt;</span><span class="identifier">Sequence</span><span class="special">&gt;::</span><span class="identifier">type</span></code> if there is no such element.
           </p>
 <a name="fusion.algorithm.query.metafunctions.find_if.complexity"></a><h6>
-<a name="id1029878"></a>
+<a name="id914290"></a>
             <a class="link" href="find_if.html#fusion.algorithm.query.metafunctions.find_if.complexity">Complexity</a>
           </h6>
 <p>
             Linear. At most <code class="computeroutput"><a class="link" href="../../../sequence/intrinsic/metafunctions/size.html" title="size"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">size</span></code></a><span class="special">&lt;</span><span class="identifier">Sequence</span><span class="special">&gt;::</span><span class="identifier">value</span></code> comparisons.
           </p>
 <a name="fusion.algorithm.query.metafunctions.find_if.header"></a><h6>
-<a name="id1029929"></a>
+<a name="id914370"></a>
             <a class="link" href="find_if.html#fusion.algorithm.query.metafunctions.find_if.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">/</span><span class="identifier">find_if</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/none.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/none.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/none.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>none</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="all.html" title="all">
@@ -27,14 +27,14 @@
 <a name="fusion.algorithm.query.metafunctions.none"></a><a class="link" href="none.html" title="none">none</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.query.metafunctions.none.description"></a><h6>
-<a name="id1027917"></a>
+<a name="id912271"></a>
             <a class="link" href="none.html#fusion.algorithm.query.metafunctions.none.description">Description</a>
           </h6>
 <p>
             A metafunction returning the result type of <a class="link" href="../functions/none.html" title="none"><code class="computeroutput"><span class="identifier">none</span></code></a>.
           </p>
 <a name="fusion.algorithm.query.metafunctions.none.synopsis"></a><h6>
-<a name="id1027944"></a>
+<a name="id912318"></a>
             <a class="link" href="none.html#fusion.algorithm.query.metafunctions.none.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -47,7 +47,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1028031"></a><p class="title"><b>Table&#160;1.52.&#160;Parameters</b></p>
+<a name="id912437"></a><p class="title"><b>Table&#160;1.52.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -112,7 +112,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.query.metafunctions.none.expression_semantics"></a><h6>
-<a name="id1028157"></a>
+<a name="id912590"></a>
             <a class="link" href="none.html#fusion.algorithm.query.metafunctions.none.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -130,14 +130,14 @@
             The return type is always <code class="computeroutput"><span class="keyword">bool</span></code>.
           </p>
 <a name="fusion.algorithm.query.metafunctions.none.complexity"></a><h6>
-<a name="id1028276"></a>
+<a name="id912776"></a>
             <a class="link" href="none.html#fusion.algorithm.query.metafunctions.none.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithm.query.metafunctions.none.header"></a><h6>
-<a name="id1028292"></a>
+<a name="id912804"></a>
             <a class="link" href="none.html#fusion.algorithm.query.metafunctions.none.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">/</span><span class="identifier">none</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Transformation</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../algorithm.html" title="Algorithm">
 <link rel="prev" href="query/metafunctions/count_if.html" title="count_if">
@@ -47,7 +47,7 @@
         </p></td></tr>
 </table></div>
 <a name="fusion.algorithm.transformation.header"></a><h5>
-<a name="id1031018"></a>
+<a name="id915908"></a>
         <a class="link" href="transformation.html#fusion.algorithm.transformation.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Functions</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../transformation.html" title="Transformation">
 <link rel="prev" href="../transformation.html" title="Transformation">

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/clear.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/clear.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/clear.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>clear</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="reverse.html" title="reverse">
@@ -27,14 +27,14 @@
 <a name="fusion.algorithm.transformation.functions.clear"></a><a class="link" href="clear.html" title="clear">clear</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.functions.clear.description"></a><h6>
-<a name="id1042013"></a>
+<a name="id925684"></a>
             <a class="link" href="clear.html#fusion.algorithm.transformation.functions.clear.description">Description</a>
           </h6>
 <p>
             <a class="link" href="clear.html" title="clear"><code class="computeroutput"><span class="identifier">clear</span></code></a> returns an empty sequence.
           </p>
 <a name="fusion.algorithm.transformation.functions.clear.synposis"></a><h6>
-<a name="id1042045"></a>
+<a name="id925732"></a>
             <a class="link" href="clear.html#fusion.algorithm.transformation.functions.clear.synposis">Synposis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -43,7 +43,7 @@
 <span class="keyword">typename</span> <a class="link" href="../metafunctions/clear.html" title="clear"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">clear</span></code></a><span class="special">&lt;</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">clear</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1042153"></a><p class="title"><b>Table&#160;1.66.&#160;Parameters</b></p>
+<a name="id925884"></a><p class="title"><b>Table&#160;1.66.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -88,7 +88,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.functions.clear.expression_semantics"></a><h6>
-<a name="id1042240"></a>
+<a name="id925992"></a>
             <a class="link" href="clear.html#fusion.algorithm.transformation.functions.clear.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -103,21 +103,21 @@
             with no elements.
           </p>
 <a name="fusion.algorithm.transformation.functions.clear.complexity"></a><h6>
-<a name="id1042302"></a>
+<a name="id926086"></a>
             <a class="link" href="clear.html#fusion.algorithm.transformation.functions.clear.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithm.transformation.functions.clear.header"></a><h6>
-<a name="id1042321"></a>
+<a name="id926116"></a>
             <a class="link" href="clear.html#fusion.algorithm.transformation.functions.clear.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">clear</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">clear</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.transformation.functions.clear.example"></a><h6>
-<a name="id1042436"></a>
+<a name="id926283"></a>
             <a class="link" href="clear.html#fusion.algorithm.transformation.functions.clear.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">assert</span><span class="special">(</span><a class="link" href="clear.html" title="clear"><code class="computeroutput"><span class="identifier">clear</span></code></a><span class="special">(</span><a class="link" href="../../../container/generation/functions/make_vector.html" title="make_vector"><code class="computeroutput"><span class="identifier">make_vector</span></code></a><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">))</span> <span class="special">==</span> <a class="link" href="../../../container/generation/functions/make_vector.html" title="make_vector"><code class="computeroutput"><span class="identifier">make_vector</span></code></a><span class="special">());</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/erase.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/erase.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/erase.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>erase</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="clear.html" title="clear">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.functions.erase"></a><a class="link" href="erase.html" title="erase">erase</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.functions.erase.description"></a><h6>
-<a name="id1042538"></a>
+<a name="id926440"></a>
             <a class="link" href="erase.html#fusion.algorithm.transformation.functions.erase.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             those at a specified iterator, or between two iterators.
           </p>
 <a name="fusion.algorithm.transformation.functions.erase.synposis"></a><h6>
-<a name="id1042560"></a>
+<a name="id926471"></a>
             <a class="link" href="erase.html#fusion.algorithm.transformation.functions.erase.synposis">Synposis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -54,7 +54,7 @@
     <span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">First</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">it1</span><span class="special">,</span> <span class="identifier">Last</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">it2</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1042892"></a><p class="title"><b>Table&#160;1.67.&#160;Parameters</b></p>
+<a name="id926930"></a><p class="title"><b>Table&#160;1.67.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -138,7 +138,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.functions.erase.expression_semantics"></a><h6>
-<a name="id1043075"></a>
+<a name="id927166"></a>
             <a class="link" href="erase.html#fusion.algorithm.transformation.functions.erase.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -149,15 +149,15 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence, containing
@@ -171,15 +171,15 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence, with
@@ -187,21 +187,21 @@
             in their original order, except those in the range [<code class="computeroutput"><span class="identifier">first</span></code>,<code class="computeroutput"><span class="identifier">last</span></code>).
           </p>
 <a name="fusion.algorithm.transformation.functions.erase.complexity"></a><h6>
-<a name="id1043299"></a>
+<a name="id927522"></a>
             <a class="link" href="erase.html#fusion.algorithm.transformation.functions.erase.complexity">Complexity</a>
           </h6>
 <p>
             Constant. Returns a view which is lazily evaluated.
           </p>
 <a name="fusion.algorithm.transformation.functions.erase.header"></a><h6>
-<a name="id1043318"></a>
+<a name="id927551"></a>
             <a class="link" href="erase.html#fusion.algorithm.transformation.functions.erase.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">erase</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">erase</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.transformation.functions.erase.example"></a><h6>
-<a name="id1043434"></a>
+<a name="id927718"></a>
             <a class="link" href="erase.html#fusion.algorithm.transformation.functions.erase.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">const</span> <a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">double</span><span class="special">,</span> <span class="keyword">char</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2.0</span><span class="special">,</span> <span class="char">'c'</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/erase_key.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/erase_key.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/erase_key.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>erase_key</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="erase.html" title="erase">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.functions.erase_key"></a><a class="link" href="erase_key.html" title="erase_key">erase_key</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.functions.erase_key.description"></a><h6>
-<a name="id1043737"></a>
+<a name="id928169"></a>
             <a class="link" href="erase_key.html#fusion.algorithm.transformation.functions.erase_key.description">Description</a>
           </h6>
 <p>
@@ -39,7 +39,7 @@
             key.
           </p>
 <a name="fusion.algorithm.transformation.functions.erase_key.synposis"></a><h6>
-<a name="id1043785"></a>
+<a name="id928248"></a>
             <a class="link" href="erase_key.html#fusion.algorithm.transformation.functions.erase_key.synposis">Synposis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -49,7 +49,7 @@
 <span class="keyword">typename</span> <a class="link" href="../metafunctions/erase_key.html" title="erase_key"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">erase_key</span></code></a><span class="special">&lt;</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">Key</span><span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">erase_key</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1043915"></a><p class="title"><b>Table&#160;1.68.&#160;Parameters</b></p>
+<a name="id928430"></a><p class="title"><b>Table&#160;1.68.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -114,7 +114,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.functions.erase_key.expression_semantics"></a><h6>
-<a name="id1044040"></a>
+<a name="id928586"></a>
             <a class="link" href="erase_key.html#fusion.algorithm.transformation.functions.erase_key.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -131,21 +131,21 @@
             except those with key <code class="computeroutput"><span class="identifier">Key</span></code>.
           </p>
 <a name="fusion.algorithm.transformation.functions.erase_key.complexity"></a><h6>
-<a name="id1044127"></a>
+<a name="id928724"></a>
             <a class="link" href="erase_key.html#fusion.algorithm.transformation.functions.erase_key.complexity">Complexity</a>
           </h6>
 <p>
             Constant. Returns a view which is lazily evaluated.
           </p>
 <a name="fusion.algorithm.transformation.functions.erase_key.header"></a><h6>
-<a name="id1044149"></a>
+<a name="id928752"></a>
             <a class="link" href="erase_key.html#fusion.algorithm.transformation.functions.erase_key.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">erase_key</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">erase_key</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.transformation.functions.erase_key.example"></a><h6>
-<a name="id1044815"></a>
+<a name="id928919"></a>
             <a class="link" href="erase_key.html#fusion.algorithm.transformation.functions.erase_key.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">assert</span><span class="special">(</span><a class="link" href="erase_key.html" title="erase_key"><code class="computeroutput"><span class="identifier">erase_key</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">&gt;(</span><a class="link" href="../../../container/generation/functions/make_map.html" title="make_map"><code class="computeroutput"><span class="identifier">make_map</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">long</span><span class="special">&gt;(</span><span class="char">'a'</span><span class="special">,</span> <span class="char">'b'</span><span class="special">))</span> <span class="special">==</span> <a class="link" href="../../../container/generation/functions/make_map.html" title="make_map"><code class="computeroutput"><span class="identifier">make_map</span></code></a><span class="special">&lt;
</span><span class="keyword">long</span><span class="special">&gt;(</span><span class="char">'b'</span><span class="special">));</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/filter.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/filter.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/filter.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>filter</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="../functions.html" title="Functions">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.functions.filter"></a><a class="link" href="filter.html" title="filter">filter</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.functions.filter.description"></a><h6>
-<a name="id1031148"></a>
+<a name="id916101"></a>
             <a class="link" href="filter.html#fusion.algorithm.transformation.functions.filter.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             the elements of a specified type.
           </p>
 <a name="fusion.algorithm.transformation.functions.filter.synopsis"></a><h6>
-<a name="id1031169"></a>
+<a name="id916132"></a>
             <a class="link" href="filter.html#fusion.algorithm.transformation.functions.filter.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -45,7 +45,7 @@
 <span class="keyword">typename</span> <a class="link" href="../metafunctions/filter.html" title="filter"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">filter</span></code></a><span class="special">&lt;</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">T</span><span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">filter</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1031299"></a><p class="title"><b>Table&#160;1.57.&#160;Parameters</b></p>
+<a name="id916313"></a><p class="title"><b>Table&#160;1.57.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -109,7 +109,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.functions.filter.expression_semantics"></a><h6>
-<a name="id1033604"></a>
+<a name="id916458"></a>
             <a class="link" href="filter.html#fusion.algorithm.transformation.functions.filter.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -120,15 +120,15 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a sequence containing
@@ -137,21 +137,21 @@
             to <code class="computeroutput"><a class="link" href="filter_if.html" title="filter_if"><code class="computeroutput"><span class="identifier">filter_if</span></code></a><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">same_type</span><span class="special">&lt;</span><span class="identifier">_</span><span class="special">,</span> <span class="identifier">T</span><span class="special">&gt;</span> <span class="special">&gt;(</span><span class="identifier">seq</span><span class="special">)</span></code>.
           </p>
 <a name="fusion.algorithm.transformation.functions.filter.complexity"></a><h6>
-<a name="id1033772"></a>
+<a name="id916721"></a>
             <a class="link" href="filter.html#fusion.algorithm.transformation.functions.filter.complexity">Complexity</a>
           </h6>
 <p>
             Constant. Returns a view which is lazily evaluated.
           </p>
 <a name="fusion.algorithm.transformation.functions.filter.header"></a><h6>
-<a name="id1033791"></a>
+<a name="id916750"></a>
             <a class="link" href="filter.html#fusion.algorithm.transformation.functions.filter.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">filter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">filter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.transformation.functions.filter.example"></a><h6>
-<a name="id1033909"></a>
+<a name="id916917"></a>
             <a class="link" href="filter.html#fusion.algorithm.transformation.functions.filter.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">const</span> <a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">long</span><span class="special">,</span><span class="keyword">long</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">,</span><span class="number">4</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/filter_if.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/filter_if.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/filter_if.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>filter_if</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="filter.html" title="filter">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.functions.filter_if"></a><a class="link" href="filter_if.html" title="filter_if">filter_if</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.functions.filter_if.description"></a><h6>
-<a name="id1034092"></a>
+<a name="id917179"></a>
             <a class="link" href="filter_if.html#fusion.algorithm.transformation.functions.filter_if.description">Description</a>
           </h6>
 <p>
@@ -36,7 +36,7 @@
             Lambda Expression</a> evaluates to <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></code>.
           </p>
 <a name="fusion.algorithm.transformation.functions.filter_if.synopsis"></a><h6>
-<a name="id1034150"></a>
+<a name="id917267"></a>
             <a class="link" href="filter_if.html#fusion.algorithm.transformation.functions.filter_if.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@
 <span class="keyword">typename</span> <a class="link" href="../metafunctions/filter_if.html" title="filter_if"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">filter_if</span></code></a><span class="special">&lt;</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">Pred</span><span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">filter_if</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1034280"></a><p class="title"><b>Table&#160;1.58.&#160;Parameters</b></p>
+<a name="id917450"></a><p class="title"><b>Table&#160;1.58.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -111,7 +111,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.functions.filter_if.expression_semantics"></a><h6>
-<a name="id1034403"></a>
+<a name="id917604"></a>
             <a class="link" href="filter_if.html#fusion.algorithm.transformation.functions.filter_if.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -122,15 +122,15 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a sequence containing
@@ -140,21 +140,21 @@
             is the same as in the original sequence.
           </p>
 <a name="fusion.algorithm.transformation.functions.filter_if.complexity"></a><h6>
-<a name="id1034535"></a>
+<a name="id917817"></a>
             <a class="link" href="filter_if.html#fusion.algorithm.transformation.functions.filter_if.complexity">Complexity</a>
           </h6>
 <p>
             Constant. Returns a view which is lazily evaluated.
           </p>
 <a name="fusion.algorithm.transformation.functions.filter_if.header"></a><h6>
-<a name="id1034557"></a>
+<a name="id917846"></a>
             <a class="link" href="filter_if.html#fusion.algorithm.transformation.functions.filter_if.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">filter_if</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">filter_if</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.transformation.functions.filter_if.example"></a><h6>
-<a name="id1034677"></a>
+<a name="id918014"></a>
             <a class="link" href="filter_if.html#fusion.algorithm.transformation.functions.filter_if.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">const</span> <a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">,</span><span class="keyword">double</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3.0</span><span class="special">,</span><span class="number">4.0</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/insert.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/insert.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/insert.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>insert</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="erase_key.html" title="erase_key">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.functions.insert"></a><a class="link" href="insert.html" title="insert">insert</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.functions.insert.description"></a><h6>
-<a name="id1044951"></a>
+<a name="id929119"></a>
             <a class="link" href="insert.html#fusion.algorithm.transformation.functions.insert.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             element inserted the position described by a given iterator.
           </p>
 <a name="fusion.algorithm.transformation.functions.insert.synposis"></a><h6>
-<a name="id1044973"></a>
+<a name="id929150"></a>
             <a class="link" href="insert.html#fusion.algorithm.transformation.functions.insert.synposis">Synposis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -47,7 +47,7 @@
     <span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">Pos</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">pos</span><span class="special">,</span> <span class="identifier">T</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">t</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1045168"></a><p class="title"><b>Table&#160;1.69.&#160;Parameters</b></p>
+<a name="id929419"></a><p class="title"><b>Table&#160;1.69.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -129,7 +129,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.functions.insert.expression_semantics"></a><h6>
-<a name="id1045325"></a>
+<a name="id929613"></a>
             <a class="link" href="insert.html#fusion.algorithm.transformation.functions.insert.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -140,15 +140,15 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence, containing
@@ -158,21 +158,21 @@
             <code class="computeroutput"><span class="identifier">pos</span></code>.
           </p>
 <a name="fusion.algorithm.transformation.functions.insert.complexity"></a><h6>
-<a name="id1045453"></a>
+<a name="id929815"></a>
             <a class="link" href="insert.html#fusion.algorithm.transformation.functions.insert.complexity">Complexity</a>
           </h6>
 <p>
             Constant. Returns a view which is lazily evaluated.
           </p>
 <a name="fusion.algorithm.transformation.functions.insert.header"></a><h6>
-<a name="id1045472"></a>
+<a name="id929844"></a>
             <a class="link" href="insert.html#fusion.algorithm.transformation.functions.insert.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">insert</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">insert</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.transformation.functions.insert.example"></a><h6>
-<a name="id1045589"></a>
+<a name="id930009"></a>
             <a class="link" href="insert.html#fusion.algorithm.transformation.functions.insert.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">const</span> <a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/insert_range.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/insert_range.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/insert_range.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>insert_range</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="insert.html" title="insert">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.functions.insert_range"></a><a class="link" href="insert_range.html" title="insert_range">insert_range</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.functions.insert_range.description"></a><h6>
-<a name="id1045783"></a>
+<a name="id930296"></a>
             <a class="link" href="insert_range.html#fusion.algorithm.transformation.functions.insert_range.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             iterator.
           </p>
 <a name="fusion.algorithm.transformation.functions.insert_range.synposis"></a><h6>
-<a name="id1045802"></a>
+<a name="id930326"></a>
             <a class="link" href="insert_range.html#fusion.algorithm.transformation.functions.insert_range.synposis">Synposis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -47,7 +47,7 @@
     <span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">Pos</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">pos</span><span class="special">,</span> <span class="identifier">Range</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">range</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1046000"></a><p class="title"><b>Table&#160;1.70.&#160;Parameters</b></p>
+<a name="id930595"></a><p class="title"><b>Table&#160;1.70.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -130,7 +130,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.functions.insert_range.expression_semantics"></a><h6>
-<a name="id1046162"></a>
+<a name="id930798"></a>
             <a class="link" href="insert_range.html#fusion.algorithm.transformation.functions.insert_range.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -141,15 +141,15 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence, containing
@@ -159,21 +159,21 @@
             All elements retaining their ordering from the orignal sequences.
           </p>
 <a name="fusion.algorithm.transformation.functions.insert_range.complexity"></a><h6>
-<a name="id1046287"></a>
+<a name="id931005"></a>
             <a class="link" href="insert_range.html#fusion.algorithm.transformation.functions.insert_range.complexity">Complexity</a>
           </h6>
 <p>
             Constant. Returns a view which is lazily evaluated.
           </p>
 <a name="fusion.algorithm.transformation.functions.insert_range.header"></a><h6>
-<a name="id1046306"></a>
+<a name="id931033"></a>
             <a class="link" href="insert_range.html#fusion.algorithm.transformation.functions.insert_range.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">insert_range</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">insert_range</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.transformation.functions.insert_range.example"></a><h6>
-<a name="id1046426"></a>
+<a name="id931200"></a>
             <a class="link" href="insert_range.html#fusion.algorithm.transformation.functions.insert_range.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">const</span> <a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/join.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/join.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/join.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>join</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="insert_range.html" title="insert_range">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.functions.join"></a><a class="link" href="join.html" title="join">join</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.functions.join.description"></a><h6>
-<a name="id1046648"></a>
+<a name="id931526"></a>
             <a class="link" href="join.html#fusion.algorithm.transformation.functions.join.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             first followed by the elements of the second.
           </p>
 <a name="fusion.algorithm.transformation.functions.join.synopsis"></a><h6>
-<a name="id1046667"></a>
+<a name="id931556"></a>
             <a class="link" href="join.html#fusion.algorithm.transformation.functions.join.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -44,7 +44,7 @@
 <span class="keyword">typename</span> <a class="link" href="../metafunctions/join.html" title="join"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">join</span></code></a><span class="special">&lt;</span><span class="identifier">LhSequence</span><span class="special">,</span> <span class="identifier">RhSequence</span><span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">join</span><span class="special">(</span><span class="identifier">LhSequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">lhs</span><span class="special">,</span> <span class="identifier">RhSequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">rhs</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1046810"></a><p class="title"><b>Table&#160;1.71.&#160;Parameters</b></p>
+<a name="id931760"></a><p class="title"><b>Table&#160;1.71.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -109,7 +109,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.functions.join.expression_semantics"></a><h6>
-<a name="id1046933"></a>
+<a name="id931913"></a>
             <a class="link" href="join.html#fusion.algorithm.transformation.functions.join.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -120,16 +120,16 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">lhs</span></code>
- and <code class="computeroutput"><span class="identifier">rhs</span></code> implement the
- <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">lhs</span></code>
+ and <code class="computeroutput"><span class="identifier">rhs</span></code> implement
+ the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a sequence containing
@@ -138,21 +138,21 @@
             The order of the elements is preserved.
           </p>
 <a name="fusion.algorithm.transformation.functions.join.complexity"></a><h6>
-<a name="id1048435"></a>
+<a name="id932105"></a>
             <a class="link" href="join.html#fusion.algorithm.transformation.functions.join.complexity">Complexity</a>
           </h6>
 <p>
             Constant. Returns a view which is lazily evaluated.
           </p>
 <a name="fusion.algorithm.transformation.functions.join.header"></a><h6>
-<a name="id1048454"></a>
+<a name="id932135"></a>
             <a class="link" href="join.html#fusion.algorithm.transformation.functions.join.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">join</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">join</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.transformation.functions.join.example"></a><h6>
-<a name="id1048570"></a>
+<a name="id932301"></a>
             <a class="link" href="join.html#fusion.algorithm.transformation.functions.join.example">Example</a>
           </h6>
 <pre class="programlisting"><a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">char</span><span class="special">&gt;</span> <span class="identifier">v1</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="char">'a'</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/pop_back.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/pop_back.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/pop_back.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>pop_back</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="zip.html" title="zip">
@@ -27,14 +27,14 @@
 <a name="fusion.algorithm.transformation.functions.pop_back"></a><a class="link" href="pop_back.html" title="pop_back">pop_back</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.functions.pop_back.description"></a><h6>
-<a name="id1049690"></a>
+<a name="id933901"></a>
             <a class="link" href="pop_back.html#fusion.algorithm.transformation.functions.pop_back.description">Description</a>
           </h6>
 <p>
             Returns a new sequence, with the last element of the original removed.
           </p>
 <a name="fusion.algorithm.transformation.functions.pop_back.synopsis"></a><h6>
-<a name="id1049712"></a>
+<a name="id933931"></a>
             <a class="link" href="pop_back.html#fusion.algorithm.transformation.functions.pop_back.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -43,7 +43,7 @@
 <span class="keyword">typename</span> <a class="link" href="../metafunctions/pop_back.html" title="pop_back"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">pop_back</span></code></a><span class="special">&lt;</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">pop_back</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1049820"></a><p class="title"><b>Table&#160;1.73.&#160;Parameters</b></p>
+<a name="id934084"></a><p class="title"><b>Table&#160;1.73.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -88,7 +88,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.functions.pop_back.expression_semantics"></a><h6>
-<a name="id1049906"></a>
+<a name="id934190"></a>
             <a class="link" href="pop_back.html#fusion.algorithm.transformation.functions.pop_back.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -99,15 +99,15 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence containing
@@ -116,21 +116,21 @@
             same order as they were in <code class="computeroutput"><span class="identifier">seq</span></code>.
           </p>
 <a name="fusion.algorithm.transformation.functions.pop_back.complexity"></a><h6>
-<a name="id1050010"></a>
+<a name="id934360"></a>
             <a class="link" href="pop_back.html#fusion.algorithm.transformation.functions.pop_back.complexity">Complexity</a>
           </h6>
 <p>
             Constant. Returns a view which is lazily evaluated.
           </p>
 <a name="fusion.algorithm.transformation.functions.pop_back.header"></a><h6>
-<a name="id1050031"></a>
+<a name="id934390"></a>
             <a class="link" href="pop_back.html#fusion.algorithm.transformation.functions.pop_back.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">pop_back</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">pop_back</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.transformation.functions.pop_back.example"></a><h6>
-<a name="id1050151"></a>
+<a name="id934558"></a>
             <a class="link" href="pop_back.html#fusion.algorithm.transformation.functions.pop_back.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">assert</span><span class="special">(</span><span class="identifier">___pop_back__</span><span class="special">(</span><a class="link" href="../../../container/generation/functions/make_vector.html" title="make_vector"><code class="computeroutput"><span class="identifier">make_vector</span></code></a><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">))</span> <span class="special">==</span> <a class="link" href="../../../container/generation/functions/make_vector.html" title="make_vector"><code class="computeroutput"><span class="identifier">make_vector</span></code></a><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">));</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/pop_front.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/pop_front.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/pop_front.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>pop_front</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="pop_back.html" title="pop_back">
@@ -27,14 +27,14 @@
 <a name="fusion.algorithm.transformation.functions.pop_front"></a><a class="link" href="pop_front.html" title="pop_front">pop_front</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.functions.pop_front.description"></a><h6>
-<a name="id1050265"></a>
+<a name="id934726"></a>
             <a class="link" href="pop_front.html#fusion.algorithm.transformation.functions.pop_front.description">Description</a>
           </h6>
 <p>
             Returns a new sequence, with the first element of the original removed.
           </p>
 <a name="fusion.algorithm.transformation.functions.pop_front.synopsis"></a><h6>
-<a name="id1050287"></a>
+<a name="id934756"></a>
             <a class="link" href="pop_front.html#fusion.algorithm.transformation.functions.pop_front.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -43,7 +43,7 @@
 <span class="keyword">typename</span> <a class="link" href="../metafunctions/pop_front.html" title="pop_front"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">pop_front</span></code></a><span class="special">&lt;</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">pop_front</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1050395"></a><p class="title"><b>Table&#160;1.74.&#160;Parameters</b></p>
+<a name="id934910"></a><p class="title"><b>Table&#160;1.74.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -88,7 +88,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.functions.pop_front.expression_semantics"></a><h6>
-<a name="id1050481"></a>
+<a name="id935019"></a>
             <a class="link" href="pop_front.html#fusion.algorithm.transformation.functions.pop_front.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -99,15 +99,15 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence containing
@@ -116,21 +116,21 @@
             same order as they were in <code class="computeroutput"><span class="identifier">seq</span></code>.
           </p>
 <a name="fusion.algorithm.transformation.functions.pop_front.complexity"></a><h6>
-<a name="id1051404"></a>
+<a name="id935191"></a>
             <a class="link" href="pop_front.html#fusion.algorithm.transformation.functions.pop_front.complexity">Complexity</a>
           </h6>
 <p>
             Constant. Returns a view which is lazily evaluated.
           </p>
 <a name="fusion.algorithm.transformation.functions.pop_front.header"></a><h6>
-<a name="id1051426"></a>
+<a name="id935219"></a>
             <a class="link" href="pop_front.html#fusion.algorithm.transformation.functions.pop_front.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">pop_front</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">pop_front</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.transformation.functions.pop_front.example"></a><h6>
-<a name="id1051546"></a>
+<a name="id935385"></a>
             <a class="link" href="pop_front.html#fusion.algorithm.transformation.functions.pop_front.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">assert</span><span class="special">(</span><a class="link" href="pop_front.html" title="pop_front"><code class="computeroutput"><span class="identifier">pop_front</span></code></a><span class="special">(</span><a class="link" href="../../../container/generation/functions/make_vector.html" title="make_vector"><code class="computeroutput"><span class="identifier">make_vector</span></code></a><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">))</span> <span class="special">==</span> <a class="link" href="../../../container/generation/functions/make_vector.html" title="make_vector"><code class="computeroutput"><span class="identifier">make_vector</span></code></a><span class="special">(</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">));</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/push_back.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/push_back.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/push_back.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>push_back</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="pop_front.html" title="pop_front">
@@ -27,14 +27,14 @@
 <a name="fusion.algorithm.transformation.functions.push_back"></a><a class="link" href="push_back.html" title="push_back">push_back</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.functions.push_back.description"></a><h6>
-<a name="id1051664"></a>
+<a name="id935560"></a>
             <a class="link" href="push_back.html#fusion.algorithm.transformation.functions.push_back.description">Description</a>
           </h6>
 <p>
             Returns a new sequence with an element added at the end.
           </p>
 <a name="fusion.algorithm.transformation.functions.push_back.synopsis"></a><h6>
-<a name="id1051686"></a>
+<a name="id935591"></a>
             <a class="link" href="push_back.html#fusion.algorithm.transformation.functions.push_back.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -45,7 +45,7 @@
     <span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">T</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">t</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1051834"></a><p class="title"><b>Table&#160;1.75.&#160;Parameters</b></p>
+<a name="id935796"></a><p class="title"><b>Table&#160;1.75.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -109,7 +109,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.functions.push_back.expression_semantics"></a><h6>
-<a name="id1051952"></a>
+<a name="id935944"></a>
             <a class="link" href="push_back.html#fusion.algorithm.transformation.functions.push_back.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -120,15 +120,15 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence, containing
@@ -137,21 +137,21 @@
             to the end. The elements are in the same order as they were in <code class="computeroutput"><span class="identifier">seq</span></code>.
           </p>
 <a name="fusion.algorithm.transformation.functions.push_back.complexity"></a><h6>
-<a name="id1052071"></a>
+<a name="id936138"></a>
             <a class="link" href="push_back.html#fusion.algorithm.transformation.functions.push_back.complexity">Complexity</a>
           </h6>
 <p>
             Constant. Returns a view which is lazily evaluated.
           </p>
 <a name="fusion.algorithm.transformation.functions.push_back.header"></a><h6>
-<a name="id1052093"></a>
+<a name="id936166"></a>
             <a class="link" href="push_back.html#fusion.algorithm.transformation.functions.push_back.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">push_back</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">push_back</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.transformation.functions.push_back.example"></a><h6>
-<a name="id1052213"></a>
+<a name="id936333"></a>
             <a class="link" href="push_back.html#fusion.algorithm.transformation.functions.push_back.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">assert</span><span class="special">(</span><a class="link" href="push_back.html" title="push_back"><code class="computeroutput"><span class="identifier">push_back</span></code></a><span class="special">(</span><a class="link" href="../../../container/generation/functions/make_vector.html" title="make_vector"><code class="computeroutput"><span class="identifier">make_vector</span></code></a><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">),</span><span class="number">4</span><span class="special">)</span> <span class="special">==</span> <a class="link" href="../../../container/generation/functions/make_vector.html" title="make_vector"><code class="computeroutput"><span class="identifier">make_vector</span></code></a><span class="special">(</span><span class="number">1</span><span class="special">,</span><spa
n class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">,</span><span class="number">4</span><span class="special">));</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/push_front.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/push_front.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/push_front.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>push_front</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="push_back.html" title="push_back">
@@ -27,14 +27,14 @@
 <a name="fusion.algorithm.transformation.functions.push_front"></a><a class="link" href="push_front.html" title="push_front">push_front</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.functions.push_front.description"></a><h6>
-<a name="id1052351"></a>
+<a name="id936542"></a>
             <a class="link" href="push_front.html#fusion.algorithm.transformation.functions.push_front.description">Description</a>
           </h6>
 <p>
             Returns a new sequence with an element added at the beginning.
           </p>
 <a name="fusion.algorithm.transformation.functions.push_front.synopsis"></a><h6>
-<a name="id1052370"></a>
+<a name="id936571"></a>
             <a class="link" href="push_front.html#fusion.algorithm.transformation.functions.push_front.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -45,7 +45,7 @@
     <span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">T</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">t</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1052520"></a><p class="title"><b>Table&#160;1.76.&#160;Parameters</b></p>
+<a name="id936778"></a><p class="title"><b>Table&#160;1.76.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -109,7 +109,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.functions.push_front.expression_semantics"></a><h6>
-<a name="id1052639"></a>
+<a name="id936924"></a>
             <a class="link" href="push_front.html#fusion.algorithm.transformation.functions.push_front.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -120,15 +120,15 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence, containing
@@ -138,21 +138,21 @@
             <code class="computeroutput"><span class="identifier">seq</span></code>.
           </p>
 <a name="fusion.algorithm.transformation.functions.push_front.complexity"></a><h6>
-<a name="id1052758"></a>
+<a name="id937117"></a>
             <a class="link" href="push_front.html#fusion.algorithm.transformation.functions.push_front.complexity">Complexity</a>
           </h6>
 <p>
             Constant. Returns a view which is lazily evaluated.
           </p>
 <a name="fusion.algorithm.transformation.functions.push_front.header"></a><h6>
-<a name="id1052779"></a>
+<a name="id937145"></a>
             <a class="link" href="push_front.html#fusion.algorithm.transformation.functions.push_front.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">push_front</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">push_front</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.transformation.functions.push_front.example"></a><h6>
-<a name="id1052899"></a>
+<a name="id937312"></a>
             <a class="link" href="push_front.html#fusion.algorithm.transformation.functions.push_front.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">assert</span><span class="special">(</span><a class="link" href="push_front.html" title="push_front"><code class="computeroutput"><span class="identifier">push_front</span></code></a><span class="special">(</span><a class="link" href="../../../container/generation/functions/make_vector.html" title="make_vector"><code class="computeroutput"><span class="identifier">make_vector</span></code></a><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">),</span><span class="number">0</span><span class="special">)</span> <span class="special">==</span> <a class="link" href="../../../container/generation/functions/make_vector.html" title="make_vector"><code class="computeroutput"><span class="identifier">make_vector</span></code></a><span class="special">(</span><span class="number">0</span><span class="special">,</span><
span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">));</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/remove.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/remove.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/remove.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>remove</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="replace_if.html" title="replace_if">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.functions.remove"></a><a class="link" href="remove.html" title="remove">remove</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.functions.remove.description"></a><h6>
-<a name="id1039901"></a>
+<a name="id922654"></a>
             <a class="link" href="remove.html#fusion.algorithm.transformation.functions.remove.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             except those of a given type.
           </p>
 <a name="fusion.algorithm.transformation.functions.remove.synopsis"></a><h6>
-<a name="id1039923"></a>
+<a name="id922686"></a>
             <a class="link" href="remove.html#fusion.algorithm.transformation.functions.remove.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -45,7 +45,7 @@
 <span class="keyword">typename</span> <a class="link" href="../metafunctions/remove.html" title="remove"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">remove</span></code></a><span class="special">&lt;</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">T</span><span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">replace</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1040053"></a><p class="title"><b>Table&#160;1.63.&#160;Parameters</b></p>
+<a name="id922868"></a><p class="title"><b>Table&#160;1.63.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -109,7 +109,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.functions.remove.expression_semantics"></a><h6>
-<a name="id1040173"></a>
+<a name="id923014"></a>
             <a class="link" href="remove.html#fusion.algorithm.transformation.functions.remove.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -120,15 +120,15 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
- implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
+ implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence, containing
@@ -137,21 +137,21 @@
             Equivalent to <code class="computeroutput"><a class="link" href="remove_if.html" title="remove_if"><code class="computeroutput"><span class="identifier">remove_if</span></code></a><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special">&lt;</span><span class="identifier">_</span><span class="special">,</span><span class="identifier">T</span><span class="special">&gt;</span> <span class="special">&gt;(</span><span class="identifier">seq</span><span class="special">)</span></code>.
           </p>
 <a name="fusion.algorithm.transformation.functions.remove.complexity"></a><h6>
-<a name="id1040341"></a>
+<a name="id923278"></a>
             <a class="link" href="remove.html#fusion.algorithm.transformation.functions.remove.complexity">Complexity</a>
           </h6>
 <p>
             Constant. Returns a view which is lazily evaluated.
           </p>
 <a name="fusion.algorithm.transformation.functions.remove.header"></a><h6>
-<a name="id1040360"></a>
+<a name="id923308"></a>
             <a class="link" href="remove.html#fusion.algorithm.transformation.functions.remove.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">remove</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">remove</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.transformation.functions.remove.example"></a><h6>
-<a name="id1040477"></a>
+<a name="id923474"></a>
             <a class="link" href="remove.html#fusion.algorithm.transformation.functions.remove.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">const</span> <a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2.0</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/remove_if.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/remove_if.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/remove_if.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>remove_if</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="remove.html" title="remove">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.functions.remove_if"></a><a class="link" href="remove_if.html" title="remove_if">remove_if</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.functions.remove_if.description"></a><h6>
-<a name="id1040625"></a>
+<a name="id923689"></a>
             <a class="link" href="remove_if.html#fusion.algorithm.transformation.functions.remove_if.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             those where a given unary function object evaluates to <code class="computeroutput"><span class="keyword">true</span></code>.
           </p>
 <a name="fusion.algorithm.transformation.functions.remove_if.synopsis"></a><h6>
-<a name="id1040654"></a>
+<a name="id923732"></a>
             <a class="link" href="remove_if.html#fusion.algorithm.transformation.functions.remove_if.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -45,7 +45,7 @@
 <span class="keyword">typename</span> <a class="link" href="../metafunctions/remove_if.html" title="remove_if"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">remove_if</span></code></a><span class="special">&lt;</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">Pred</span><span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">remove_if</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1040783"></a><p class="title"><b>Table&#160;1.64.&#160;Parameters</b></p>
+<a name="id923914"></a><p class="title"><b>Table&#160;1.64.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -110,7 +110,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.functions.remove_if.expression_semantics"></a><h6>
-<a name="id1040908"></a>
+<a name="id924070"></a>
             <a class="link" href="remove_if.html#fusion.algorithm.transformation.functions.remove_if.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -121,15 +121,15 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence, containing
@@ -139,21 +139,21 @@
             <span class="special">&gt;(</span><span class="identifier">seq</span><span class="special">)</span></code>.
           </p>
 <a name="fusion.algorithm.transformation.functions.remove_if.complexity"></a><h6>
-<a name="id1041097"></a>
+<a name="id924366"></a>
             <a class="link" href="remove_if.html#fusion.algorithm.transformation.functions.remove_if.complexity">Complexity</a>
           </h6>
 <p>
             Constant. Returns a view which is lazily evaluated.
           </p>
 <a name="fusion.algorithm.transformation.functions.remove_if.header"></a><h6>
-<a name="id1041118"></a>
+<a name="id924394"></a>
             <a class="link" href="remove_if.html#fusion.algorithm.transformation.functions.remove_if.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">remove_if</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">remove_if</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.transformation.functions.remove_if.example"></a><h6>
-<a name="id1041238"></a>
+<a name="id924560"></a>
             <a class="link" href="remove_if.html#fusion.algorithm.transformation.functions.remove_if.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">const</span> <a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2.0</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/replace.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/replace.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/replace.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>replace</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="transform.html" title="transform">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.functions.replace"></a><a class="link" href="replace.html" title="replace">replace</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.functions.replace.description"></a><h6>
-<a name="id1036605"></a>
+<a name="id920349"></a>
             <a class="link" href="replace.html#fusion.algorithm.transformation.functions.replace.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             a new value.
           </p>
 <a name="fusion.algorithm.transformation.functions.replace.synopsis"></a><h6>
-<a name="id1036627"></a>
+<a name="id920380"></a>
             <a class="link" href="replace.html#fusion.algorithm.transformation.functions.replace.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@
     <span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">T</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">old_value</span><span class="special">,</span> <span class="identifier">T</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">new_value</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1036801"></a><p class="title"><b>Table&#160;1.61.&#160;Parameters</b></p>
+<a name="id920620"></a><p class="title"><b>Table&#160;1.61.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -132,7 +132,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.functions.replace.expression_semantics"></a><h6>
-<a name="id1037001"></a>
+<a name="id920879"></a>
             <a class="link" href="replace.html#fusion.algorithm.transformation.functions.replace.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -149,21 +149,21 @@
             to elements with the same type and equal to <code class="computeroutput"><span class="identifier">old_value</span></code>.
           </p>
 <a name="fusion.algorithm.transformation.functions.replace.complexity"></a><h6>
-<a name="id1037102"></a>
+<a name="id921033"></a>
             <a class="link" href="replace.html#fusion.algorithm.transformation.functions.replace.complexity">Complexity</a>
           </h6>
 <p>
             Constant. Returns a view which is lazily evaluated.
           </p>
 <a name="fusion.algorithm.transformation.functions.replace.header"></a><h6>
-<a name="id1037124"></a>
+<a name="id921063"></a>
             <a class="link" href="replace.html#fusion.algorithm.transformation.functions.replace.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">replace</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">replace</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.transformation.functions.replace.example"></a><h6>
-<a name="id1037244"></a>
+<a name="id921229"></a>
             <a class="link" href="replace.html#fusion.algorithm.transformation.functions.replace.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">assert</span><span class="special">(</span><a class="link" href="replace.html" title="replace"><code class="computeroutput"><span class="identifier">replace</span></code></a><span class="special">(</span><a class="link" href="../../../container/generation/functions/make_vector.html" title="make_vector"><code class="computeroutput"><span class="identifier">make_vector</span></code></a><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">),</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">)</span> <span class="special">==</span> <a class="link" href="../../../container/generation/functions/make_vector.html" title="make_vector"><code class="computeroutput"><span class="identifier">make_vector</span></code></a><span class="special">(</span><span class="number">1</span><span class="special">,</span><span cl
ass="number">3</span><span class="special">));</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/replace_if.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/replace_if.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/replace_if.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>replace_if</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="replace.html" title="replace">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.functions.replace_if"></a><a class="link" href="replace_if.html" title="replace_if">replace_if</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.functions.replace_if.description"></a><h6>
-<a name="id1037370"></a>
+<a name="id921420"></a>
             <a class="link" href="replace_if.html#fusion.algorithm.transformation.functions.replace_if.description">Description</a>
           </h6>
 <p>
@@ -36,7 +36,7 @@
             replaced with a new value.
           </p>
 <a name="fusion.algorithm.transformation.functions.replace_if.synopsis"></a><h6>
-<a name="id1037396"></a>
+<a name="id921463"></a>
             <a class="link" href="replace_if.html#fusion.algorithm.transformation.functions.replace_if.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -47,7 +47,7 @@
     <span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">F</span> <span class="identifier">f</span><span class="special">,</span> <span class="identifier">T</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">new_value</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1037584"></a><p class="title"><b>Table&#160;1.62.&#160;Parameters</b></p>
+<a name="id921719"></a><p class="title"><b>Table&#160;1.62.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -131,7 +131,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.functions.replace_if.expression_semantics"></a><h6>
-<a name="id1037778"></a>
+<a name="id921966"></a>
             <a class="link" href="replace_if.html#fusion.algorithm.transformation.functions.replace_if.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -149,21 +149,21 @@
             evaluates to <code class="computeroutput"><span class="keyword">true</span></code>.
           </p>
 <a name="fusion.algorithm.transformation.functions.replace_if.complexity"></a><h6>
-<a name="id1037886"></a>
+<a name="id922130"></a>
             <a class="link" href="replace_if.html#fusion.algorithm.transformation.functions.replace_if.complexity">Complexity</a>
           </h6>
 <p>
             Constant. Returns a view which is lazily evaluated.
           </p>
 <a name="fusion.algorithm.transformation.functions.replace_if.header"></a><h6>
-<a name="id1037907"></a>
+<a name="id922158"></a>
             <a class="link" href="replace_if.html#fusion.algorithm.transformation.functions.replace_if.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">replace_if</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">replace_if</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.transformation.functions.replace_if.example"></a><h6>
-<a name="id1038027"></a>
+<a name="id922325"></a>
             <a class="link" href="replace_if.html#fusion.algorithm.transformation.functions.replace_if.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">odd</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/reverse.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/reverse.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/reverse.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>reverse</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="remove_if.html" title="remove_if">
@@ -27,14 +27,14 @@
 <a name="fusion.algorithm.transformation.functions.reverse"></a><a class="link" href="reverse.html" title="reverse">reverse</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.functions.reverse.description"></a><h6>
-<a name="id1041405"></a>
+<a name="id924803"></a>
             <a class="link" href="reverse.html#fusion.algorithm.transformation.functions.reverse.description">Description</a>
           </h6>
 <p>
             Returns a new sequence with the elements of the original in reverse order.
           </p>
 <a name="fusion.algorithm.transformation.functions.reverse.synposis"></a><h6>
-<a name="id1041427"></a>
+<a name="id924832"></a>
             <a class="link" href="reverse.html#fusion.algorithm.transformation.functions.reverse.synposis">Synposis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -43,7 +43,7 @@
 <span class="keyword">typename</span> <a class="link" href="../metafunctions/reverse.html" title="reverse"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">reverse</span></code></a><span class="special">&lt;</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">reverse</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1041535"></a><p class="title"><b>Table&#160;1.65.&#160;Parameters</b></p>
+<a name="id924985"></a><p class="title"><b>Table&#160;1.65.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -88,7 +88,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.functions.reverse.expression_semantics"></a><h6>
-<a name="id1041621"></a>
+<a name="id925092"></a>
             <a class="link" href="reverse.html#fusion.algorithm.transformation.functions.reverse.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -99,20 +99,20 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
- Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- is a <a class="link" href="../../../sequence/concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
- Sequence</a> else, <a class="link" href="../../../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
- Access Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- is a <a class="link" href="../../../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
- Access Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
+ Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ is a <a class="link" href="../../../sequence/concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
+ Sequence</a> else, <a class="link" href="../../../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
+ Access Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ is a <a class="link" href="../../../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
+ Access Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence containing
@@ -120,21 +120,21 @@
             in reverse order.
           </p>
 <a name="fusion.algorithm.transformation.functions.reverse.complexity"></a><h6>
-<a name="id1041746"></a>
+<a name="id925302"></a>
             <a class="link" href="reverse.html#fusion.algorithm.transformation.functions.reverse.complexity">Complexity</a>
           </h6>
 <p>
             Constant. Returns a view which is lazily evaluated.
           </p>
 <a name="fusion.algorithm.transformation.functions.reverse.header"></a><h6>
-<a name="id1041767"></a>
+<a name="id925330"></a>
             <a class="link" href="reverse.html#fusion.algorithm.transformation.functions.reverse.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">reverse</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">reverse</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.transformation.functions.reverse.example"></a><h6>
-<a name="id1041887"></a>
+<a name="id925496"></a>
             <a class="link" href="reverse.html#fusion.algorithm.transformation.functions.reverse.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">assert</span><span class="special">(</span><a class="link" href="reverse.html" title="reverse"><code class="computeroutput"><span class="identifier">reverse</span></code></a><span class="special">(</span><a class="link" href="../../../container/generation/functions/make_vector.html" title="make_vector"><code class="computeroutput"><span class="identifier">make_vector</span></code></a><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">))</span> <span class="special">==</span> <a class="link" href="../../../container/generation/functions/make_vector.html" title="make_vector"><code class="computeroutput"><span class="identifier">make_vector</span></code></a><span class="special">(</span><span class="number">3</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span clas
s="number">1</span><span class="special">));</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/transform.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/transform.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/transform.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>transform</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="filter_if.html" title="filter_if">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.functions.transform"></a><a class="link" href="transform.html" title="transform">transform</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.functions.transform.description"></a><h6>
-<a name="id1034880"></a>
+<a name="id918305"></a>
             <a class="link" href="transform.html#fusion.algorithm.transformation.functions.transform.description">Description</a>
           </h6>
 <p>
@@ -38,7 +38,7 @@
             of <code class="computeroutput"><span class="identifier">seq</span></code>.
           </p>
 <a name="fusion.algorithm.transformation.functions.transform.unary_version_synopsis"></a><h6>
-<a name="id1034953"></a>
+<a name="id918421"></a>
             <a class="link" href="transform.html#fusion.algorithm.transformation.functions.transform.unary_version_synopsis">Unary
             version synopsis</a>
           </h6>
@@ -50,7 +50,7 @@
     <span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">F</span> <span class="identifier">f</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1035094"></a><p class="title"><b>Table&#160;1.59.&#160;Parameters</b></p>
+<a name="id918623"></a><p class="title"><b>Table&#160;1.59.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -118,7 +118,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.functions.transform.expression_semantics"></a><h6>
-<a name="id1035302"></a>
+<a name="id918903"></a>
             <a class="link" href="transform.html#fusion.algorithm.transformation.functions.transform.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -134,7 +134,7 @@
             within <code class="computeroutput"><span class="identifier">seq</span></code>.
           </p>
 <a name="fusion.algorithm.transformation.functions.transform.binary_version_synopsis"></a><h6>
-<a name="id1035402"></a>
+<a name="id919059"></a>
             <a class="link" href="transform.html#fusion.algorithm.transformation.functions.transform.binary_version_synopsis">Binary
             version synopsis</a>
           </h6>
@@ -147,7 +147,7 @@
     <span class="identifier">Sequence1</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq1</span><span class="special">,</span> <span class="identifier">Sequence2</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq2</span><span class="special">,</span> <span class="identifier">F</span> <span class="identifier">f</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1035591"></a><p class="title"><b>Table&#160;1.60.&#160;Parameters</b></p>
+<a name="id919324"></a><p class="title"><b>Table&#160;1.60.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -244,21 +244,21 @@
             within <code class="computeroutput"><span class="identifier">seq1</span></code> and <code class="computeroutput"><span class="identifier">seq2</span></code> respectively.
           </p>
 <a name="fusion.algorithm.transformation.functions.transform.complexity"></a><h6>
-<a name="id1036225"></a>
+<a name="id919821"></a>
             <a class="link" href="transform.html#fusion.algorithm.transformation.functions.transform.complexity">Complexity</a>
           </h6>
 <p>
             Constant. Returns a view which is lazily evaluated.
           </p>
 <a name="fusion.algorithm.transformation.functions.transform.header"></a><h6>
-<a name="id1036246"></a>
+<a name="id919849"></a>
             <a class="link" href="transform.html#fusion.algorithm.transformation.functions.transform.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">transform</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">transform</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.transformation.functions.transform.example"></a><h6>
-<a name="id1036366"></a>
+<a name="id920016"></a>
             <a class="link" href="transform.html#fusion.algorithm.transformation.functions.transform.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">triple</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/zip.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/zip.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/zip.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>zip</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="join.html" title="join">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.functions.zip"></a><a class="link" href="zip.html" title="zip">zip</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.functions.zip.description"></a><h6>
-<a name="id1048786"></a>
+<a name="id932612"></a>
             <a class="link" href="zip.html#fusion.algorithm.transformation.functions.zip.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             of the members of the component sequences.
           </p>
 <a name="fusion.algorithm.transformation.functions.zip.synopsis"></a><h6>
-<a name="id1048805"></a>
+<a name="id932643"></a>
             <a class="link" href="zip.html#fusion.algorithm.transformation.functions.zip.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -48,7 +48,7 @@
 <span class="identifier">zip</span><span class="special">(</span><span class="identifier">Sequence1</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq1</span><span class="special">,</span> <span class="identifier">Sequence2</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq2</span><span class="special">,</span> <span class="special">...</span> <span class="identifier">SequenceN</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seqN</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1049006"></a><p class="title"><b>Table&#160;1.72.&#160;Parameters</b></p>
+<a name="id932925"></a><p class="title"><b>Table&#160;1.72.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -93,7 +93,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.functions.zip.expression_semantics"></a><h6>
-<a name="id1049100"></a>
+<a name="id933045"></a>
             <a class="link" href="zip.html#fusion.algorithm.transformation.functions.zip.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -114,21 +114,21 @@
             <span class="char">'c'</span><span class="special">))</span></code>
           </p>
 <a name="fusion.algorithm.transformation.functions.zip.complexity"></a><h6>
-<a name="id1049314"></a>
+<a name="id933351"></a>
             <a class="link" href="zip.html#fusion.algorithm.transformation.functions.zip.complexity">Complexity</a>
           </h6>
 <p>
             Constant. Returns a view which is lazily evaluated.
           </p>
 <a name="fusion.algorithm.transformation.functions.zip.header"></a><h6>
-<a name="id1049333"></a>
+<a name="id933381"></a>
             <a class="link" href="zip.html#fusion.algorithm.transformation.functions.zip.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">zip</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">zip</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.transformation.functions.zip.example"></a><h6>
-<a name="id1049448"></a>
+<a name="id933547"></a>
             <a class="link" href="zip.html#fusion.algorithm.transformation.functions.zip.example">Example</a>
           </h6>
 <pre class="programlisting"><a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">char</span><span class="special">&gt;</span> <span class="identifier">v1</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="char">'a'</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Metafunctions</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../transformation.html" title="Transformation">
 <link rel="prev" href="functions/push_front.html" title="push_front">

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/clear.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/clear.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/clear.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>clear</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="reverse.html" title="reverse">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.metafunctions.clear"></a><a class="link" href="clear.html" title="clear">clear</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.metafunctions.clear.description"></a><h6>
-<a name="id1060098"></a>
+<a name="id945002"></a>
             <a class="link" href="clear.html#fusion.algorithm.transformation.metafunctions.clear.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             type.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.clear.synopsis"></a><h6>
-<a name="id1060130"></a>
+<a name="id945048"></a>
             <a class="link" href="clear.html#fusion.algorithm.transformation.metafunctions.clear.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -47,7 +47,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1060204"></a><p class="title"><b>Table&#160;1.86.&#160;Parameters</b></p>
+<a name="id945147"></a><p class="title"><b>Table&#160;1.86.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -91,7 +91,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.metafunctions.clear.expression_semantics"></a><h6>
-<a name="id1060286"></a>
+<a name="id945246"></a>
             <a class="link" href="clear.html#fusion.algorithm.transformation.metafunctions.clear.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -105,14 +105,14 @@
             <span class="bold"><strong>Semantics</strong></span>: Returns an empty sequence.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.clear.complexity"></a><h6>
-<a name="id1060358"></a>
+<a name="id945358"></a>
             <a class="link" href="clear.html#fusion.algorithm.transformation.metafunctions.clear.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.clear.header"></a><h6>
-<a name="id1060379"></a>
+<a name="id945386"></a>
             <a class="link" href="clear.html#fusion.algorithm.transformation.metafunctions.clear.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">clear</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/erase.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/erase.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/erase.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>erase</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="clear.html" title="clear">
@@ -31,11 +31,11 @@
             and range delimiting iterator types.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.erase.description"></a><h6>
-<a name="id1060523"></a>
+<a name="id945596"></a>
             <a class="link" href="erase.html#fusion.algorithm.transformation.metafunctions.erase.description">Description</a>
           </h6>
 <a name="fusion.algorithm.transformation.metafunctions.erase.synopsis"></a><h6>
-<a name="id1060541"></a>
+<a name="id945619"></a>
             <a class="link" href="erase.html#fusion.algorithm.transformation.metafunctions.erase.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -48,7 +48,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1060649"></a><p class="title"><b>Table&#160;1.87.&#160;Parameters</b></p>
+<a name="id945762"></a><p class="title"><b>Table&#160;1.87.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -131,7 +131,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.metafunctions.erase.expression_semantics"></a><h6>
-<a name="id1060810"></a>
+<a name="id945965"></a>
             <a class="link" href="erase.html#fusion.algorithm.transformation.metafunctions.erase.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -142,15 +142,15 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
- implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
+ implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence with
@@ -168,14 +168,14 @@
             and <code class="computeroutput"><span class="identifier">It2</span></code> removed.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.erase.complexity"></a><h6>
-<a name="id1061015"></a>
+<a name="id946282"></a>
             <a class="link" href="erase.html#fusion.algorithm.transformation.metafunctions.erase.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.erase.header"></a><h6>
-<a name="id1061037"></a>
+<a name="id946310"></a>
             <a class="link" href="erase.html#fusion.algorithm.transformation.metafunctions.erase.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">erase</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/erase_key.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/erase_key.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/erase_key.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>erase_key</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="erase.html" title="erase">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.metafunctions.erase_key"></a><a class="link" href="erase_key.html" title="erase_key">erase_key</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.metafunctions.erase_key.description"></a><h6>
-<a name="id1061165"></a>
+<a name="id946498"></a>
             <a class="link" href="erase_key.html#fusion.algorithm.transformation.metafunctions.erase_key.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             and key types.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.erase_key.synopsis"></a><h6>
-<a name="id1061193"></a>
+<a name="id946547"></a>
             <a class="link" href="erase_key.html#fusion.algorithm.transformation.metafunctions.erase_key.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -48,7 +48,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1061278"></a><p class="title"><b>Table&#160;1.88.&#160;Parameters</b></p>
+<a name="id946664"></a><p class="title"><b>Table&#160;1.88.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -113,7 +113,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.metafunctions.erase_key.expression_semantics"></a><h6>
-<a name="id1061402"></a>
+<a name="id946818"></a>
             <a class="link" href="erase_key.html#fusion.algorithm.transformation.metafunctions.erase_key.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -130,14 +130,14 @@
             except those with key <code class="computeroutput"><span class="identifier">Key</span></code>.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.erase_key.complexity"></a><h6>
-<a name="id1061499"></a>
+<a name="id946974"></a>
             <a class="link" href="erase_key.html#fusion.algorithm.transformation.metafunctions.erase_key.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.erase_key.header"></a><h6>
-<a name="id1061518"></a>
+<a name="id947004"></a>
             <a class="link" href="erase_key.html#fusion.algorithm.transformation.metafunctions.erase_key.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">erase_key</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/filter.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/filter.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/filter.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>filter</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="../metafunctions.html" title="Metafunctions">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.metafunctions.filter"></a><a class="link" href="filter.html" title="filter">filter</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.metafunctions.filter.description"></a><h6>
-<a name="id1053048"></a>
+<a name="id937539"></a>
             <a class="link" href="filter.html#fusion.algorithm.transformation.metafunctions.filter.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             and type to retain.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.filter.synopsis"></a><h6>
-<a name="id1053077"></a>
+<a name="id937587"></a>
             <a class="link" href="filter.html#fusion.algorithm.transformation.metafunctions.filter.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -48,7 +48,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1053164"></a><p class="title"><b>Table&#160;1.77.&#160;Parameter</b></p>
+<a name="id937704"></a><p class="title"><b>Table&#160;1.77.&#160;Parameter</b></p>
 <div class="table-contents"><table class="table" summary="Parameter">
 <colgroup>
 <col>
@@ -112,7 +112,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.metafunctions.filter.expression_semantics"></a><h6>
-<a name="id1053284"></a>
+<a name="id937852"></a>
             <a class="link" href="filter.html#fusion.algorithm.transformation.metafunctions.filter.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -123,15 +123,15 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
- implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
+ implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a sequence containing
@@ -141,14 +141,14 @@
             <span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special">&lt;</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">_</span><span class="special">,</span> <span class="identifier">T</span><span class="special">&gt;</span> <span class="special">&gt;::</span><span class="identifier">type</span></code>.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.filter.complexity"></a><h6>
-<a name="id1053485"></a>
+<a name="id938160"></a>
             <a class="link" href="filter.html#fusion.algorithm.transformation.metafunctions.filter.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.filter.header"></a><h6>
-<a name="id1053506"></a>
+<a name="id938189"></a>
             <a class="link" href="filter.html#fusion.algorithm.transformation.metafunctions.filter.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">filter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/filter_if.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/filter_if.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/filter_if.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>filter_if</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="filter.html" title="filter">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.metafunctions.filter_if"></a><a class="link" href="filter_if.html" title="filter_if">filter_if</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.metafunctions.filter_if.description"></a><h6>
-<a name="id1054728"></a>
+<a name="id938376"></a>
             <a class="link" href="filter_if.html#fusion.algorithm.transformation.metafunctions.filter_if.description">Description</a>
           </h6>
 <p>
@@ -36,7 +36,7 @@
             Lambda Expression</a> predicate type.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.filter_if.synopsis"></a><h6>
-<a name="id1054759"></a>
+<a name="id938434"></a>
             <a class="link" href="filter_if.html#fusion.algorithm.transformation.metafunctions.filter_if.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -49,7 +49,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1054844"></a><p class="title"><b>Table&#160;1.78.&#160;Parameter</b></p>
+<a name="id938552"></a><p class="title"><b>Table&#160;1.78.&#160;Parameter</b></p>
 <div class="table-contents"><table class="table" summary="Parameter">
 <colgroup>
 <col>
@@ -114,7 +114,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.metafunctions.filter_if.expression_semantics"></a><h6>
-<a name="id1054969"></a>
+<a name="id938704"></a>
             <a class="link" href="filter_if.html#fusion.algorithm.transformation.metafunctions.filter_if.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -125,15 +125,15 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
- implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
+ implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a sequence containing
@@ -142,14 +142,14 @@
             to <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></code>.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.filter_if.complexity"></a><h6>
-<a name="id1055112"></a>
+<a name="id938936"></a>
             <a class="link" href="filter_if.html#fusion.algorithm.transformation.metafunctions.filter_if.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.filter_if.header"></a><h6>
-<a name="id1055131"></a>
+<a name="id938965"></a>
             <a class="link" href="filter_if.html#fusion.algorithm.transformation.metafunctions.filter_if.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">filter_if</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/insert.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/insert.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/insert.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>insert</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="erase_key.html" title="erase_key">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.metafunctions.insert"></a><a class="link" href="insert.html" title="insert">insert</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.metafunctions.insert.description"></a><h6>
-<a name="id1061646"></a>
+<a name="id947192"></a>
             <a class="link" href="insert.html#fusion.algorithm.transformation.metafunctions.insert.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             position iterator and insertion types.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.insert.synopsis"></a><h6>
-<a name="id1061675"></a>
+<a name="id947242"></a>
             <a class="link" href="insert.html#fusion.algorithm.transformation.metafunctions.insert.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -49,7 +49,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1061776"></a><p class="title"><b>Table&#160;1.89.&#160;Parameters</b></p>
+<a name="id947376"></a><p class="title"><b>Table&#160;1.89.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -131,7 +131,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.metafunctions.insert.expression_semantics"></a><h6>
-<a name="id1063025"></a>
+<a name="id947569"></a>
             <a class="link" href="insert.html#fusion.algorithm.transformation.metafunctions.insert.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -142,15 +142,15 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
- implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
+ implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a sequence with an
@@ -159,14 +159,14 @@
             in <code class="computeroutput"><span class="identifier">Sequence</span></code>.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.insert.complexity"></a><h6>
-<a name="id1063164"></a>
+<a name="id947790"></a>
             <a class="link" href="insert.html#fusion.algorithm.transformation.metafunctions.insert.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.insert.header"></a><h6>
-<a name="id1063186"></a>
+<a name="id947819"></a>
             <a class="link" href="insert.html#fusion.algorithm.transformation.metafunctions.insert.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">insert</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/insert_range.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/insert_range.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/insert_range.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>insert_range</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="insert.html" title="insert">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.metafunctions.insert_range"></a><a class="link" href="insert_range.html" title="insert_range">insert_range</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.metafunctions.insert_range.description"></a><h6>
-<a name="id1063319"></a>
+<a name="id948008"></a>
             <a class="link" href="insert_range.html#fusion.algorithm.transformation.metafunctions.insert_range.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             sequence, position iterator and insertion range types.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.insert_range.synopsis"></a><h6>
-<a name="id1063345"></a>
+<a name="id948057"></a>
             <a class="link" href="insert_range.html#fusion.algorithm.transformation.metafunctions.insert_range.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -49,7 +49,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1063444"></a><p class="title"><b>Table&#160;1.90.&#160;Parameters</b></p>
+<a name="id948192"></a><p class="title"><b>Table&#160;1.90.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -132,7 +132,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.metafunctions.insert_range.expression_semantics"></a><h6>
-<a name="id1063604"></a>
+<a name="id948395"></a>
             <a class="link" href="insert_range.html#fusion.algorithm.transformation.metafunctions.insert_range.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -143,15 +143,15 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
- implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
+ implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a sequence with the
@@ -160,14 +160,14 @@
             into <code class="computeroutput"><span class="identifier">Sequence</span></code>.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.insert_range.complexity"></a><h6>
-<a name="id1063742"></a>
+<a name="id948618"></a>
             <a class="link" href="insert_range.html#fusion.algorithm.transformation.metafunctions.insert_range.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.insert_range.header"></a><h6>
-<a name="id1063759"></a>
+<a name="id948648"></a>
             <a class="link" href="insert_range.html#fusion.algorithm.transformation.metafunctions.insert_range.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">insert_range</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/join.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/join.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/join.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>join</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="insert_range.html" title="insert_range">
@@ -27,14 +27,14 @@
 <a name="fusion.algorithm.transformation.metafunctions.join"></a><a class="link" href="join.html" title="join">join</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.metafunctions.join.description"></a><h6>
-<a name="id1063888"></a>
+<a name="id948837"></a>
             <a class="link" href="join.html#fusion.algorithm.transformation.metafunctions.join.description">Description</a>
           </h6>
 <p>
             Returns the result of joining 2 sequences, given the sequence types.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.join.synopsis"></a><h6>
-<a name="id1063909"></a>
+<a name="id948868"></a>
             <a class="link" href="join.html#fusion.algorithm.transformation.metafunctions.join.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -47,7 +47,7 @@
 <span class="special">};</span>
 </pre>
 <a name="fusion.algorithm.transformation.metafunctions.join.expression_semantics"></a><h6>
-<a name="id1064000"></a>
+<a name="id948994"></a>
             <a class="link" href="join.html#fusion.algorithm.transformation.metafunctions.join.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -58,16 +58,16 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">LhSequence</span></code>
- amd <code class="computeroutput"><span class="identifier">RhSequence</span></code> implement
- the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">LhSequence</span></code>
+ amd <code class="computeroutput"><span class="identifier">RhSequence</span></code> implement
+ the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a sequence containing
@@ -76,14 +76,14 @@
             The order of the elements in the 2 sequences is preserved.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.join.complexity"></a><h6>
-<a name="id1064131"></a>
+<a name="id949204"></a>
             <a class="link" href="join.html#fusion.algorithm.transformation.metafunctions.join.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.join.header"></a><h6>
-<a name="id1064153"></a>
+<a name="id949233"></a>
             <a class="link" href="join.html#fusion.algorithm.transformation.metafunctions.join.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">join</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/pop_back.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/pop_back.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/pop_back.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>pop_back</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="zip.html" title="zip">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.metafunctions.pop_back"></a><a class="link" href="pop_back.html" title="pop_back">pop_back</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.metafunctions.pop_back.description"></a><h6>
-<a name="id1064784"></a>
+<a name="id950124"></a>
             <a class="link" href="pop_back.html#fusion.algorithm.transformation.metafunctions.pop_back.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             type.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.pop_back.synopsis"></a><h6>
-<a name="id1064813"></a>
+<a name="id950171"></a>
             <a class="link" href="pop_back.html#fusion.algorithm.transformation.metafunctions.pop_back.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -47,7 +47,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1064887"></a><p class="title"><b>Table&#160;1.91.&#160;Parameters</b></p>
+<a name="id950271"></a><p class="title"><b>Table&#160;1.91.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -92,7 +92,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.metafunctions.pop_back.expression_semantics"></a><h6>
-<a name="id1064974"></a>
+<a name="id950379"></a>
             <a class="link" href="pop_back.html#fusion.algorithm.transformation.metafunctions.pop_back.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -103,15 +103,15 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
- implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
+ implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a sequence with all
@@ -119,14 +119,14 @@
             except the last element.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.pop_back.complexity"></a><h6>
-<a name="id1065079"></a>
+<a name="id950556"></a>
             <a class="link" href="pop_back.html#fusion.algorithm.transformation.metafunctions.pop_back.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.pop_back.header"></a><h6>
-<a name="id1065098"></a>
+<a name="id950586"></a>
             <a class="link" href="pop_back.html#fusion.algorithm.transformation.metafunctions.pop_back.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">pop_back</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/pop_front.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/pop_front.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/pop_front.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>pop_front</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="pop_back.html" title="pop_back">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.metafunctions.pop_front"></a><a class="link" href="pop_front.html" title="pop_front">pop_front</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.metafunctions.pop_front.description"></a><h6>
-<a name="id1065774"></a>
+<a name="id950773"></a>
             <a class="link" href="pop_front.html#fusion.algorithm.transformation.metafunctions.pop_front.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             type.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.pop_front.synopsis"></a><h6>
-<a name="id1065800"></a>
+<a name="id950820"></a>
             <a class="link" href="pop_front.html#fusion.algorithm.transformation.metafunctions.pop_front.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -47,7 +47,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1065872"></a><p class="title"><b>Table&#160;1.92.&#160;Parameters</b></p>
+<a name="id950921"></a><p class="title"><b>Table&#160;1.92.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -92,7 +92,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.metafunctions.pop_front.expression_semantics"></a><h6>
-<a name="id1065958"></a>
+<a name="id951027"></a>
             <a class="link" href="pop_front.html#fusion.algorithm.transformation.metafunctions.pop_front.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -103,15 +103,15 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
- implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
+ implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a sequence with all
@@ -119,14 +119,14 @@
             except the first element.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.pop_front.complexity"></a><h6>
-<a name="id1066064"></a>
+<a name="id951203"></a>
             <a class="link" href="pop_front.html#fusion.algorithm.transformation.metafunctions.pop_front.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.pop_front.header"></a><h6>
-<a name="id1066083"></a>
+<a name="id951232"></a>
             <a class="link" href="pop_front.html#fusion.algorithm.transformation.metafunctions.pop_front.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">pop_front</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/push_back.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/push_back.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/push_back.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>push_back</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="pop_front.html" title="pop_front">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.metafunctions.push_back"></a><a class="link" href="push_back.html" title="push_back">push_back</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.metafunctions.push_back.description"></a><h6>
-<a name="id1066212"></a>
+<a name="id951420"></a>
             <a class="link" href="push_back.html#fusion.algorithm.transformation.metafunctions.push_back.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             the input sequence and element to push.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.push_back.synopsis"></a><h6>
-<a name="id1066238"></a>
+<a name="id951469"></a>
             <a class="link" href="push_back.html#fusion.algorithm.transformation.metafunctions.push_back.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -48,7 +48,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1066323"></a><p class="title"><b>Table&#160;1.93.&#160;Parameters</b></p>
+<a name="id951586"></a><p class="title"><b>Table&#160;1.93.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -112,7 +112,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.metafunctions.push_back.expression_semantics"></a><h6>
-<a name="id1066442"></a>
+<a name="id951731"></a>
             <a class="link" href="push_back.html#fusion.algorithm.transformation.metafunctions.push_back.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -123,15 +123,15 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
- implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
+ implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a sequence with the
@@ -140,14 +140,14 @@
             added to the end.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.push_back.complexity"></a><h6>
-<a name="id1066562"></a>
+<a name="id951931"></a>
             <a class="link" href="push_back.html#fusion.algorithm.transformation.metafunctions.push_back.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.push_back.header"></a><h6>
-<a name="id1066581"></a>
+<a name="id951960"></a>
             <a class="link" href="push_back.html#fusion.algorithm.transformation.metafunctions.push_back.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">push_back</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/push_front.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/push_front.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/push_front.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>push_front</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="push_back.html" title="push_back">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.metafunctions.push_front"></a><a class="link" href="push_front.html" title="push_front">push_front</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.metafunctions.push_front.description"></a><h6>
-<a name="id1066714"></a>
+<a name="id952146"></a>
             <a class="link" href="push_front.html#fusion.algorithm.transformation.metafunctions.push_front.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             of the input sequence and element to push.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.push_front.synopsis"></a><h6>
-<a name="id1066741"></a>
+<a name="id952196"></a>
             <a class="link" href="push_front.html#fusion.algorithm.transformation.metafunctions.push_front.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -48,7 +48,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1066826"></a><p class="title"><b>Table&#160;1.94.&#160;Parameters</b></p>
+<a name="id952314"></a><p class="title"><b>Table&#160;1.94.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -112,7 +112,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.metafunctions.push_front.expression_semantics"></a><h6>
-<a name="id1066945"></a>
+<a name="id952459"></a>
             <a class="link" href="push_front.html#fusion.algorithm.transformation.metafunctions.push_front.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -123,15 +123,15 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
- implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
+ implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a sequence with the
@@ -140,14 +140,14 @@
             added to the beginning.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.push_front.complexity"></a><h6>
-<a name="id1067067"></a>
+<a name="id952658"></a>
             <a class="link" href="push_front.html#fusion.algorithm.transformation.metafunctions.push_front.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.push_front.header"></a><h6>
-<a name="id1067086"></a>
+<a name="id952687"></a>
             <a class="link" href="push_front.html#fusion.algorithm.transformation.metafunctions.push_front.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">push_front</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/remove.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/remove.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/remove.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>remove</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="replace_if.html" title="replace_if">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.metafunctions.remove"></a><a class="link" href="remove.html" title="remove">remove</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.metafunctions.remove.description"></a><h6>
-<a name="id1057800"></a>
+<a name="id942663"></a>
             <a class="link" href="remove.html#fusion.algorithm.transformation.metafunctions.remove.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             removal types.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.remove.synopsis"></a><h6>
-<a name="id1057830"></a>
+<a name="id942711"></a>
             <a class="link" href="remove.html#fusion.algorithm.transformation.metafunctions.remove.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -48,7 +48,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1057918"></a><p class="title"><b>Table&#160;1.83.&#160;Parameters</b></p>
+<a name="id942828"></a><p class="title"><b>Table&#160;1.83.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -112,7 +112,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.metafunctions.remove.expression_semantics"></a><h6>
-<a name="id1058036"></a>
+<a name="id942972"></a>
             <a class="link" href="remove.html#fusion.algorithm.transformation.metafunctions.remove.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -123,15 +123,15 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
- implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
+ implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a sequence containing
@@ -141,14 +141,14 @@
             <span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special">&lt;</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">_</span><span class="special">,</span> <span class="identifier">T</span><span class="special">&gt;</span> <span class="special">&gt;::</span><span class="identifier">type</span></code>.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.remove.complexity"></a><h6>
-<a name="id1058239"></a>
+<a name="id943281"></a>
             <a class="link" href="remove.html#fusion.algorithm.transformation.metafunctions.remove.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.remove.header"></a><h6>
-<a name="id1058261"></a>
+<a name="id943311"></a>
             <a class="link" href="remove.html#fusion.algorithm.transformation.metafunctions.remove.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">remove</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/remove_if.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/remove_if.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/remove_if.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>remove_if</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="remove.html" title="remove">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.metafunctions.remove_if"></a><a class="link" href="remove_if.html" title="remove_if">remove_if</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.metafunctions.remove_if.description"></a><h6>
-<a name="id1058389"></a>
+<a name="id943499"></a>
             <a class="link" href="remove_if.html#fusion.algorithm.transformation.metafunctions.remove_if.description">Description</a>
           </h6>
 <p>
@@ -36,7 +36,7 @@
             Lambda Expression</a> predicate types.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.remove_if.synopsis"></a><h6>
-<a name="id1058420"></a>
+<a name="id943554"></a>
             <a class="link" href="remove_if.html#fusion.algorithm.transformation.metafunctions.remove_if.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -49,7 +49,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1058506"></a><p class="title"><b>Table&#160;1.84.&#160;Parameters</b></p>
+<a name="id943672"></a><p class="title"><b>Table&#160;1.84.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -114,7 +114,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.metafunctions.remove_if.expression_semantics"></a><h6>
-<a name="id1058652"></a>
+<a name="id943857"></a>
             <a class="link" href="remove_if.html#fusion.algorithm.transformation.metafunctions.remove_if.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -125,15 +125,15 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
- implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
+ implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a sequence containing
@@ -142,14 +142,14 @@
             to <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">false_</span></code>.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.remove_if.complexity"></a><h6>
-<a name="id1058795"></a>
+<a name="id944090"></a>
             <a class="link" href="remove_if.html#fusion.algorithm.transformation.metafunctions.remove_if.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.remove_if.header"></a><h6>
-<a name="id1058814"></a>
+<a name="id944119"></a>
             <a class="link" href="remove_if.html#fusion.algorithm.transformation.metafunctions.remove_if.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">remove_if</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/replace.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/replace.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/replace.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>replace</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="transform.html" title="transform">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.metafunctions.replace"></a><a class="link" href="replace.html" title="replace">replace</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.metafunctions.replace.description"></a><h6>
-<a name="id1056729"></a>
+<a name="id941243"></a>
             <a class="link" href="replace.html#fusion.algorithm.transformation.metafunctions.replace.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             the input sequence and element to replace.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.replace.synopsis"></a><h6>
-<a name="id1056758"></a>
+<a name="id941292"></a>
             <a class="link" href="replace.html#fusion.algorithm.transformation.metafunctions.replace.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -48,7 +48,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1056914"></a><p class="title"><b>Table&#160;1.81.&#160;Parameters</b></p>
+<a name="id941409"></a><p class="title"><b>Table&#160;1.81.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -112,7 +112,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.metafunctions.replace.expression_semantics"></a><h6>
-<a name="id1057033"></a>
+<a name="id941556"></a>
             <a class="link" href="replace.html#fusion.algorithm.transformation.metafunctions.replace.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -127,14 +127,14 @@
             <a class="link" href="../functions/replace.html" title="replace"><code class="computeroutput"><span class="identifier">replace</span></code></a>.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.replace.complexity"></a><h6>
-<a name="id1057120"></a>
+<a name="id941697"></a>
             <a class="link" href="replace.html#fusion.algorithm.transformation.metafunctions.replace.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.replace.header"></a><h6>
-<a name="id1057139"></a>
+<a name="id941726"></a>
             <a class="link" href="replace.html#fusion.algorithm.transformation.metafunctions.replace.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">replace</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/replace_if.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/replace_if.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/replace_if.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>replace_if</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="replace.html" title="replace">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.metafunctions.replace_if"></a><a class="link" href="replace_if.html" title="replace_if">replace_if</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.metafunctions.replace_if.description"></a><h6>
-<a name="id1057272"></a>
+<a name="id941912"></a>
             <a class="link" href="replace_if.html#fusion.algorithm.transformation.metafunctions.replace_if.description">Description</a>
           </h6>
 <p>
@@ -36,7 +36,7 @@
             Function Object</a> predicate and replacement object.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.replace_if.synopsis"></a><h6>
-<a name="id1057303"></a>
+<a name="id941972"></a>
             <a class="link" href="replace_if.html#fusion.algorithm.transformation.metafunctions.replace_if.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -49,7 +49,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1057400"></a><p class="title"><b>Table&#160;1.82.&#160;Parameters</b></p>
+<a name="id942105"></a><p class="title"><b>Table&#160;1.82.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -131,7 +131,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.metafunctions.replace_if.expression_semantics"></a><h6>
-<a name="id1057556"></a>
+<a name="id942298"></a>
             <a class="link" href="replace_if.html#fusion.algorithm.transformation.metafunctions.replace_if.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -146,14 +146,14 @@
             <a class="link" href="../functions/replace_if.html" title="replace_if"><code class="computeroutput"><span class="identifier">replace_if</span></code></a>.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.replace_if.complexity"></a><h6>
-<a name="id1057652"></a>
+<a name="id942448"></a>
             <a class="link" href="replace_if.html#fusion.algorithm.transformation.metafunctions.replace_if.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.replace_if.header"></a><h6>
-<a name="id1057672"></a>
+<a name="id942477"></a>
             <a class="link" href="replace_if.html#fusion.algorithm.transformation.metafunctions.replace_if.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">replace_if</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/reverse.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/reverse.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/reverse.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>reverse</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="remove_if.html" title="remove_if">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.metafunctions.reverse"></a><a class="link" href="reverse.html" title="reverse">reverse</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.metafunctions.reverse.description"></a><h6>
-<a name="id1058942"></a>
+<a name="id944304"></a>
             <a class="link" href="reverse.html#fusion.algorithm.transformation.metafunctions.reverse.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             type.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.reverse.synopsis"></a><h6>
-<a name="id1058971"></a>
+<a name="id944351"></a>
             <a class="link" href="reverse.html#fusion.algorithm.transformation.metafunctions.reverse.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -47,7 +47,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1059729"></a><p class="title"><b>Table&#160;1.85.&#160;Parameters</b></p>
+<a name="id944451"></a><p class="title"><b>Table&#160;1.85.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -92,7 +92,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.metafunctions.reverse.expression_semantics"></a><h6>
-<a name="id1059815"></a>
+<a name="id944557"></a>
             <a class="link" href="reverse.html#fusion.algorithm.transformation.metafunctions.reverse.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -103,34 +103,34 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
- Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
- is a <a class="link" href="../../../sequence/concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
- Sequence</a> else, <a class="link" href="../../../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
- Access Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
- is a <a class="link" href="../../../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
- Access Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
+ Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
+ is a <a class="link" href="../../../sequence/concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
+ Sequence</a> else, <a class="link" href="../../../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
+ Access Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
+ is a <a class="link" href="../../../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
+ Access Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
- implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
+ implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a sequence with the
             elements in the reverse order to <code class="computeroutput"><span class="identifier">Sequence</span></code>.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.reverse.complexity"></a><h6>
-<a name="id1059948"></a>
+<a name="id944785"></a>
             <a class="link" href="reverse.html#fusion.algorithm.transformation.metafunctions.reverse.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.reverse.header"></a><h6>
-<a name="id1059968"></a>
+<a name="id944815"></a>
             <a class="link" href="reverse.html#fusion.algorithm.transformation.metafunctions.reverse.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">reverse</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/transform.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/transform.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/transform.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>transform</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="filter_if.html" title="filter_if">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.metafunctions.transform"></a><a class="link" href="transform.html" title="transform">transform</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.metafunctions.transform.description"></a><h6>
-<a name="id1055259"></a>
+<a name="id939151"></a>
             <a class="link" href="transform.html#fusion.algorithm.transformation.metafunctions.transform.description">Description</a>
           </h6>
 <p>
@@ -38,7 +38,7 @@
             of <code class="computeroutput"><span class="identifier">seq</span></code>.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.transform.unary_version_synopsis"></a><h6>
-<a name="id1055330"></a>
+<a name="id939265"></a>
             <a class="link" href="transform.html#fusion.algorithm.transformation.metafunctions.transform.unary_version_synopsis">Unary
             version synopsis</a>
           </h6>
@@ -50,7 +50,7 @@
     <span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">F</span> <span class="identifier">f</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1055472"></a><p class="title"><b>Table&#160;1.79.&#160;Parameters</b></p>
+<a name="id939467"></a><p class="title"><b>Table&#160;1.79.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -118,7 +118,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.algorithm.transformation.metafunctions.transform.expression_semantics"></a><h6>
-<a name="id1055679"></a>
+<a name="id939746"></a>
             <a class="link" href="transform.html#fusion.algorithm.transformation.metafunctions.transform.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -129,15 +129,15 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>
-</li>
+ A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
- implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ A model of <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
+ implements the <a class="link" href="../../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence, containing
@@ -145,7 +145,7 @@
             within <code class="computeroutput"><span class="identifier">seq</span></code>.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.transform.binary_version_synopsis"></a><h6>
-<a name="id1055806"></a>
+<a name="id939953"></a>
             <a class="link" href="transform.html#fusion.algorithm.transformation.metafunctions.transform.binary_version_synopsis">Binary
             version synopsis</a>
           </h6>
@@ -158,7 +158,7 @@
     <span class="identifier">Sequence1</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq1</span><span class="special">,</span> <span class="identifier">Sequence2</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq2</span><span class="special">,</span> <span class="identifier">F</span> <span class="identifier">f</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id1055996"></a><p class="title"><b>Table&#160;1.80.&#160;Parameters</b></p>
+<a name="id940218"></a><p class="title"><b>Table&#160;1.80.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -255,21 +255,21 @@
             within <code class="computeroutput"><span class="identifier">seq1</span></code> and <code class="computeroutput"><span class="identifier">seq2</span></code> respectively.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.transform.complexity"></a><h6>
-<a name="id1056354"></a>
+<a name="id940717"></a>
             <a class="link" href="transform.html#fusion.algorithm.transformation.metafunctions.transform.complexity">Complexity</a>
           </h6>
 <p>
             Constant. Returns a view which is lazily evaluated.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.transform.header"></a><h6>
-<a name="id1056373"></a>
+<a name="id940744"></a>
             <a class="link" href="transform.html#fusion.algorithm.transformation.metafunctions.transform.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">transform</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">transform</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.algorithm.transformation.metafunctions.transform.example"></a><h6>
-<a name="id1056493"></a>
+<a name="id940910"></a>
             <a class="link" href="transform.html#fusion.algorithm.transformation.metafunctions.transform.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">triple</span>

Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/zip.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/zip.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/zip.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>zip</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="join.html" title="join">
@@ -27,7 +27,7 @@
 <a name="fusion.algorithm.transformation.metafunctions.zip"></a><a class="link" href="zip.html" title="zip">zip</a>
 </h5></div></div></div>
 <a name="fusion.algorithm.transformation.metafunctions.zip.description"></a><h6>
-<a name="id1064284"></a>
+<a name="id949418"></a>
             <a class="link" href="zip.html#fusion.algorithm.transformation.metafunctions.zip.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             of the members of the component sequences.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.zip.synopsis"></a><h6>
-<a name="id1064305"></a>
+<a name="id949449"></a>
             <a class="link" href="zip.html#fusion.algorithm.transformation.metafunctions.zip.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -50,7 +50,7 @@
 <span class="special">};</span>
 </pre>
 <a name="fusion.algorithm.transformation.metafunctions.zip.expression_semantics"></a><h6>
-<a name="id1064414"></a>
+<a name="id949598"></a>
             <a class="link" href="zip.html#fusion.algorithm.transformation.metafunctions.zip.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -72,14 +72,14 @@
             <span class="char">'c'</span><span class="special">))</span></code>
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.zip.complexity"></a><h6>
-<a name="id1064634"></a>
+<a name="id949910"></a>
             <a class="link" href="zip.html#fusion.algorithm.transformation.metafunctions.zip.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithm.transformation.metafunctions.zip.header"></a><h6>
-<a name="id1064656"></a>
+<a name="id949938"></a>
             <a class="link" href="zip.html#fusion.algorithm.transformation.metafunctions.zip.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">zip</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/change_log.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/change_log.html (original)
+++ trunk/libs/fusion/doc/html/fusion/change_log.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Change log</title>
 <link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="prev" href="notes.html" title="Notes">
@@ -31,59 +31,59 @@
     </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- Sep 27, 2006: Added <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">tuple</span></code>
- support. (Joel de Guzman)
- </li>
-<li class="listitem">
- Nov 17, 2006: Added <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">variant</span></code>
- support. (Joel de Guzman)
- </li>
-<li class="listitem">
- Feb 15, 2007: Added functional module. (Tobias Schwinger)
- </li>
-<li class="listitem">
- April 2, 2007: Added struct adapter. (Joel de Guzman)
- </li>
-<li class="listitem">
- May 8, 2007: Added associative struct adapter. (Dan Marsden)
- </li>
-<li class="listitem">
- Dec 20, 2007: Removed <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">variant</span></code>
- support. After thorough investigation, I think now that the move to make
- variant a fusion sequence is rather quirky. A variant will always have a
- size==1 regardless of the number of types it can contain and there's no way
- to know at compile time what it contains. Iterating over its types is simply
- wrong. All these imply that the variant is <span class="bold"><strong>not</strong></span>
- a fusion sequence. (Joel de Guzman)
- </li>
-<li class="listitem">
- Oct 12, 2009: The accumulator is the first argument to the functor of <a class="link" href="algorithm/iteration/functions/fold.html" title="fold"><code class="computeroutput"><span class="identifier">fold</span></code></a>
- and <a class="link" href="algorithm/iteration/functions/accumulate.html" title="accumulate"><code class="computeroutput"><span class="identifier">accumulate</span></code></a>. (Christopher Schmidt)
- </li>
-<li class="listitem">
- Oct 30, 2009: Added support for associative iterators and views. (Christopher
- Schmidt)
- </li>
-<li class="listitem">
- March 1, 2010: Added <a class="link" href="adapted/adapt_struct_named.html" title="BOOST_FUSION_ADAPT_STRUCT_NAMED">BOOST_FUSION_ADAPT_STRUCT_NAMED</a>
- and <a class="link" href="adapted/adapt_struct_named.html" title="BOOST_FUSION_ADAPT_STRUCT_NAMED">BOOST_FUSION_ADAPT_STRUCT_NAMED_NS</a>
- (Hartmut Kaiser)
- </li>
-<li class="listitem">
- April 4, 2010: Added <a class="link" href="adapted/array.html" title="Array">array</a> support,
- <a class="link" href="adapted/adapt_tpl_struct.html" title="BOOST_FUSION_ADAPT_TPL_STRUCT">BOOST_FUSION_ADAPT_TPL_STRUCT</a>,
- <a class="link" href="adapted/adapt_assoc_tpl_struct.html" title="BOOST_FUSION_ADAPT_ASSOC_TPL_STRUCT">BOOST_FUSION_ADAPT_ASSOC_TPL_STRUCT</a>,
- <a class="link" href="adapted/adapt_assoc_struct_named.html" title="BOOST_FUSION_ADAPT_ASSOC_STRUCT_NAMED">BOOST_FUSION_ADAPT_ASSOC_STRUCT_NAMED</a>
- and <a class="link" href="adapted/adapt_assoc_struct_named.html" title="BOOST_FUSION_ADAPT_ASSOC_STRUCT_NAMED">BOOST_FUSION_ADAPT_ASSOC_STRUCT_NAMED_NS</a>
- (Christopher Schmidt)
- </li>
-<li class="listitem">
- April 5, 2010: Added <a class="link" href="adapted/define_struct.html" title="BOOST_FUSION_DEFINE_STRUCT">BOOST_FUSION_DEFINE_STRUCT</a>,
- <a class="link" href="adapted/define_tpl_struct.html" title="BOOST_FUSION_DEFINE_TPL_STRUCT">BOOST_FUSION_DEFINE_TPL_STRUCT</a>,
- <a class="link" href="adapted/define_assoc_struct.html" title="BOOST_FUSION_DEFINE_ASSOC_STRUCT">BOOST_FUSION_DEFINE_ASSOC_STRUCT</a>
- and <a class="link" href="adapted/define_assoc_tpl_struct.html" title="BOOST_FUSION_DEFINE_ASSOC_TPL_STRUCT">BOOST_FUSION_DEFINE_ASSOC_TPL_STRUCT</a>
- (Christopher Schmidt)
- </li>
+ Sep 27, 2006: Added <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">tuple</span></code>
+ support. (Joel de Guzman)
+ </li>
+<li class="listitem">
+ Nov 17, 2006: Added <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">variant</span></code>
+ support. (Joel de Guzman)
+ </li>
+<li class="listitem">
+ Feb 15, 2007: Added functional module. (Tobias Schwinger)
+ </li>
+<li class="listitem">
+ April 2, 2007: Added struct adapter. (Joel de Guzman)
+ </li>
+<li class="listitem">
+ May 8, 2007: Added associative struct adapter. (Dan Marsden)
+ </li>
+<li class="listitem">
+ Dec 20, 2007: Removed <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">variant</span></code>
+ support. After thorough investigation, I think now that the move to make
+ variant a fusion sequence is rather quirky. A variant will always have
+ a size==1 regardless of the number of types it can contain and there's
+ no way to know at compile time what it contains. Iterating over its types
+ is simply wrong. All these imply that the variant is <span class="bold"><strong>not</strong></span>
+ a fusion sequence. (Joel de Guzman)
+ </li>
+<li class="listitem">
+ Oct 12, 2009: The accumulator is the first argument to the functor of
+ <a class="link" href="algorithm/iteration/functions/fold.html" title="fold"><code class="computeroutput"><span class="identifier">fold</span></code></a> and <a class="link" href="algorithm/iteration/functions/accumulate.html" title="accumulate"><code class="computeroutput"><span class="identifier">accumulate</span></code></a>. (Christopher Schmidt)
+ </li>
+<li class="listitem">
+ Oct 30, 2009: Added support for associative iterators and views. (Christopher
+ Schmidt)
+ </li>
+<li class="listitem">
+ March 1, 2010: Added <a class="link" href="adapted/adapt_struct_named.html" title="BOOST_FUSION_ADAPT_STRUCT_NAMED">BOOST_FUSION_ADAPT_STRUCT_NAMED</a>
+ and <a class="link" href="adapted/adapt_struct_named.html" title="BOOST_FUSION_ADAPT_STRUCT_NAMED">BOOST_FUSION_ADAPT_STRUCT_NAMED_NS</a>
+ (Hartmut Kaiser)
+ </li>
+<li class="listitem">
+ April 4, 2010: Added <a class="link" href="adapted/array.html" title="Array">array</a>
+ support, <a class="link" href="adapted/adapt_tpl_struct.html" title="BOOST_FUSION_ADAPT_TPL_STRUCT">BOOST_FUSION_ADAPT_TPL_STRUCT</a>,
+ <a class="link" href="adapted/adapt_assoc_tpl_struct.html" title="BOOST_FUSION_ADAPT_ASSOC_TPL_STRUCT">BOOST_FUSION_ADAPT_ASSOC_TPL_STRUCT</a>,
+ <a class="link" href="adapted/adapt_assoc_struct_named.html" title="BOOST_FUSION_ADAPT_ASSOC_STRUCT_NAMED">BOOST_FUSION_ADAPT_ASSOC_STRUCT_NAMED</a>
+ and <a class="link" href="adapted/adapt_assoc_struct_named.html" title="BOOST_FUSION_ADAPT_ASSOC_STRUCT_NAMED">BOOST_FUSION_ADAPT_ASSOC_STRUCT_NAMED_NS</a>
+ (Christopher Schmidt)
+ </li>
+<li class="listitem">
+ April 5, 2010: Added <a class="link" href="adapted/define_struct.html" title="BOOST_FUSION_DEFINE_STRUCT">BOOST_FUSION_DEFINE_STRUCT</a>,
+ <a class="link" href="adapted/define_tpl_struct.html" title="BOOST_FUSION_DEFINE_TPL_STRUCT">BOOST_FUSION_DEFINE_TPL_STRUCT</a>,
+ <a class="link" href="adapted/define_assoc_struct.html" title="BOOST_FUSION_DEFINE_ASSOC_STRUCT">BOOST_FUSION_DEFINE_ASSOC_STRUCT</a>
+ and <a class="link" href="adapted/define_assoc_tpl_struct.html" title="BOOST_FUSION_DEFINE_ASSOC_TPL_STRUCT">BOOST_FUSION_DEFINE_ASSOC_TPL_STRUCT</a>
+ (Christopher Schmidt)
+ </li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/container.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Container</title>
 <link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="prev" href="sequence/operator/comparison/greater_than_equal.html" title="greater than equal">
@@ -49,7 +49,7 @@
       These containers are more or less counterparts of those in STL.
     </p>
 <a name="fusion.container.header"></a><h4>
-<a name="id942998"></a>
+<a name="id825966"></a>
       <a class="link" href="container.html#fusion.container.header">Header</a>
     </h4>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/container/cons.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/cons.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/cons.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>cons</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../container.html" title="Container">
 <link rel="prev" href="vector.html" title="vector">
@@ -27,7 +27,7 @@
 <a name="fusion.container.cons"></a><a class="link" href="cons.html" title="cons">cons</a>
 </h3></div></div></div>
 <a name="fusion.container.cons.description"></a><h5>
-<a name="id945694"></a>
+<a name="id828853"></a>
         <a class="link" href="cons.html#fusion.container.cons.description">Description</a>
       </h5>
 <p>
@@ -42,21 +42,21 @@
         Inlined Functions</a>).
       </p>
 <a name="fusion.container.cons.header"></a><h5>
-<a name="id945776"></a>
+<a name="id828996"></a>
         <a class="link" href="cons.html#fusion.container.cons.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">list</span><span class="special">/</span><span class="identifier">cons</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">cons</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.cons.synopsis"></a><h5>
-<a name="id945891"></a>
+<a name="id829160"></a>
         <a class="link" href="cons.html#fusion.container.cons.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Car</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Cdr</span> <span class="special">=</span> <span class="identifier">nil</span><span class="special">&gt;</span>
 <span class="keyword">struct</span> <span class="identifier">cons</span><span class="special">;</span>
 </pre>
 <a name="fusion.container.cons.template_parameters"></a><h5>
-<a name="id945965"></a>
+<a name="id829268"></a>
         <a class="link" href="cons.html#fusion.container.cons.template_parameters">Template parameters</a>
       </h5>
 <div class="informaltable"><table class="table">
@@ -119,10 +119,12 @@
 </tbody>
 </table></div>
 <a name="fusion.container.cons.model_of"></a><h5>
-<a name="id946092"></a>
+<a name="id829423"></a>
         <a class="link" href="cons.html#fusion.container.cons.model_of">Model of</a>
       </h5>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><a class="link" href="../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward Sequence</a></li></ul></div>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ <a class="link" href="../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward Sequence</a>
+ </li></ul></div>
 <div class="variablelist">
 <p class="title"><b>Notation</b></p>
 <dl>
@@ -159,7 +161,7 @@
 </dl>
 </div>
 <a name="fusion.container.cons.expression_semantics"></a><h5>
-<a name="id946305"></a>
+<a name="id829717"></a>
         <a class="link" href="cons.html#fusion.container.cons.expression_semantics">Expression Semantics</a>
       </h5>
 <p>
@@ -292,7 +294,7 @@
       </p>
 </div>
 <a name="fusion.container.cons.example"></a><h5>
-<a name="id946779"></a>
+<a name="id830376"></a>
         <a class="link" href="cons.html#fusion.container.cons.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="identifier">cons</span><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="identifier">cons</span><span class="special">&lt;</span><span class="keyword">float</span><span class="special">&gt;</span> <span class="special">&gt;</span> <span class="identifier">l</span><span class="special">(</span><span class="number">12</span><span class="special">,</span> <span class="identifier">cons</span><span class="special">&lt;</span><span class="keyword">float</span><span class="special">&gt;(</span><span class="number">5.5f</span><span class="special">));</span>

Modified: trunk/libs/fusion/doc/html/fusion/container/conversion.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/conversion.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/conversion.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Conversion</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../container.html" title="Container">
 <link rel="prev" href="generation/metafunctions/map_tie.html" title="map_tie">
@@ -35,7 +35,7 @@
         types using one of these conversion functions.
       </p>
 <a name="fusion.container.conversion.header"></a><h5>
-<a name="id973295"></a>
+<a name="id858753"></a>
         <a class="link" href="conversion.html#fusion.container.conversion.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">convert</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/container/conversion/functions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/conversion/functions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/conversion/functions.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Functions</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../conversion.html" title="Conversion">
 <link rel="prev" href="../conversion.html" title="Conversion">

Modified: trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_list.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_list.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_list.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>as_list</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="../functions.html" title="Functions">
@@ -27,14 +27,14 @@
 <a name="fusion.container.conversion.functions.as_list"></a><a class="link" href="as_list.html" title="as_list">as_list</a>
 </h5></div></div></div>
 <a name="fusion.container.conversion.functions.as_list.description"></a><h6>
-<a name="id973379"></a>
+<a name="id858882"></a>
             <a class="link" href="as_list.html#fusion.container.conversion.functions.as_list.description">Description</a>
           </h6>
 <p>
             Convert a fusion sequence to a <a class="link" href="../../list.html" title="list"><code class="computeroutput"><span class="identifier">list</span></code></a>.
           </p>
 <a name="fusion.container.conversion.functions.as_list.synopsis"></a><h6>
-<a name="id973408"></a>
+<a name="id858929"></a>
             <a class="link" href="as_list.html#fusion.container.conversion.functions.as_list.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">&gt;</span>
@@ -46,7 +46,7 @@
 <span class="identifier">as_list</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">);</span>
 </pre>
 <a name="fusion.container.conversion.functions.as_list.parameters"></a><h6>
-<a name="id973590"></a>
+<a name="id859184"></a>
             <a class="link" href="as_list.html#fusion.container.conversion.functions.as_list.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -91,7 +91,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.container.conversion.functions.as_list.expression_semantics"></a><h6>
-<a name="id975865"></a>
+<a name="id859295"></a>
             <a class="link" href="as_list.html#fusion.container.conversion.functions.as_list.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -105,14 +105,14 @@
             <code class="computeroutput"><span class="identifier">seq</span></code>, to a <a class="link" href="../../list.html" title="list"><code class="computeroutput"><span class="identifier">list</span></code></a>.
           </p>
 <a name="fusion.container.conversion.functions.as_list.header"></a><h6>
-<a name="id975965"></a>
+<a name="id859453"></a>
             <a class="link" href="as_list.html#fusion.container.conversion.functions.as_list.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">list</span><span class="special">/</span><span class="identifier">convert</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">as_list</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.conversion.functions.as_list.example"></a><h6>
-<a name="id976080"></a>
+<a name="id859619"></a>
             <a class="link" href="as_list.html#fusion.container.conversion.functions.as_list.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">as_list</span><span class="special">(</span><a class="link" href="../../generation/functions/make_vector.html" title="make_vector"><code class="computeroutput"><span class="identifier">make_vector</span></code></a><span class="special">(</span><span class="char">'x'</span><span class="special">,</span> <span class="number">123</span><span class="special">,</span> <span class="string">"hello"</span><span class="special">))</span>

Modified: trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_map.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_map.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_map.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>as_map</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="as_set.html" title="as_set">
@@ -27,14 +27,14 @@
 <a name="fusion.container.conversion.functions.as_map"></a><a class="link" href="as_map.html" title="as_map">as_map</a>
 </h5></div></div></div>
 <a name="fusion.container.conversion.functions.as_map.description"></a><h6>
-<a name="id977345"></a>
+<a name="id861449"></a>
             <a class="link" href="as_map.html#fusion.container.conversion.functions.as_map.description">Description</a>
           </h6>
 <p>
             Convert a fusion sequence to a <a class="link" href="../../map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a>.
           </p>
 <a name="fusion.container.conversion.functions.as_map.synopsis"></a><h6>
-<a name="id977373"></a>
+<a name="id861495"></a>
             <a class="link" href="as_map.html#fusion.container.conversion.functions.as_map.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">&gt;</span>
@@ -46,7 +46,7 @@
 <span class="identifier">as_map</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">);</span>
 </pre>
 <a name="fusion.container.conversion.functions.as_map.parameters"></a><h6>
-<a name="id977553"></a>
+<a name="id861750"></a>
             <a class="link" href="as_map.html#fusion.container.conversion.functions.as_map.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -91,7 +91,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.container.conversion.functions.as_map.expression_semantics"></a><h6>
-<a name="id977641"></a>
+<a name="id861860"></a>
             <a class="link" href="as_map.html#fusion.container.conversion.functions.as_map.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -110,14 +110,14 @@
             There may be no duplicate <a class="link" href="../../../support/pair.html" title="pair"><code class="computeroutput"><span class="identifier">fusion</span><span class="special">::</span><span class="identifier">pair</span></code></a> key types.
           </p>
 <a name="fusion.container.conversion.functions.as_map.header"></a><h6>
-<a name="id977771"></a>
+<a name="id862064"></a>
             <a class="link" href="as_map.html#fusion.container.conversion.functions.as_map.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">map</span><span class="special">/</span><span class="identifier">convert</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">as_map</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.conversion.functions.as_map.example"></a><h6>
-<a name="id977886"></a>
+<a name="id862230"></a>
             <a class="link" href="as_map.html#fusion.container.conversion.functions.as_map.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">as_map</span><span class="special">(</span><a class="link" href="../../generation/functions/make_vector.html" title="make_vector"><code class="computeroutput"><span class="identifier">make_vector</span></code></a><span class="special">(</span>

Modified: trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_set.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_set.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_set.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>as_set</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="as_vector.html" title="as_vector">
@@ -27,14 +27,14 @@
 <a name="fusion.container.conversion.functions.as_set"></a><a class="link" href="as_set.html" title="as_set">as_set</a>
 </h5></div></div></div>
 <a name="fusion.container.conversion.functions.as_set.description"></a><h6>
-<a name="id976749"></a>
+<a name="id860588"></a>
             <a class="link" href="as_set.html#fusion.container.conversion.functions.as_set.description">Description</a>
           </h6>
 <p>
             Convert a fusion sequence to a <a class="link" href="../../set.html" title="set"><code class="computeroutput"><span class="identifier">set</span></code></a>.
           </p>
 <a name="fusion.container.conversion.functions.as_set.synopsis"></a><h6>
-<a name="id976778"></a>
+<a name="id860634"></a>
             <a class="link" href="as_set.html#fusion.container.conversion.functions.as_set.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">&gt;</span>
@@ -46,7 +46,7 @@
 <span class="identifier">as_set</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">);</span>
 </pre>
 <a name="fusion.container.conversion.functions.as_set.parameters"></a><h6>
-<a name="id976958"></a>
+<a name="id860889"></a>
             <a class="link" href="as_set.html#fusion.container.conversion.functions.as_set.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -91,7 +91,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.container.conversion.functions.as_set.expression_semantics"></a><h6>
-<a name="id977046"></a>
+<a name="id861000"></a>
             <a class="link" href="as_set.html#fusion.container.conversion.functions.as_set.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -109,14 +109,14 @@
             key types.
           </p>
 <a name="fusion.container.conversion.functions.as_set.header"></a><h6>
-<a name="id977155"></a>
+<a name="id861168"></a>
             <a class="link" href="as_set.html#fusion.container.conversion.functions.as_set.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">set</span><span class="special">/</span><span class="identifier">convert</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">as_set</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.conversion.functions.as_set.example"></a><h6>
-<a name="id977270"></a>
+<a name="id861334"></a>
             <a class="link" href="as_set.html#fusion.container.conversion.functions.as_set.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">as_set</span><span class="special">(</span><a class="link" href="../../generation/functions/make_vector.html" title="make_vector"><code class="computeroutput"><span class="identifier">make_vector</span></code></a><span class="special">(</span><span class="char">'x'</span><span class="special">,</span> <span class="number">123</span><span class="special">,</span> <span class="string">"hello"</span><span class="special">))</span>

Modified: trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_vector.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_vector.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_vector.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>as_vector</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="as_list.html" title="as_list">
@@ -27,14 +27,14 @@
 <a name="fusion.container.conversion.functions.as_vector"></a><a class="link" href="as_vector.html" title="as_vector">as_vector</a>
 </h5></div></div></div>
 <a name="fusion.container.conversion.functions.as_vector.description"></a><h6>
-<a name="id976154"></a>
+<a name="id859734"></a>
             <a class="link" href="as_vector.html#fusion.container.conversion.functions.as_vector.description">Description</a>
           </h6>
 <p>
             Convert a fusion sequence to a <a class="link" href="../../vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a>.
           </p>
 <a name="fusion.container.conversion.functions.as_vector.synopsis"></a><h6>
-<a name="id976185"></a>
+<a name="id859781"></a>
             <a class="link" href="as_vector.html#fusion.container.conversion.functions.as_vector.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">&gt;</span>
@@ -46,7 +46,7 @@
 <span class="identifier">as_vector</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">);</span>
 </pre>
 <a name="fusion.container.conversion.functions.as_vector.parameters"></a><h6>
-<a name="id976370"></a>
+<a name="id860037"></a>
             <a class="link" href="as_vector.html#fusion.container.conversion.functions.as_vector.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -91,7 +91,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.container.conversion.functions.as_vector.expression_semantics"></a><h6>
-<a name="id976460"></a>
+<a name="id860148"></a>
             <a class="link" href="as_vector.html#fusion.container.conversion.functions.as_vector.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -105,14 +105,14 @@
             <code class="computeroutput"><span class="identifier">seq</span></code>, to a <a class="link" href="../../vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a>.
           </p>
 <a name="fusion.container.conversion.functions.as_vector.header"></a><h6>
-<a name="id976560"></a>
+<a name="id860307"></a>
             <a class="link" href="as_vector.html#fusion.container.conversion.functions.as_vector.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">vector</span><span class="special">/</span><span class="identifier">convert</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">as_vector</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.conversion.functions.as_vector.example"></a><h6>
-<a name="id976675"></a>
+<a name="id860474"></a>
             <a class="link" href="as_vector.html#fusion.container.conversion.functions.as_vector.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">as_vector</span><span class="special">(</span><a class="link" href="../../generation/functions/make_list.html" title="make_list"><code class="computeroutput"><span class="identifier">make_list</span></code></a><span class="special">(</span><span class="char">'x'</span><span class="special">,</span> <span class="number">123</span><span class="special">,</span> <span class="string">"hello"</span><span class="special">))</span>

Modified: trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Metafunctions</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../conversion.html" title="Conversion">
 <link rel="prev" href="functions/as_map.html" title="as_map">

Modified: trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_list.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_list.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_list.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>as_list</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="../metafunctions.html" title="Metafunctions">
@@ -27,21 +27,21 @@
 <a name="fusion.container.conversion.metafunctions.as_list"></a><a class="link" href="as_list.html" title="as_list">as_list</a>
 </h5></div></div></div>
 <a name="fusion.container.conversion.metafunctions.as_list.description"></a><h6>
-<a name="id978895"></a>
+<a name="id862418"></a>
             <a class="link" href="as_list.html#fusion.container.conversion.metafunctions.as_list.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/as_list.html" title="as_list"><code class="computeroutput"><span class="identifier">as_list</span></code></a>.
           </p>
 <a name="fusion.container.conversion.metafunctions.as_list.synopsis"></a><h6>
-<a name="id978926"></a>
+<a name="id862466"></a>
             <a class="link" href="as_list.html#fusion.container.conversion.metafunctions.as_list.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">&gt;</span>
 <span class="keyword">struct</span> <span class="identifier">as_list</span><span class="special">;</span>
 </pre>
 <a name="fusion.container.conversion.metafunctions.as_list.parameters"></a><h6>
-<a name="id978983"></a>
+<a name="id862544"></a>
             <a class="link" href="as_list.html#fusion.container.conversion.metafunctions.as_list.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -86,7 +86,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.container.conversion.metafunctions.as_list.expression_semantics"></a><h6>
-<a name="id979077"></a>
+<a name="id862662"></a>
             <a class="link" href="as_list.html#fusion.container.conversion.metafunctions.as_list.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -101,14 +101,14 @@
             <code class="computeroutput"><span class="identifier">Sequence</span></code>, to a <a class="link" href="../../list.html" title="list"><code class="computeroutput"><span class="identifier">list</span></code></a>.
           </p>
 <a name="fusion.container.conversion.metafunctions.as_list.header"></a><h6>
-<a name="id979177"></a>
+<a name="id862816"></a>
             <a class="link" href="as_list.html#fusion.container.conversion.metafunctions.as_list.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">list</span><span class="special">/</span><span class="identifier">convert</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">as_list</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.conversion.metafunctions.as_list.example"></a><h6>
-<a name="id979297"></a>
+<a name="id862983"></a>
             <a class="link" href="as_list.html#fusion.container.conversion.metafunctions.as_list.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">as_list</span><span class="special">&lt;</span><a class="link" href="../../vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">char</span><span class="special">,</span> <span class="keyword">int</span><span class="special">&gt;</span> <span class="special">&gt;::</span><span class="identifier">type</span>

Modified: trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_map.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_map.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_map.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>as_map</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="as_set.html" title="as_set">
@@ -27,21 +27,21 @@
 <a name="fusion.container.conversion.metafunctions.as_map"></a><a class="link" href="as_map.html" title="as_map">as_map</a>
 </h5></div></div></div>
 <a name="fusion.container.conversion.metafunctions.as_map.description"></a><h6>
-<a name="id980358"></a>
+<a name="id864501"></a>
             <a class="link" href="as_map.html#fusion.container.conversion.metafunctions.as_map.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/as_map.html" title="as_map"><code class="computeroutput"><span class="identifier">as_map</span></code></a>.
           </p>
 <a name="fusion.container.conversion.metafunctions.as_map.synopsis"></a><h6>
-<a name="id980389"></a>
+<a name="id864548"></a>
             <a class="link" href="as_map.html#fusion.container.conversion.metafunctions.as_map.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">&gt;</span>
 <span class="keyword">struct</span> <span class="identifier">as_map</span><span class="special">;</span>
 </pre>
 <a name="fusion.container.conversion.metafunctions.as_map.parameters"></a><h6>
-<a name="id980445"></a>
+<a name="id864627"></a>
             <a class="link" href="as_map.html#fusion.container.conversion.metafunctions.as_map.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -86,7 +86,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.container.conversion.metafunctions.as_map.expression_semantics"></a><h6>
-<a name="id980540"></a>
+<a name="id864746"></a>
             <a class="link" href="as_map.html#fusion.container.conversion.metafunctions.as_map.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -106,14 +106,14 @@
             There may be no duplicate <a class="link" href="../../../support/pair.html" title="pair"><code class="computeroutput"><span class="identifier">fusion</span><span class="special">::</span><span class="identifier">pair</span></code></a> key types.
           </p>
 <a name="fusion.container.conversion.metafunctions.as_map.header"></a><h6>
-<a name="id980667"></a>
+<a name="id864945"></a>
             <a class="link" href="as_map.html#fusion.container.conversion.metafunctions.as_map.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">map</span><span class="special">/</span><span class="identifier">convert</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">as_map</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.conversion.metafunctions.as_map.example"></a><h6>
-<a name="id980785"></a>
+<a name="id865112"></a>
             <a class="link" href="as_map.html#fusion.container.conversion.metafunctions.as_map.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">as_map</span><span class="special">&lt;</span><a class="link" href="../../vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_set.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_set.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_set.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>as_set</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="as_vector.html" title="as_vector">
@@ -27,21 +27,21 @@
 <a name="fusion.container.conversion.metafunctions.as_set"></a><a class="link" href="as_set.html" title="as_set">as_set</a>
 </h5></div></div></div>
 <a name="fusion.container.conversion.metafunctions.as_set.description"></a><h6>
-<a name="id979867"></a>
+<a name="id863799"></a>
             <a class="link" href="as_set.html#fusion.container.conversion.metafunctions.as_set.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/as_set.html" title="as_set"><code class="computeroutput"><span class="identifier">as_set</span></code></a>.
           </p>
 <a name="fusion.container.conversion.metafunctions.as_set.synopsis"></a><h6>
-<a name="id979898"></a>
+<a name="id863847"></a>
             <a class="link" href="as_set.html#fusion.container.conversion.metafunctions.as_set.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">&gt;</span>
 <span class="keyword">struct</span> <span class="identifier">as_set</span><span class="special">;</span>
 </pre>
 <a name="fusion.container.conversion.metafunctions.as_set.parameters"></a><h6>
-<a name="id979955"></a>
+<a name="id863925"></a>
             <a class="link" href="as_set.html#fusion.container.conversion.metafunctions.as_set.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -86,7 +86,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.container.conversion.metafunctions.as_set.expression_semantics"></a><h6>
-<a name="id980049"></a>
+<a name="id864045"></a>
             <a class="link" href="as_set.html#fusion.container.conversion.metafunctions.as_set.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -105,14 +105,14 @@
             key types.
           </p>
 <a name="fusion.container.conversion.metafunctions.as_set.header"></a><h6>
-<a name="id980156"></a>
+<a name="id864211"></a>
             <a class="link" href="as_set.html#fusion.container.conversion.metafunctions.as_set.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">set</span><span class="special">/</span><span class="identifier">convert</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">as_set</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.conversion.metafunctions.as_set.example"></a><h6>
-<a name="id980274"></a>
+<a name="id864377"></a>
             <a class="link" href="as_set.html#fusion.container.conversion.metafunctions.as_set.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">as_set</span><span class="special">&lt;</span><a class="link" href="../../vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">char</span><span class="special">,</span> <span class="keyword">int</span><span class="special">&gt;</span> <span class="special">&gt;::</span><span class="identifier">type</span>

Modified: trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_vector.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_vector.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_vector.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>as_vector</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="as_list.html" title="as_list">
@@ -27,21 +27,21 @@
 <a name="fusion.container.conversion.metafunctions.as_vector"></a><a class="link" href="as_vector.html" title="as_vector">as_vector</a>
 </h5></div></div></div>
 <a name="fusion.container.conversion.metafunctions.as_vector.description"></a><h6>
-<a name="id979381"></a>
+<a name="id863107"></a>
             <a class="link" href="as_vector.html#fusion.container.conversion.metafunctions.as_vector.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/as_vector.html" title="as_vector"><code class="computeroutput"><span class="identifier">as_vector</span></code></a>.
           </p>
 <a name="fusion.container.conversion.metafunctions.as_vector.synopsis"></a><h6>
-<a name="id979412"></a>
+<a name="id863155"></a>
             <a class="link" href="as_vector.html#fusion.container.conversion.metafunctions.as_vector.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">&gt;</span>
 <span class="keyword">struct</span> <span class="identifier">as_vector</span><span class="special">;</span>
 </pre>
 <a name="fusion.container.conversion.metafunctions.as_vector.parameters"></a><h6>
-<a name="id979469"></a>
+<a name="id863233"></a>
             <a class="link" href="as_vector.html#fusion.container.conversion.metafunctions.as_vector.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -86,7 +86,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.container.conversion.metafunctions.as_vector.expression_semantics"></a><h6>
-<a name="id979563"></a>
+<a name="id863352"></a>
             <a class="link" href="as_vector.html#fusion.container.conversion.metafunctions.as_vector.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -101,14 +101,14 @@
             <code class="computeroutput"><span class="identifier">Sequence</span></code>, to a <a class="link" href="../../vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a>.
           </p>
 <a name="fusion.container.conversion.metafunctions.as_vector.header"></a><h6>
-<a name="id979663"></a>
+<a name="id863507"></a>
             <a class="link" href="as_vector.html#fusion.container.conversion.metafunctions.as_vector.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">vector</span><span class="special">/</span><span class="identifier">convert</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">as_vector</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.conversion.metafunctions.as_vector.example"></a><h6>
-<a name="id979783"></a>
+<a name="id863674"></a>
             <a class="link" href="as_vector.html#fusion.container.conversion.metafunctions.as_vector.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">as_vector</span><span class="special">&lt;</span><a class="link" href="../../list.html" title="list"><code class="computeroutput"><span class="identifier">list</span></code></a><span class="special">&lt;</span><span class="keyword">char</span><span class="special">,</span> <span class="keyword">int</span><span class="special">&gt;</span> <span class="special">&gt;::</span><span class="identifier">type</span>

Modified: trunk/libs/fusion/doc/html/fusion/container/generation.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Generation</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../container.html" title="Container">
 <link rel="prev" href="map.html" title="map">
@@ -34,7 +34,7 @@
         These are the functions that you can use to generate various forms of <a class="link" href="../container.html" title="Container">Container</a> from elemental values.
       </p>
 <a name="fusion.container.generation.header"></a><h5>
-<a name="id952130"></a>
+<a name="id836390"></a>
         <a class="link" href="generation.html#fusion.container.generation.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/container/generation/functions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/functions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/functions.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Functions</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../generation.html" title="Generation">
 <link rel="prev" href="../generation.html" title="Generation">

Modified: trunk/libs/fusion/doc/html/fusion/container/generation/functions/list_tie.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/functions/list_tie.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/functions/list_tie.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>list_tie</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="tiers.html" title="Tiers">
@@ -27,14 +27,14 @@
 <a name="fusion.container.generation.functions.list_tie"></a><a class="link" href="list_tie.html" title="list_tie">list_tie</a>
 </h5></div></div></div>
 <a name="fusion.container.generation.functions.list_tie.description"></a><h6>
-<a name="id959358"></a>
+<a name="id847678"></a>
             <a class="link" href="list_tie.html#fusion.container.generation.functions.list_tie.description">Description</a>
           </h6>
 <p>
             Constructs a tie using a <a class="link" href="../../list.html" title="list"><code class="computeroutput"><span class="identifier">list</span></code></a> sequence.
           </p>
 <a name="fusion.container.generation.functions.list_tie.synopsis"></a><h6>
-<a name="id959387"></a>
+<a name="id847724"></a>
             <a class="link" href="list_tie.html#fusion.container.generation.functions.list_tie.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">T0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">&gt;</span>
@@ -52,7 +52,7 @@
 <pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_LIST_SIZE</span> <span class="number">20</span>
 </pre>
 <a name="fusion.container.generation.functions.list_tie.parameters"></a><h6>
-<a name="id959606"></a>
+<a name="id848039"></a>
             <a class="link" href="list_tie.html#fusion.container.generation.functions.list_tie.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -99,7 +99,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.container.generation.functions.list_tie.expression_semantics"></a><h6>
-<a name="id959744"></a>
+<a name="id848218"></a>
             <a class="link" href="list_tie.html#fusion.container.generation.functions.list_tie.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -113,14 +113,14 @@
             <span class="bold"><strong>Semantics</strong></span>: Create a <a class="link" href="../../list.html" title="list"><code class="computeroutput"><span class="identifier">list</span></code></a> of references from <code class="computeroutput"><span class="identifier">x0</span><span class="special">,</span> <span class="identifier">x1</span><span class="special">,...</span> <span class="identifier">xN</span></code>.
           </p>
 <a name="fusion.container.generation.functions.list_tie.header"></a><h6>
-<a name="id959853"></a>
+<a name="id848384"></a>
             <a class="link" href="list_tie.html#fusion.container.generation.functions.list_tie.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">list_tie</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">list_tie</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.generation.functions.list_tie.example"></a><h6>
-<a name="id959969"></a>
+<a name="id848552"></a>
             <a class="link" href="list_tie.html#fusion.container.generation.functions.list_tie.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">int</span> <span class="identifier">i</span> <span class="special">=</span> <span class="number">123</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_cons.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_cons.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_cons.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>make_cons</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="make_list.html" title="make_list">
@@ -27,7 +27,7 @@
 <a name="fusion.container.generation.functions.make_cons"></a><a class="link" href="make_cons.html" title="make_cons">make_cons</a>
 </h5></div></div></div>
 <a name="fusion.container.generation.functions.make_cons.description"></a><h6>
-<a name="id953047"></a>
+<a name="id837710"></a>
             <a class="link" href="make_cons.html#fusion.container.generation.functions.make_cons.description">Description</a>
           </h6>
 <p>
@@ -36,7 +36,7 @@
             and optional <code class="computeroutput"><span class="identifier">cdr</span></code> (<span class="emphasis"><em>tail</em></span>).
           </p>
 <a name="fusion.container.generation.functions.make_cons.synopsis"></a><h6>
-<a name="id953100"></a>
+<a name="id837788"></a>
             <a class="link" href="make_cons.html#fusion.container.generation.functions.make_cons.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Car</span><span class="special">&gt;</span>
@@ -48,7 +48,7 @@
 <span class="identifier">make_cons</span><span class="special">(</span><span class="identifier">Car</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">car</span><span class="special">,</span> <span class="identifier">Cdr</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">cdr</span><span class="special">);</span>
 </pre>
 <a name="fusion.container.generation.functions.make_cons.parameters"></a><h6>
-<a name="id953337"></a>
+<a name="id838119"></a>
             <a class="link" href="make_cons.html#fusion.container.generation.functions.make_cons.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -112,7 +112,7 @@
 </tbody>
 </table></div>
 <a name="fusion.container.generation.functions.make_cons.expression_semantics"></a><h6>
-<a name="id953475"></a>
+<a name="id838291"></a>
             <a class="link" href="make_cons.html#fusion.container.generation.functions.make_cons.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -127,20 +127,20 @@
             (<span class="emphasis"><em>tail</em></span>).
           </p>
 <a name="fusion.container.generation.functions.make_cons.header"></a><h6>
-<a name="id953640"></a>
+<a name="id838542"></a>
             <a class="link" href="make_cons.html#fusion.container.generation.functions.make_cons.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_cons</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_cons</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.generation.functions.make_cons.example"></a><h6>
-<a name="id953755"></a>
+<a name="id838709"></a>
             <a class="link" href="make_cons.html#fusion.container.generation.functions.make_cons.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">make_cons</span><span class="special">(</span><span class="char">'x'</span><span class="special">,</span> <span class="identifier">make_cons</span><span class="special">(</span><span class="number">123</span><span class="special">))</span>
 </pre>
 <a name="fusion.container.generation.functions.make_cons.see_also"></a><h6>
-<a name="id953805"></a>
+<a name="id838782"></a>
             <a class="link" href="make_cons.html#fusion.container.generation.functions.make_cons.see_also">See
             also</a>
           </h6>

Modified: trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_list.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_list.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_list.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>make_list</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="../functions.html" title="Functions">
@@ -27,7 +27,7 @@
 <a name="fusion.container.generation.functions.make_list"></a><a class="link" href="make_list.html" title="make_list">make_list</a>
 </h5></div></div></div>
 <a name="fusion.container.generation.functions.make_list.description"></a><h6>
-<a name="id952260"></a>
+<a name="id836584"></a>
             <a class="link" href="make_list.html#fusion.container.generation.functions.make_list.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             from one or more values.
           </p>
 <a name="fusion.container.generation.functions.make_list.synopsis"></a><h6>
-<a name="id952291"></a>
+<a name="id836631"></a>
             <a class="link" href="make_list.html#fusion.container.generation.functions.make_list.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">T0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">&gt;</span>
@@ -53,7 +53,7 @@
 <pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_LIST_SIZE</span> <span class="number">20</span>
 </pre>
 <a name="fusion.container.generation.functions.make_list.parameters"></a><h6>
-<a name="id952543"></a>
+<a name="id836993"></a>
             <a class="link" href="make_list.html#fusion.container.generation.functions.make_list.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -100,7 +100,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.container.generation.functions.make_list.expression_semantics"></a><h6>
-<a name="id952681"></a>
+<a name="id837171"></a>
             <a class="link" href="make_list.html#fusion.container.generation.functions.make_list.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -113,20 +113,20 @@
             <span class="bold"><strong>Semantics</strong></span>: Create a <a class="link" href="../../list.html" title="list"><code class="computeroutput"><span class="identifier">list</span></code></a> from <code class="computeroutput"><span class="identifier">x0</span><span class="special">,</span> <span class="identifier">x1</span><span class="special">,...</span> <span class="identifier">xN</span></code>.
           </p>
 <a name="fusion.container.generation.functions.make_list.header"></a><h6>
-<a name="id952831"></a>
+<a name="id837393"></a>
             <a class="link" href="make_list.html#fusion.container.generation.functions.make_list.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_list</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_list</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.generation.functions.make_list.example"></a><h6>
-<a name="id952946"></a>
+<a name="id837560"></a>
             <a class="link" href="make_list.html#fusion.container.generation.functions.make_list.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">make_list</span><span class="special">(</span><span class="number">123</span><span class="special">,</span> <span class="string">"hello"</span><span class="special">,</span> <span class="number">12.5</span><span class="special">)</span>
 </pre>
 <a name="fusion.container.generation.functions.make_list.see_also"></a><h6>
-<a name="id952998"></a>
+<a name="id837634"></a>
             <a class="link" href="make_list.html#fusion.container.generation.functions.make_list.see_also">See
             also</a>
           </h6>

Modified: trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_map.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_map.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_map.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>make_map</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="make_set.html" title="make_set">
@@ -27,7 +27,7 @@
 <a name="fusion.container.generation.functions.make_map"></a><a class="link" href="make_map.html" title="make_map">make_map</a>
 </h5></div></div></div>
 <a name="fusion.container.generation.functions.make_map.description"></a><h6>
-<a name="id957214"></a>
+<a name="id841113"></a>
             <a class="link" href="make_map.html#fusion.container.generation.functions.make_map.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             from one or more key/data pairs.
           </p>
 <a name="fusion.container.generation.functions.make_map.synopsis"></a><h6>
-<a name="id957244"></a>
+<a name="id841160"></a>
             <a class="link" href="make_map.html#fusion.container.generation.functions.make_map.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span>
@@ -55,7 +55,7 @@
 <pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_MAP_SIZE</span> <span class="number">20</span>
 </pre>
 <a name="fusion.container.generation.functions.make_map.parameters"></a><h6>
-<a name="id957561"></a>
+<a name="id841607"></a>
             <a class="link" href="make_map.html#fusion.container.generation.functions.make_map.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -123,7 +123,7 @@
 </tbody>
 </table></div>
 <a name="fusion.container.generation.functions.make_map.expression_semantics"></a><h6>
-<a name="id957773"></a>
+<a name="id841879"></a>
             <a class="link" href="make_map.html#fusion.container.generation.functions.make_map.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -143,20 +143,20 @@
             key types.
           </p>
 <a name="fusion.container.generation.functions.make_map.header"></a><h6>
-<a name="id958006"></a>
+<a name="id842212"></a>
             <a class="link" href="make_map.html#fusion.container.generation.functions.make_map.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_map</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_map</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.generation.functions.make_map.example"></a><h6>
-<a name="id958121"></a>
+<a name="id842380"></a>
             <a class="link" href="make_map.html#fusion.container.generation.functions.make_map.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">make_map</span><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">double</span><span class="special">&gt;(</span><span class="char">'X'</span><span class="special">,</span> <span class="string">"Men"</span><span class="special">)</span>
 </pre>
 <a name="fusion.container.generation.functions.make_map.see_also"></a><h6>
-<a name="id958178"></a>
+<a name="id842464"></a>
             <a class="link" href="make_map.html#fusion.container.generation.functions.make_map.see_also">See
             also</a>
           </h6>

Modified: trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_set.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_set.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_set.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>make_set</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="make_vector.html" title="make_vector">
@@ -27,7 +27,7 @@
 <a name="fusion.container.generation.functions.make_set"></a><a class="link" href="make_set.html" title="make_set">make_set</a>
 </h5></div></div></div>
 <a name="fusion.container.generation.functions.make_set.description"></a><h6>
-<a name="id956427"></a>
+<a name="id839979"></a>
             <a class="link" href="make_set.html#fusion.container.generation.functions.make_set.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             from one or more values.
           </p>
 <a name="fusion.container.generation.functions.make_set.synopsis"></a><h6>
-<a name="id956456"></a>
+<a name="id840026"></a>
             <a class="link" href="make_set.html#fusion.container.generation.functions.make_set.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">T0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">&gt;</span>
@@ -53,7 +53,7 @@
 <pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_SET_SIZE</span> <span class="number">20</span>
 </pre>
 <a name="fusion.container.generation.functions.make_set.parameters"></a><h6>
-<a name="id956705"></a>
+<a name="id840384"></a>
             <a class="link" href="make_set.html#fusion.container.generation.functions.make_set.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -100,7 +100,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.container.generation.functions.make_set.expression_semantics"></a><h6>
-<a name="id956843"></a>
+<a name="id840563"></a>
             <a class="link" href="make_set.html#fusion.container.generation.functions.make_set.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -117,20 +117,20 @@
             key types.
           </p>
 <a name="fusion.container.generation.functions.make_set.header"></a><h6>
-<a name="id957003"></a>
+<a name="id840796"></a>
             <a class="link" href="make_set.html#fusion.container.generation.functions.make_set.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_set</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_set</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.generation.functions.make_set.example"></a><h6>
-<a name="id957118"></a>
+<a name="id840963"></a>
             <a class="link" href="make_set.html#fusion.container.generation.functions.make_set.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">make_set</span><span class="special">(</span><span class="number">123</span><span class="special">,</span> <span class="string">"hello"</span><span class="special">,</span> <span class="number">12.5</span><span class="special">)</span>
 </pre>
 <a name="fusion.container.generation.functions.make_set.see_also"></a><h6>
-<a name="id957167"></a>
+<a name="id841038"></a>
             <a class="link" href="make_set.html#fusion.container.generation.functions.make_set.see_also">See
             also</a>
           </h6>

Modified: trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_vector.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_vector.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_vector.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>make_vector</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="make_cons.html" title="make_cons">
@@ -27,7 +27,7 @@
 <a name="fusion.container.generation.functions.make_vector"></a><a class="link" href="make_vector.html" title="make_vector">make_vector</a>
 </h5></div></div></div>
 <a name="fusion.container.generation.functions.make_vector.description"></a><h6>
-<a name="id953854"></a>
+<a name="id838856"></a>
             <a class="link" href="make_vector.html#fusion.container.generation.functions.make_vector.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             from one or more values.
           </p>
 <a name="fusion.container.generation.functions.make_vector.synopsis"></a><h6>
-<a name="id953886"></a>
+<a name="id838901"></a>
             <a class="link" href="make_vector.html#fusion.container.generation.functions.make_vector.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">T0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">&gt;</span>
@@ -53,7 +53,7 @@
 <pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_VECTOR_SIZE</span> <span class="number">20</span>
 </pre>
 <a name="fusion.container.generation.functions.make_vector.parameters"></a><h6>
-<a name="id954138"></a>
+<a name="id839260"></a>
             <a class="link" href="make_vector.html#fusion.container.generation.functions.make_vector.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -100,7 +100,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.container.generation.functions.make_vector.expression_semantics"></a><h6>
-<a name="id956051"></a>
+<a name="id839438"></a>
             <a class="link" href="make_vector.html#fusion.container.generation.functions.make_vector.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -113,20 +113,20 @@
             <span class="bold"><strong>Semantics</strong></span>: Create a <a class="link" href="../../vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a> from <code class="computeroutput"><span class="identifier">x0</span><span class="special">,</span> <span class="identifier">x1</span><span class="special">,...</span> <span class="identifier">xN</span></code>.
           </p>
 <a name="fusion.container.generation.functions.make_vector.header"></a><h6>
-<a name="id956204"></a>
+<a name="id839662"></a>
             <a class="link" href="make_vector.html#fusion.container.generation.functions.make_vector.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_vector</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_vector</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.generation.functions.make_vector.example"></a><h6>
-<a name="id956324"></a>
+<a name="id839830"></a>
             <a class="link" href="make_vector.html#fusion.container.generation.functions.make_vector.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">make_vector</span><span class="special">(</span><span class="number">123</span><span class="special">,</span> <span class="string">"hello"</span><span class="special">,</span> <span class="number">12.5</span><span class="special">)</span>
 </pre>
 <a name="fusion.container.generation.functions.make_vector.see_also"></a><h6>
-<a name="id956378"></a>
+<a name="id839904"></a>
             <a class="link" href="make_vector.html#fusion.container.generation.functions.make_vector.see_also">See
             also</a>
           </h6>

Modified: trunk/libs/fusion/doc/html/fusion/container/generation/functions/map_tie.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/functions/map_tie.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/functions/map_tie.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>map_tie</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="vector_tie.html" title="vector_tie">
@@ -27,14 +27,14 @@
 <a name="fusion.container.generation.functions.map_tie"></a><a class="link" href="map_tie.html" title="map_tie">map_tie</a>
 </h5></div></div></div>
 <a name="fusion.container.generation.functions.map_tie.description"></a><h6>
-<a name="id960788"></a>
+<a name="id849707"></a>
             <a class="link" href="map_tie.html#fusion.container.generation.functions.map_tie.description">Description</a>
           </h6>
 <p>
             Constructs a tie using a <a class="link" href="../../map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a> sequence.
           </p>
 <a name="fusion.container.generation.functions.map_tie.synopsis"></a><h6>
-<a name="id960817"></a>
+<a name="id849754"></a>
             <a class="link" href="map_tie.html#fusion.container.generation.functions.map_tie.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">K0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">K1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">KN</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">D0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">D1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">DN</span><span class="special">&gt;</span>
@@ -52,7 +52,7 @@
 <pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_MAP_SIZE</span> <span class="number">20</span>
 </pre>
 <a name="fusion.container.generation.functions.map_tie.parameters"></a><h6>
-<a name="id966524"></a>
+<a name="id850222"></a>
             <a class="link" href="map_tie.html#fusion.container.generation.functions.map_tie.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -121,7 +121,7 @@
 </tbody>
 </table></div>
 <a name="fusion.container.generation.functions.map_tie.expression_semantics"></a><h6>
-<a name="id966732"></a>
+<a name="id850493"></a>
             <a class="link" href="map_tie.html#fusion.container.generation.functions.map_tie.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -136,14 +136,14 @@
             <span class="bold"><strong>Semantics</strong></span>: Create a <a class="link" href="../../map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a> of references from <code class="computeroutput"><span class="identifier">x0</span><span class="special">,</span> <span class="identifier">x1</span><span class="special">,...</span> <span class="identifier">xN</span></code> with keys <code class="computeroutput"><span class="identifier">K0</span><span class="special">,</span> <span class="identifier">K1</span><span class="special">,...</span> <span class="identifier">KN</span></code>
           </p>
 <a name="fusion.container.generation.functions.map_tie.header"></a><h6>
-<a name="id966918"></a>
+<a name="id850775"></a>
             <a class="link" href="map_tie.html#fusion.container.generation.functions.map_tie.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">map_tie</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">map_tie</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.generation.functions.map_tie.example"></a><h6>
-<a name="id967034"></a>
+<a name="id850941"></a>
             <a class="link" href="map_tie.html#fusion.container.generation.functions.map_tie.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">int_key</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/container/generation/functions/tiers.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/functions/tiers.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/functions/tiers.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Tiers</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="make_map.html" title="make_map">
@@ -33,9 +33,15 @@
             flavors.
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="list_tie.html" title="list_tie"><code class="computeroutput"><span class="identifier">list_tie</span></code></a></li>
-<li class="listitem"><a class="link" href="vector_tie.html" title="vector_tie"><code class="computeroutput"><span class="identifier">vector_tie</span></code></a></li>
-<li class="listitem"><a class="link" href="vector_tie.html" title="vector_tie"><code class="computeroutput"><span class="identifier">map_tie</span></code></a></li>
+<li class="listitem">
+ <a class="link" href="list_tie.html" title="list_tie"><code class="computeroutput"><span class="identifier">list_tie</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="vector_tie.html" title="vector_tie"><code class="computeroutput"><span class="identifier">vector_tie</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="vector_tie.html" title="vector_tie"><code class="computeroutput"><span class="identifier">map_tie</span></code></a>
+ </li>
 </ul></div>
 <p>
             Example:
@@ -48,9 +54,7 @@
             The <a class="link" href="vector_tie.html" title="vector_tie"><code class="computeroutput"><span class="identifier">vector_tie</span></code></a> function creates
             a <a class="link" href="../../vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a>
             of type <code class="computeroutput"><a class="link" href="../../vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">&amp;,</span> <span class="keyword">char</span><span class="special">&amp;,</span> <span class="keyword">double</span><span class="special">&amp;&gt;</span></code>. The same result could be achieved
- with the call <a class="link" href="make_vector.html" title="make_vector"><code class="computeroutput"><span class="identifier">make_vector</span></code></a>(ref(i), ref(c), ref(a))
- <sup>[<a name="id959025" href="#ftn.id959025" class="footnote">9</a>]</sup>
- .
+ with the call <a class="link" href="make_vector.html" title="make_vector"><code class="computeroutput"><span class="identifier">make_vector</span></code></a>(ref(i), ref(c), ref(a)) <sup>[<a name="id847209" href="#ftn.id847209" class="footnote">9</a>]</sup>.
           </p>
 <p>
             A <span class="emphasis"><em>tie</em></span> can be used to 'unpack' another tuple into
@@ -66,7 +70,7 @@
             when calling functions which return sequences.
           </p>
 <a name="fusion.container.generation.functions.tiers.ignore"></a><h6>
-<a name="id959245"></a>
+<a name="id847509"></a>
             <a class="link" href="tiers.html#fusion.container.generation.functions.tiers.ignore">Ignore</a>
           </h6>
 <p>
@@ -80,10 +84,10 @@
 </pre>
 <div class="footnotes">
 <br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id959025" href="#id959025" class="para">9</a>] </sup>
- see Boost.Ref
- for details about <code class="computeroutput"><span class="identifier">ref</span></code>
- </p></div>
+<div class="footnote"><p><sup>[<a id="ftn.id847209" href="#id847209" class="para">9</a>] </sup>
+ see Boost.Ref
+ for details about <code class="computeroutput"><span class="identifier">ref</span></code>
+ </p></div>
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/container/generation/functions/vector_tie.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/functions/vector_tie.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/functions/vector_tie.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>vector_tie</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="list_tie.html" title="list_tie">
@@ -27,14 +27,14 @@
 <a name="fusion.container.generation.functions.vector_tie"></a><a class="link" href="vector_tie.html" title="vector_tie">vector_tie</a>
 </h5></div></div></div>
 <a name="fusion.container.generation.functions.vector_tie.description"></a><h6>
-<a name="id960068"></a>
+<a name="id848692"></a>
             <a class="link" href="vector_tie.html#fusion.container.generation.functions.vector_tie.description">Description</a>
           </h6>
 <p>
             Constructs a tie using a <a class="link" href="../../vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a> sequence.
           </p>
 <a name="fusion.container.generation.functions.vector_tie.synopsis"></a><h6>
-<a name="id960099"></a>
+<a name="id848739"></a>
             <a class="link" href="vector_tie.html#fusion.container.generation.functions.vector_tie.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">T0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">&gt;</span>
@@ -52,7 +52,7 @@
 <pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_VECTOR_SIZE</span> <span class="number">20</span>
 </pre>
 <a name="fusion.container.generation.functions.vector_tie.parameters"></a><h6>
-<a name="id960321"></a>
+<a name="id849054"></a>
             <a class="link" href="vector_tie.html#fusion.container.generation.functions.vector_tie.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -99,7 +99,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.container.generation.functions.vector_tie.expression_semantics"></a><h6>
-<a name="id960459"></a>
+<a name="id849232"></a>
             <a class="link" href="vector_tie.html#fusion.container.generation.functions.vector_tie.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -113,14 +113,14 @@
             <span class="bold"><strong>Semantics</strong></span>: Create a <a class="link" href="../../vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a> of references from <code class="computeroutput"><span class="identifier">x0</span><span class="special">,</span> <span class="identifier">x1</span><span class="special">,...</span> <span class="identifier">xN</span></code>.
           </p>
 <a name="fusion.container.generation.functions.vector_tie.header"></a><h6>
-<a name="id960569"></a>
+<a name="id849398"></a>
             <a class="link" href="vector_tie.html#fusion.container.generation.functions.vector_tie.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">vector_tie</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">vector_tie</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.generation.functions.vector_tie.example"></a><h6>
-<a name="id960686"></a>
+<a name="id849565"></a>
             <a class="link" href="vector_tie.html#fusion.container.generation.functions.vector_tie.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">int</span> <span class="identifier">i</span> <span class="special">=</span> <span class="number">123</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>MetaFunctions</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../generation.html" title="Generation">
 <link rel="prev" href="functions/map_tie.html" title="map_tie">

Modified: trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/list_tie.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/list_tie.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/list_tie.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>list_tie</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="MetaFunctions">
 <link rel="prev" href="make_map.html" title="make_map">
@@ -27,14 +27,14 @@
 <a name="fusion.container.generation.metafunctions.list_tie"></a><a class="link" href="list_tie.html" title="list_tie">list_tie</a>
 </h5></div></div></div>
 <a name="fusion.container.generation.metafunctions.list_tie.description"></a><h6>
-<a name="id970724"></a>
+<a name="id855877"></a>
             <a class="link" href="list_tie.html#fusion.container.generation.metafunctions.list_tie.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/list_tie.html" title="list_tie"><code class="computeroutput"><span class="identifier">list_tie</span></code></a>.
           </p>
 <a name="fusion.container.generation.metafunctions.list_tie.synopsis"></a><h6>
-<a name="id970755"></a>
+<a name="id855924"></a>
             <a class="link" href="list_tie.html#fusion.container.generation.metafunctions.list_tie.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">T0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">&gt;</span>
@@ -51,7 +51,7 @@
 <pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_LIST_SIZE</span> <span class="number">20</span>
 </pre>
 <a name="fusion.container.generation.metafunctions.list_tie.parameters"></a><h6>
-<a name="id971442"></a>
+<a name="id856128"></a>
             <a class="link" href="list_tie.html#fusion.container.generation.metafunctions.list_tie.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -98,7 +98,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.container.generation.metafunctions.list_tie.expression_semantics"></a><h6>
-<a name="id971556"></a>
+<a name="id856274"></a>
             <a class="link" href="list_tie.html#fusion.container.generation.metafunctions.list_tie.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -112,14 +112,14 @@
             <span class="bold"><strong>Semantics</strong></span>: Create a <a class="link" href="../../list.html" title="list"><code class="computeroutput"><span class="identifier">list</span></code></a> of references from <code class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></code>.
           </p>
 <a name="fusion.container.generation.metafunctions.list_tie.header"></a><h6>
-<a name="id971682"></a>
+<a name="id856460"></a>
             <a class="link" href="list_tie.html#fusion.container.generation.metafunctions.list_tie.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">list_tie</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">list_tie</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.generation.metafunctions.list_tie.example"></a><h6>
-<a name="id971802"></a>
+<a name="id856628"></a>
             <a class="link" href="list_tie.html#fusion.container.generation.metafunctions.list_tie.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">list_tie</span><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">double</span><span class="special">&gt;::</span><span class="identifier">type</span>

Modified: trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_cons.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_cons.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_cons.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>make_cons</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="MetaFunctions">
 <link rel="prev" href="make_list.html" title="make_list">
@@ -27,21 +27,21 @@
 <a name="fusion.container.generation.metafunctions.make_cons"></a><a class="link" href="make_cons.html" title="make_cons">make_cons</a>
 </h5></div></div></div>
 <a name="fusion.container.generation.metafunctions.make_cons.description"></a><h6>
-<a name="id967812"></a>
+<a name="id852051"></a>
             <a class="link" href="make_cons.html#fusion.container.generation.metafunctions.make_cons.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/make_cons.html" title="make_cons"><code class="computeroutput"><span class="identifier">make_cons</span></code></a>.
           </p>
 <a name="fusion.container.generation.metafunctions.make_cons.synopsis"></a><h6>
-<a name="id967844"></a>
+<a name="id852098"></a>
             <a class="link" href="make_cons.html#fusion.container.generation.metafunctions.make_cons.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Car</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Cdr</span> <span class="special">=</span> <span class="identifier">nil</span><span class="special">&gt;</span>
 <span class="keyword">struct</span> <span class="identifier">make_cons</span><span class="special">;</span>
 </pre>
 <a name="fusion.container.generation.metafunctions.make_cons.parameters"></a><h6>
-<a name="id967923"></a>
+<a name="id852206"></a>
             <a class="link" href="make_cons.html#fusion.container.generation.metafunctions.make_cons.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -105,7 +105,7 @@
 </tbody>
 </table></div>
 <a name="fusion.container.generation.metafunctions.make_cons.expression_semantics"></a><h6>
-<a name="id968052"></a>
+<a name="id852367"></a>
             <a class="link" href="make_cons.html#fusion.container.generation.metafunctions.make_cons.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -122,14 +122,14 @@
             (<span class="emphasis"><em>tail</em></span>).
           </p>
 <a name="fusion.container.generation.metafunctions.make_cons.header"></a><h6>
-<a name="id968186"></a>
+<a name="id852568"></a>
             <a class="link" href="make_cons.html#fusion.container.generation.metafunctions.make_cons.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_cons</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_cons</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.generation.metafunctions.make_cons.example"></a><h6>
-<a name="id968306"></a>
+<a name="id852735"></a>
             <a class="link" href="make_cons.html#fusion.container.generation.metafunctions.make_cons.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">make_cons</span><span class="special">&lt;</span><span class="keyword">char</span><span class="special">,</span> <span class="identifier">result_of</span><span class="special">::</span><span class="identifier">make_cons</span><span class="special">&lt;</span><span class="keyword">int</span><span class="special">&gt;::</span><span class="identifier">type</span><span class="special">&gt;::</span><span class="identifier">type</span>

Modified: trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_list.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_list.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_list.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>make_list</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="MetaFunctions">
 <link rel="prev" href="../metafunctions.html" title="MetaFunctions">
@@ -27,14 +27,14 @@
 <a name="fusion.container.generation.metafunctions.make_list"></a><a class="link" href="make_list.html" title="make_list">make_list</a>
 </h5></div></div></div>
 <a name="fusion.container.generation.metafunctions.make_list.description"></a><h6>
-<a name="id967191"></a>
+<a name="id851165"></a>
             <a class="link" href="make_list.html#fusion.container.generation.metafunctions.make_list.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/make_list.html" title="make_list"><code class="computeroutput"><span class="identifier">make_list</span></code></a>.
           </p>
 <a name="fusion.container.generation.metafunctions.make_list.synopsis"></a><h6>
-<a name="id967222"></a>
+<a name="id851213"></a>
             <a class="link" href="make_list.html#fusion.container.generation.metafunctions.make_list.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">T0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">&gt;</span>
@@ -51,7 +51,7 @@
 <pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_LIST_SIZE</span> <span class="number">20</span>
 </pre>
 <a name="fusion.container.generation.metafunctions.make_list.parameters"></a><h6>
-<a name="id967362"></a>
+<a name="id851416"></a>
             <a class="link" href="make_list.html#fusion.container.generation.metafunctions.make_list.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -98,7 +98,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.container.generation.metafunctions.make_list.expression_semantics"></a><h6>
-<a name="id967476"></a>
+<a name="id851562"></a>
             <a class="link" href="make_list.html#fusion.container.generation.metafunctions.make_list.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -113,14 +113,14 @@
             <span class="bold"><strong>Semantics</strong></span>: Create a <a class="link" href="../../list.html" title="list"><code class="computeroutput"><span class="identifier">list</span></code></a> from <code class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></code>.
           </p>
 <a name="fusion.container.generation.metafunctions.make_list.header"></a><h6>
-<a name="id967605"></a>
+<a name="id851756"></a>
             <a class="link" href="make_list.html#fusion.container.generation.metafunctions.make_list.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_list</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_list</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.generation.metafunctions.make_list.example"></a><h6>
-<a name="id967725"></a>
+<a name="id851923"></a>
             <a class="link" href="make_list.html#fusion.container.generation.metafunctions.make_list.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">make_list</span><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">const</span> <span class="keyword">char</span><span class="special">(&amp;)[</span><span class="number">7</span><span class="special">],</span> <span class="keyword">double</span><span class="special">&gt;::</span><span class="identifier">type</span>

Modified: trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_map.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_map.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_map.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>make_map</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="MetaFunctions">
 <link rel="prev" href="make_set.html" title="make_set">
@@ -27,14 +27,14 @@
 <a name="fusion.container.generation.metafunctions.make_map"></a><a class="link" href="make_map.html" title="make_map">make_map</a>
 </h5></div></div></div>
 <a name="fusion.container.generation.metafunctions.make_map.description"></a><h6>
-<a name="id969831"></a>
+<a name="id854624"></a>
             <a class="link" href="make_map.html#fusion.container.generation.metafunctions.make_map.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/make_map.html" title="make_map"><code class="computeroutput"><span class="identifier">make_map</span></code></a>.
           </p>
 <a name="fusion.container.generation.metafunctions.make_map.synopsis"></a><h6>
-<a name="id969862"></a>
+<a name="id854672"></a>
             <a class="link" href="make_map.html#fusion.container.generation.metafunctions.make_map.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span>
@@ -53,7 +53,7 @@
 <pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_MAP_SIZE</span> <span class="number">20</span>
 </pre>
 <a name="fusion.container.generation.metafunctions.make_map.parameters"></a><h6>
-<a name="id970044"></a>
+<a name="id854931"></a>
             <a class="link" href="make_map.html#fusion.container.generation.metafunctions.make_map.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -121,7 +121,7 @@
 </tbody>
 </table></div>
 <a name="fusion.container.generation.metafunctions.make_map.expression_semantics"></a><h6>
-<a name="id970248"></a>
+<a name="id855193"></a>
             <a class="link" href="make_map.html#fusion.container.generation.metafunctions.make_map.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -140,20 +140,20 @@
             key types.
           </p>
 <a name="fusion.container.generation.metafunctions.make_map.header"></a><h6>
-<a name="id970481"></a>
+<a name="id855530"></a>
             <a class="link" href="make_map.html#fusion.container.generation.metafunctions.make_map.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_map</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_map</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.generation.metafunctions.make_map.example"></a><h6>
-<a name="id970601"></a>
+<a name="id855698"></a>
             <a class="link" href="make_map.html#fusion.container.generation.metafunctions.make_map.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">make_map</span><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">double</span><span class="special">,</span> <span class="keyword">char</span><span class="special">,</span> <span class="keyword">double</span><span class="special">&gt;::</span><span class="identifier">type</span>
 </pre>
 <a name="fusion.container.generation.metafunctions.make_map.see_also"></a><h6>
-<a name="id970674"></a>
+<a name="id855799"></a>
             <a class="link" href="make_map.html#fusion.container.generation.metafunctions.make_map.see_also">See
             also</a>
           </h6>

Modified: trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_set.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_set.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_set.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>make_set</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="MetaFunctions">
 <link rel="prev" href="make_vector.html" title="make_vector">
@@ -27,14 +27,14 @@
 <a name="fusion.container.generation.metafunctions.make_set"></a><a class="link" href="make_set.html" title="make_set">make_set</a>
 </h5></div></div></div>
 <a name="fusion.container.generation.metafunctions.make_set.description"></a><h6>
-<a name="id969212"></a>
+<a name="id853748"></a>
             <a class="link" href="make_set.html#fusion.container.generation.metafunctions.make_set.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/make_set.html" title="make_set"><code class="computeroutput"><span class="identifier">make_set</span></code></a>.
           </p>
 <a name="fusion.container.generation.metafunctions.make_set.synopsis"></a><h6>
-<a name="id969243"></a>
+<a name="id853795"></a>
             <a class="link" href="make_set.html#fusion.container.generation.metafunctions.make_set.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">T0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">&gt;</span>
@@ -51,7 +51,7 @@
 <pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_SET_SIZE</span> <span class="number">20</span>
 </pre>
 <a name="fusion.container.generation.metafunctions.make_set.parameters"></a><h6>
-<a name="id969383"></a>
+<a name="id854000"></a>
             <a class="link" href="make_set.html#fusion.container.generation.metafunctions.make_set.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -98,7 +98,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.container.generation.metafunctions.make_set.expression_semantics"></a><h6>
-<a name="id969497"></a>
+<a name="id854145"></a>
             <a class="link" href="make_set.html#fusion.container.generation.metafunctions.make_set.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -117,14 +117,14 @@
             key types.
           </p>
 <a name="fusion.container.generation.metafunctions.make_set.header"></a><h6>
-<a name="id969635"></a>
+<a name="id854346"></a>
             <a class="link" href="make_set.html#fusion.container.generation.metafunctions.make_set.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_set</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_set</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.generation.metafunctions.make_set.example"></a><h6>
-<a name="id969755"></a>
+<a name="id854513"></a>
             <a class="link" href="make_set.html#fusion.container.generation.metafunctions.make_set.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">make_set</span><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">,</span> <span class="keyword">double</span><span class="special">&gt;::</span><span class="identifier">type</span>

Modified: trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_vector.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_vector.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_vector.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>make_vector</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="MetaFunctions">
 <link rel="prev" href="make_cons.html" title="make_cons">
@@ -27,14 +27,14 @@
 <a name="fusion.container.generation.metafunctions.make_vector"></a><a class="link" href="make_vector.html" title="make_vector">make_vector</a>
 </h5></div></div></div>
 <a name="fusion.container.generation.metafunctions.make_vector.description"></a><h6>
-<a name="id968392"></a>
+<a name="id852867"></a>
             <a class="link" href="make_vector.html#fusion.container.generation.metafunctions.make_vector.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/make_vector.html" title="make_vector"><code class="computeroutput"><span class="identifier">make_vector</span></code></a>.
           </p>
 <a name="fusion.container.generation.metafunctions.make_vector.synopsis"></a><h6>
-<a name="id968421"></a>
+<a name="id852915"></a>
             <a class="link" href="make_vector.html#fusion.container.generation.metafunctions.make_vector.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">T0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">&gt;</span>
@@ -51,7 +51,7 @@
 <pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_VECTOR_SIZE</span> <span class="number">20</span>
 </pre>
 <a name="fusion.container.generation.metafunctions.make_vector.parameters"></a><h6>
-<a name="id968764"></a>
+<a name="id853119"></a>
             <a class="link" href="make_vector.html#fusion.container.generation.metafunctions.make_vector.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -98,7 +98,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.container.generation.metafunctions.make_vector.expression_semantics"></a><h6>
-<a name="id968876"></a>
+<a name="id853264"></a>
             <a class="link" href="make_vector.html#fusion.container.generation.metafunctions.make_vector.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -113,14 +113,14 @@
             <span class="bold"><strong>Semantics</strong></span>: Create a <a class="link" href="../../vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a> from <code class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></code>.
           </p>
 <a name="fusion.container.generation.metafunctions.make_vector.header"></a><h6>
-<a name="id969004"></a>
+<a name="id853455"></a>
             <a class="link" href="make_vector.html#fusion.container.generation.metafunctions.make_vector.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_list</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_list</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.generation.metafunctions.make_vector.example"></a><h6>
-<a name="id969124"></a>
+<a name="id853622"></a>
             <a class="link" href="make_vector.html#fusion.container.generation.metafunctions.make_vector.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">make_vector</span><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">const</span> <span class="keyword">char</span><span class="special">(&amp;)[</span><span class="number">7</span><span class="special">],</span> <span class="keyword">double</span><span class="special">&gt;::</span><span class="identifier">type</span>

Modified: trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/map_tie.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/map_tie.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/map_tie.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>map_tie</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="MetaFunctions">
 <link rel="prev" href="vector_tie.html" title="vector_tie">
@@ -27,14 +27,14 @@
 <a name="fusion.container.generation.metafunctions.map_tie"></a><a class="link" href="map_tie.html" title="map_tie">map_tie</a>
 </h5></div></div></div>
 <a name="fusion.container.generation.metafunctions.map_tie.description"></a><h6>
-<a name="id972463"></a>
+<a name="id857581"></a>
             <a class="link" href="map_tie.html#fusion.container.generation.metafunctions.map_tie.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/vector_tie.html" title="vector_tie"><code class="computeroutput"><span class="identifier">map_tie</span></code></a>.
           </p>
 <a name="fusion.container.generation.metafunctions.map_tie.synopsis"></a><h6>
-<a name="id972494"></a>
+<a name="id857629"></a>
             <a class="link" href="map_tie.html#fusion.container.generation.metafunctions.map_tie.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">K0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">K1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">KN</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">D0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">D1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">DN</span><span class="special">&gt;</span>
@@ -51,7 +51,7 @@
 <pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_MAP_SIZE</span> <span class="number">20</span>
 </pre>
 <a name="fusion.container.generation.metafunctions.map_tie.parameters"></a><h6>
-<a name="id972674"></a>
+<a name="id857886"></a>
             <a class="link" href="map_tie.html#fusion.container.generation.metafunctions.map_tie.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -119,7 +119,7 @@
 </tbody>
 </table></div>
 <a name="fusion.container.generation.metafunctions.map_tie.expression_semantics"></a><h6>
-<a name="id972845"></a>
+<a name="id858104"></a>
             <a class="link" href="map_tie.html#fusion.container.generation.metafunctions.map_tie.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -134,14 +134,14 @@
             <span class="bold"><strong>Semantics</strong></span>: Create a <a class="link" href="../../map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a> of references from <code class="computeroutput"><span class="identifier">D0</span><span class="special">,</span> <span class="identifier">D1</span><span class="special">,...</span> <span class="identifier">DN</span></code> with keys <code class="computeroutput"><span class="identifier">K0</span><span class="special">,</span> <span class="identifier">K1</span><span class="special">,...</span> <span class="identifier">KN</span></code>
           </p>
 <a name="fusion.container.generation.metafunctions.map_tie.header"></a><h6>
-<a name="id973049"></a>
+<a name="id858406"></a>
             <a class="link" href="map_tie.html#fusion.container.generation.metafunctions.map_tie.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">map_tie</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">map_tie</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.generation.metafunctions.map_tie.example"></a><h6>
-<a name="id973169"></a>
+<a name="id858573"></a>
             <a class="link" href="map_tie.html#fusion.container.generation.metafunctions.map_tie.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">int_key</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/vector_tie.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/vector_tie.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/vector_tie.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>vector_tie</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="MetaFunctions">
 <link rel="prev" href="list_tie.html" title="list_tie">
@@ -27,14 +27,14 @@
 <a name="fusion.container.generation.metafunctions.vector_tie"></a><a class="link" href="vector_tie.html" title="vector_tie">vector_tie</a>
 </h5></div></div></div>
 <a name="fusion.container.generation.metafunctions.vector_tie.description"></a><h6>
-<a name="id971867"></a>
+<a name="id856730"></a>
             <a class="link" href="vector_tie.html#fusion.container.generation.metafunctions.vector_tie.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/vector_tie.html" title="vector_tie"><code class="computeroutput"><span class="identifier">vector_tie</span></code></a>.
           </p>
 <a name="fusion.container.generation.metafunctions.vector_tie.synopsis"></a><h6>
-<a name="id971896"></a>
+<a name="id856778"></a>
             <a class="link" href="vector_tie.html#fusion.container.generation.metafunctions.vector_tie.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">T0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">&gt;</span>
@@ -51,7 +51,7 @@
 <pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_VECTOR_SIZE</span> <span class="number">20</span>
 </pre>
 <a name="fusion.container.generation.metafunctions.vector_tie.parameters"></a><h6>
-<a name="id972036"></a>
+<a name="id856981"></a>
             <a class="link" href="vector_tie.html#fusion.container.generation.metafunctions.vector_tie.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -98,7 +98,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.container.generation.metafunctions.vector_tie.expression_semantics"></a><h6>
-<a name="id972150"></a>
+<a name="id857126"></a>
             <a class="link" href="vector_tie.html#fusion.container.generation.metafunctions.vector_tie.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -112,14 +112,14 @@
             <span class="bold"><strong>Semantics</strong></span>: Create a <a class="link" href="../../vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a> of references from <code class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></code>.
           </p>
 <a name="fusion.container.generation.metafunctions.vector_tie.header"></a><h6>
-<a name="id972276"></a>
+<a name="id857312"></a>
             <a class="link" href="vector_tie.html#fusion.container.generation.metafunctions.vector_tie.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">vector_tie</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">vector_tie</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.generation.metafunctions.vector_tie.example"></a><h6>
-<a name="id972396"></a>
+<a name="id857480"></a>
             <a class="link" href="vector_tie.html#fusion.container.generation.metafunctions.vector_tie.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">vector_tie</span><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">double</span><span class="special">&gt;::</span><span class="identifier">type</span>

Modified: trunk/libs/fusion/doc/html/fusion/container/list.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/list.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/list.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>list</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../container.html" title="Container">
 <link rel="prev" href="cons.html" title="cons">
@@ -27,7 +27,7 @@
 <a name="fusion.container.list"></a><a class="link" href="list.html" title="list">list</a>
 </h3></div></div></div>
 <a name="fusion.container.list.description"></a><h5>
-<a name="id947011"></a>
+<a name="id830705"></a>
         <a class="link" href="list.html#fusion.container.list.description">Description</a>
       </h5>
 <p>
@@ -38,7 +38,7 @@
         runtime cost of access to each element is peculiarly constant (see <a class="link" href="../notes.html#fusion.notes.recursive_inlined_functions">Recursive Inlined Functions</a>).
       </p>
 <a name="fusion.container.list.header"></a><h5>
-<a name="id947064"></a>
+<a name="id830800"></a>
         <a class="link" href="list.html#fusion.container.list.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">list</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
@@ -47,7 +47,7 @@
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">list_fwd</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.list.synopsis"></a><h5>
-<a name="id947270"></a>
+<a name="id831091"></a>
         <a class="link" href="list.html#fusion.container.list.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span>
@@ -75,7 +75,7 @@
 <pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_LIST_SIZE</span> <span class="number">20</span>
 </pre>
 <a name="fusion.container.list.template_parameters"></a><h5>
-<a name="id947503"></a>
+<a name="id831417"></a>
         <a class="link" href="list.html#fusion.container.list.template_parameters">Template parameters</a>
       </h5>
 <div class="informaltable"><table class="table">
@@ -120,10 +120,12 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.container.list.model_of"></a><h5>
-<a name="id947601"></a>
+<a name="id831540"></a>
         <a class="link" href="list.html#fusion.container.list.model_of">Model of</a>
       </h5>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><a class="link" href="../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward Sequence</a></li></ul></div>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ <a class="link" href="../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward Sequence</a>
+ </li></ul></div>
 <div class="variablelist">
 <p class="title"><b>Notation</b></p>
 <dl>
@@ -152,7 +154,7 @@
 </dl>
 </div>
 <a name="fusion.container.list.expression_semantics"></a><h5>
-<a name="id947761"></a>
+<a name="id831764"></a>
         <a class="link" href="list.html#fusion.container.list.expression_semantics">Expression Semantics</a>
       </h5>
 <p>
@@ -259,7 +261,7 @@
       </p>
 </div>
 <a name="fusion.container.list.example"></a><h5>
-<a name="id948172"></a>
+<a name="id832347"></a>
         <a class="link" href="list.html#fusion.container.list.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="identifier">list</span><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">float</span><span class="special">&gt;</span> <span class="identifier">l</span><span class="special">(</span><span class="number">12</span><span class="special">,</span> <span class="number">5.5f</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/container/map.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/map.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/map.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>map</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../container.html" title="Container">
 <link rel="prev" href="set.html" title="set">
@@ -27,7 +27,7 @@
 <a name="fusion.container.map"></a><a class="link" href="map.html" title="map">map</a>
 </h3></div></div></div>
 <a name="fusion.container.map.description"></a><h5>
-<a name="id950730"></a>
+<a name="id834407"></a>
         <a class="link" href="map.html#fusion.container.map.description">Description</a>
       </h5>
 <p>
@@ -40,16 +40,16 @@
         (see <a class="link" href="../notes.html#fusion.notes.overloaded_functions">Overloaded Functions</a>).
       </p>
 <a name="fusion.container.map.header"></a><h5>
-<a name="id950774"></a>
+<a name="id834487"></a>
         <a class="link" href="map.html#fusion.container.map.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">map</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">map</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">map_fwd</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">map</span><span class="special">/</span><span class="identifier">map_fwd</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">map_fwd</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.map.synopsis"></a><h5>
-<a name="id950973"></a>
+<a name="id834776"></a>
         <a class="link" href="map.html#fusion.container.map.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span>
@@ -77,7 +77,7 @@
 <pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_MAP_SIZE</span> <span class="number">20</span>
 </pre>
 <a name="fusion.container.map.template_parameters"></a><h5>
-<a name="id951272"></a>
+<a name="id835201"></a>
         <a class="link" href="map.html#fusion.container.map.template_parameters">Template parameters</a>
       </h5>
 <div class="informaltable"><table class="table">
@@ -122,13 +122,17 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.container.map.model_of"></a><h5>
-<a name="id951370"></a>
+<a name="id835324"></a>
         <a class="link" href="map.html#fusion.container.map.model_of">Model of</a>
       </h5>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a></li>
-<li class="listitem"><a class="link" href="../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward Sequence</a></li>
+<li class="listitem">
+ <a class="link" href="../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward Sequence</a>
+ </li>
 </ul></div>
 <div class="variablelist">
 <p class="title"><b>Notation</b></p>
@@ -153,7 +157,7 @@
 </dl>
 </div>
 <a name="fusion.container.map.expression_semantics"></a><h5>
-<a name="id951531"></a>
+<a name="id835557"></a>
         <a class="link" href="map.html#fusion.container.map.expression_semantics">Expression Semantics</a>
       </h5>
 <p>
@@ -237,7 +241,7 @@
 </tbody>
 </table></div>
 <a name="fusion.container.map.example"></a><h5>
-<a name="id951790"></a>
+<a name="id835909"></a>
         <a class="link" href="map.html#fusion.container.map.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">map</span><span class="special">&lt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/container/set.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/set.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/set.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>set</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../container.html" title="Container">
 <link rel="prev" href="list.html" title="list">
@@ -27,7 +27,7 @@
 <a name="fusion.container.set"></a><a class="link" href="set.html" title="set">set</a>
 </h3></div></div></div>
 <a name="fusion.container.set.description"></a><h5>
-<a name="id948378"></a>
+<a name="id832638"></a>
         <a class="link" href="set.html#fusion.container.set.description">Description</a>
       </h5>
 <p>
@@ -39,16 +39,16 @@
         Functions</a>).
       </p>
 <a name="fusion.container.set.header"></a><h5>
-<a name="id948404"></a>
+<a name="id832686"></a>
         <a class="link" href="set.html#fusion.container.set.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">set</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">set</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">set_fwd</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">set</span><span class="special">/</span><span class="identifier">set_fwd</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">set_fwd</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.set.synopsis"></a><h5>
-<a name="id948603"></a>
+<a name="id832976"></a>
         <a class="link" href="set.html#fusion.container.set.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span>
@@ -76,7 +76,7 @@
 <pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_SET_SIZE</span> <span class="number">20</span>
 </pre>
 <a name="fusion.container.set.template_parameters"></a><h5>
-<a name="id949929"></a>
+<a name="id833303"></a>
         <a class="link" href="set.html#fusion.container.set.template_parameters">Template parameters</a>
       </h5>
 <div class="informaltable"><table class="table">
@@ -121,13 +121,17 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.container.set.model_of"></a><h5>
-<a name="id950027"></a>
+<a name="id833426"></a>
         <a class="link" href="set.html#fusion.container.set.model_of">Model of</a>
       </h5>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a></li>
-<li class="listitem"><a class="link" href="../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward Sequence</a></li>
+<li class="listitem">
+ <a class="link" href="../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward Sequence</a>
+ </li>
 </ul></div>
 <div class="variablelist">
 <p class="title"><b>Notation</b></p>
@@ -152,7 +156,7 @@
 </dl>
 </div>
 <a name="fusion.container.set.expression_semantics"></a><h5>
-<a name="id950171"></a>
+<a name="id833632"></a>
         <a class="link" href="set.html#fusion.container.set.expression_semantics">Expression Semantics</a>
       </h5>
 <p>
@@ -236,7 +240,7 @@
 </tbody>
 </table></div>
 <a name="fusion.container.set.example"></a><h5>
-<a name="id950430"></a>
+<a name="id833986"></a>
         <a class="link" href="set.html#fusion.container.set.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">set</span><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">float</span><span class="special">&gt;</span> <span class="identifier">S</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/container/vector.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/vector.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/vector.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>vector</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../container.html" title="Container">
 <link rel="prev" href="../container.html" title="Container">
@@ -27,7 +27,7 @@
 <a name="fusion.container.vector"></a><a class="link" href="vector.html" title="vector">vector</a>
 </h3></div></div></div>
 <a name="fusion.container.vector.description"></a><h5>
-<a name="id943109"></a>
+<a name="id826126"></a>
         <a class="link" href="vector.html#fusion.container.vector.description">Description</a>
       </h5>
 <p>
@@ -39,7 +39,7 @@
         efficient.
       </p>
 <a name="fusion.container.vector.header"></a><h5>
-<a name="id943154"></a>
+<a name="id826202"></a>
         <a class="link" href="vector.html#fusion.container.vector.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">vector</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
@@ -60,7 +60,7 @@
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">vector50</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.container.vector.synopsis"></a><h5>
-<a name="id944471"></a>
+<a name="id827178"></a>
         <a class="link" href="vector.html#fusion.container.vector.synopsis">Synopsis</a>
       </h5>
 <p>
@@ -115,7 +115,7 @@
 <pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_VECTOR_SIZE</span> <span class="number">20</span>
 </pre>
 <a name="fusion.container.vector.template_parameters"></a><h5>
-<a name="id945000"></a>
+<a name="id827903"></a>
         <a class="link" href="vector.html#fusion.container.vector.template_parameters">Template parameters</a>
       </h5>
 <div class="informaltable"><table class="table">
@@ -160,11 +160,13 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.container.vector.model_of"></a><h5>
-<a name="id945099"></a>
+<a name="id828027"></a>
         <a class="link" href="vector.html#fusion.container.vector.model_of">Model of</a>
       </h5>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><a class="link" href="../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
- Access Sequence</a></li></ul></div>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ <a class="link" href="../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
+ Access Sequence</a>
+ </li></ul></div>
 <div class="variablelist">
 <p class="title"><b>Notation</b></p>
 <dl>
@@ -188,7 +190,7 @@
 </dl>
 </div>
 <a name="fusion.container.vector.expression_semantics"></a><h5>
-<a name="id945234"></a>
+<a name="id828218"></a>
         <a class="link" href="vector.html#fusion.container.vector.expression_semantics">Expression Semantics</a>
       </h5>
 <p>
@@ -271,7 +273,7 @@
 </tbody>
 </table></div>
 <a name="fusion.container.vector.example"></a><h5>
-<a name="id945489"></a>
+<a name="id828562"></a>
         <a class="link" href="vector.html#fusion.container.vector.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="identifier">vector</span><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">float</span><span class="special">&gt;</span> <span class="identifier">v</span><span class="special">(</span><span class="number">12</span><span class="special">,</span> <span class="number">5.5f</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/extension.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/extension.html (original)
+++ trunk/libs/fusion/doc/html/fusion/extension.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Extension</title>
 <link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="prev" href="tuple/pairs.html" title="Pairs">

Modified: trunk/libs/fusion/doc/html/fusion/extension/ext_full.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/extension/ext_full.html (original)
+++ trunk/libs/fusion/doc/html/fusion/extension/ext_full.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>The Full Extension Mechanism</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../extension.html" title="Extension">
 <link rel="prev" href="../extension.html" title="Extension">
@@ -37,19 +37,20 @@
       </p>
 <div class="orderedlist"><ol class="orderedlist" type="1">
 <li class="listitem">
- Enable the <a class="link" href="../notes.html#fusion.notes.tag_dispatching"><span class="emphasis"><em>tag dispatching</em></span></a>
- mechanism used by Fusion for your sequence type
- </li>
+ Enable the <a class="link" href="../notes.html#fusion.notes.tag_dispatching"><span class="emphasis"><em>tag
+ dispatching</em></span></a> mechanism used by Fusion for your sequence
+ type
+ </li>
 <li class="listitem">
- Design an iterator type for the sequence
- </li>
+ Design an iterator type for the sequence
+ </li>
 <li class="listitem">
- Provide specialized behaviour for the intrinsic operations of the new Fusion
- sequence
- </li>
+ Provide specialized behaviour for the intrinsic operations of the new
+ Fusion sequence
+ </li>
 </ol></div>
 <a name="fusion.extension.ext_full.our_example"></a><h5>
-<a name="id1076701"></a>
+<a name="id960308"></a>
         <a class="link" href="ext_full.html#fusion.extension.ext_full.our_example">Our example</a>
       </h5>
 <p>
@@ -79,7 +80,7 @@
         Start</a> guide.
       </p>
 <a name="fusion.extension.ext_full.enabling_tag_dispatching"></a><h5>
-<a name="id1076905"></a>
+<a name="id960598"></a>
         <a class="link" href="ext_full.html#fusion.extension.ext_full.enabling_tag_dispatching">Enabling
         Tag Dispatching</a>
       </h5>
@@ -120,7 +121,7 @@
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">tag_of</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.extension.ext_full.designing_a_suitable_iterator"></a><h5>
-<a name="id1077341"></a>
+<a name="id961218"></a>
         <a class="link" href="ext_full.html#fusion.extension.ext_full.designing_a_suitable_iterator">Designing
         a suitable iterator</a>
       </h5>
@@ -154,23 +155,23 @@
       </p>
 <div class="orderedlist"><ol class="orderedlist" type="1">
 <li class="listitem">
- The iterator is parameterized by the type it is iterating over, and the
- index of the current element.
- </li>
+ The iterator is parameterized by the type it is iterating over, and the
+ index of the current element.
+ </li>
 <li class="listitem">
- The typedefs <code class="computeroutput"><span class="identifier">struct_type</span></code>
- and <code class="computeroutput"><span class="identifier">index</span></code> provide convenient
- access to information we will need later in the implementation.
- </li>
+ The typedefs <code class="computeroutput"><span class="identifier">struct_type</span></code>
+ and <code class="computeroutput"><span class="identifier">index</span></code> provide convenient
+ access to information we will need later in the implementation.
+ </li>
 <li class="listitem">
- The typedef <code class="computeroutput"><span class="identifier">category</span></code> allows
- the <code class="computeroutput"><span class="identifier">traits</span><span class="special">::</span><a class="link" href="../support/category_of.html" title="category_of"><code class="computeroutput"><span class="identifier">category_of</span></code></a></code>
- metafunction to establish the traversal category of the iterator.
- </li>
+ The typedef <code class="computeroutput"><span class="identifier">category</span></code>
+ allows the <code class="computeroutput"><span class="identifier">traits</span><span class="special">::</span><a class="link" href="../support/category_of.html" title="category_of"><code class="computeroutput"><span class="identifier">category_of</span></code></a></code>
+ metafunction to establish the traversal category of the iterator.
+ </li>
 <li class="listitem">
- The constructor stores a reference to the <code class="computeroutput"><span class="identifier">example_struct</span></code>
- being iterated over.
- </li>
+ The constructor stores a reference to the <code class="computeroutput"><span class="identifier">example_struct</span></code>
+ being iterated over.
+ </li>
 </ol></div>
 <p>
         We also need to enable <a class="link" href="../notes.html#fusion.notes.tag_dispatching"><span class="emphasis"><em>tag
@@ -182,7 +183,7 @@
         clearer as we add features to our implementation.
       </p>
 <a name="fusion.extension.ext_full.a_first_couple_of_instructive_features"></a><h5>
-<a name="id1077799"></a>
+<a name="id961890"></a>
         <a class="link" href="ext_full.html#fusion.extension.ext_full.a_first_couple_of_instructive_features">A
         first couple of instructive features</a>
       </h5>
@@ -322,7 +323,7 @@
         </p></td></tr>
 </table></div>
 <a name="fusion.extension.ext_full.implementing_the_remaining_iterator_functionality"></a><h5>
-<a name="id1079984"></a>
+<a name="id964227"></a>
         <a class="link" href="ext_full.html#fusion.extension.ext_full.implementing_the_remaining_iterator_functionality">Implementing
         the remaining iterator functionality</a>
       </h5>
@@ -373,7 +374,7 @@
         are provided in the example code.
       </p>
 <a name="fusion.extension.ext_full.implementing_the_intrinsic_functions_of_the_sequence"></a><h5>
-<a name="id1080428"></a>
+<a name="id964885"></a>
         <a class="link" href="ext_full.html#fusion.extension.ext_full.implementing_the_intrinsic_functions_of_the_sequence">Implementing
         the intrinsic functions of the sequence</a>
       </h5>
@@ -429,7 +430,7 @@
         <code class="computeroutput"><span class="identifier">value_at_impl</span></code> and <code class="computeroutput"><span class="identifier">at_impl</span></code>.
       </p>
 <a name="fusion.extension.ext_full.enabling_our_type_as_an_associative_sequence"></a><h5>
-<a name="id1080840"></a>
+<a name="id965488"></a>
         <a class="link" href="ext_full.html#fusion.extension.ext_full.enabling_our_type_as_an_associative_sequence">Enabling
         our type as an associative sequence</a>
       </h5>
@@ -493,7 +494,7 @@
         are provided in the example code.
       </p>
 <a name="fusion.extension.ext_full.summary"></a><h5>
-<a name="id1081554"></a>
+<a name="id966521"></a>
         <a class="link" href="ext_full.html#fusion.extension.ext_full.summary">Summary</a>
       </h5>
 <p>

Modified: trunk/libs/fusion/doc/html/fusion/extension/iterator_facade.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/extension/iterator_facade.html (original)
+++ trunk/libs/fusion/doc/html/fusion/extension/iterator_facade.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Iterator Facade</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../extension.html" title="Extension">
 <link rel="prev" href="sequence_facade.html" title="Sequence Facade">
@@ -27,7 +27,7 @@
 <a name="fusion.extension.iterator_facade"></a><a class="link" href="iterator_facade.html" title="Iterator Facade">Iterator Facade</a>
 </h3></div></div></div>
 <a name="fusion.extension.iterator_facade.description"></a><h5>
-<a name="id1082713"></a>
+<a name="id968149"></a>
         <a class="link" href="iterator_facade.html#fusion.extension.iterator_facade.description">Description</a>
       </h5>
 <p>
@@ -36,14 +36,14 @@
         iterator.
       </p>
 <a name="fusion.extension.iterator_facade.synopsis"></a><h5>
-<a name="id1082740"></a>
+<a name="id968196"></a>
         <a class="link" href="iterator_facade.html#fusion.extension.iterator_facade.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Derived</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">TravesalTag</span><span class="special">&gt;</span>
 <span class="keyword">struct</span> <span class="identifier">iterator_facade</span><span class="special">;</span>
 </pre>
 <a name="fusion.extension.iterator_facade.usage"></a><h5>
-<a name="id1082803"></a>
+<a name="id968289"></a>
         <a class="link" href="iterator_facade.html#fusion.extension.iterator_facade.usage">Usage</a>
       </h5>
 <p>
@@ -57,7 +57,7 @@
         type.
       </p>
 <div class="table">
-<a name="id1082820"></a><p class="title"><b>Table&#160;1.97.&#160;Parameters</b></p>
+<a name="id968314"></a><p class="title"><b>Table&#160;1.97.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -106,7 +106,7 @@
 </table></div>
 </div>
 <br class="table-break"><div class="table">
-<a name="id1082945"></a><p class="title"><b>Table&#160;1.98.&#160;Key Expressions</b></p>
+<a name="id968476"></a><p class="title"><b>Table&#160;1.98.&#160;Key Expressions</b></p>
 <div class="table-contents"><table class="table" summary="Key Expressions">
 <colgroup>
 <col>
@@ -439,14 +439,14 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.extension.iterator_facade.header"></a><h5>
-<a name="id1086739"></a>
+<a name="id970438"></a>
         <a class="link" href="iterator_facade.html#fusion.extension.iterator_facade.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">iterator_facade</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">iterator_facade</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.extension.iterator_facade.example"></a><h5>
-<a name="id1086847"></a>
+<a name="id970595"></a>
         <a class="link" href="iterator_facade.html#fusion.extension.iterator_facade.example">Example</a>
       </h5>
 <p>

Modified: trunk/libs/fusion/doc/html/fusion/extension/sequence_facade.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/extension/sequence_facade.html (original)
+++ trunk/libs/fusion/doc/html/fusion/extension/sequence_facade.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Sequence Facade</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../extension.html" title="Extension">
 <link rel="prev" href="ext_full.html" title="The Full Extension Mechanism">
@@ -27,7 +27,7 @@
 <a name="fusion.extension.sequence_facade"></a><a class="link" href="sequence_facade.html" title="Sequence Facade">Sequence Facade</a>
 </h3></div></div></div>
 <a name="fusion.extension.sequence_facade.description"></a><h5>
-<a name="id1081619"></a>
+<a name="id966629"></a>
         <a class="link" href="sequence_facade.html#fusion.extension.sequence_facade.description">Description</a>
       </h5>
 <p>
@@ -36,14 +36,14 @@
         iterator.
       </p>
 <a name="fusion.extension.sequence_facade.synopsis"></a><h5>
-<a name="id1081645"></a>
+<a name="id966677"></a>
         <a class="link" href="sequence_facade.html#fusion.extension.sequence_facade.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Derived</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">TravesalTag</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">IsView</span> <span class="special">=</span> <span class="identifier">mpl</span><span class="special">::</span><span class="identifier">false_</span><span class="special">&gt;</span>
 <span class="keyword">struct</span> <span class="identifier">sequence_facade</span><span class="special">;</span>
 </pre>
 <a name="fusion.extension.sequence_facade.usage"></a><h5>
-<a name="id1081739"></a>
+<a name="id966809"></a>
         <a class="link" href="sequence_facade.html#fusion.extension.sequence_facade.usage">Usage</a>
       </h5>
 <p>
@@ -59,7 +59,7 @@
         type.
       </p>
 <div class="table">
-<a name="id1081790"></a><p class="title"><b>Table&#160;1.95.&#160;Parameters</b></p>
+<a name="id966897"></a><p class="title"><b>Table&#160;1.95.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -107,7 +107,7 @@
 </table></div>
 </div>
 <br class="table-break"><div class="table">
-<a name="id1081901"></a><p class="title"><b>Table&#160;1.96.&#160;Key Expressions</b></p>
+<a name="id967035"></a><p class="title"><b>Table&#160;1.96.&#160;Key Expressions</b></p>
 <div class="table-contents"><table class="table" summary="Key Expressions">
 <colgroup>
 <col>
@@ -244,14 +244,14 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.extension.sequence_facade.include"></a><h5>
-<a name="id1082568"></a>
+<a name="id967927"></a>
         <a class="link" href="sequence_facade.html#fusion.extension.sequence_facade.include">Include</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">sequence_facade</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">sequence_facade</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.extension.sequence_facade.example"></a><h5>
-<a name="id1082676"></a>
+<a name="id968083"></a>
         <a class="link" href="sequence_facade.html#fusion.extension.sequence_facade.example">Example</a>
       </h5>
 <p>

Modified: trunk/libs/fusion/doc/html/fusion/functional.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Functional</title>
 <link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="prev" href="extension/iterator_facade.html" title="Iterator Facade">
@@ -63,13 +63,13 @@
       through a function object interface.
     </p>
 <a name="fusion.functional.header"></a><h4>
-<a name="id1086889"></a>
+<a name="id970667"></a>
       <a class="link" href="functional.html#fusion.functional.header">Header</a>
     </h4>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.functional.fused_and_unfused_forms"></a><h4>
-<a name="id1086944"></a>
+<a name="id970749"></a>
       <a class="link" href="functional.html#fusion.functional.fused_and_unfused_forms">Fused and unfused
       forms</a>
     </h4>
@@ -103,7 +103,7 @@
       form of <code class="literal">f'</code>.
     </p>
 <a name="fusion.functional.calling_functions_and_function_objects"></a><h4>
-<a name="id1087129"></a>
+<a name="id971009"></a>
       <a class="link" href="functional.html#fusion.functional.calling_functions_and_function_objects">Calling
       functions and function objects</a>
     </h4>
@@ -133,7 +133,7 @@
       Constructors can be called applying Boost.Functional/Factory.
     </p>
 <a name="fusion.functional.making_fusion_code_callable_through_a_function_object_interface"></a><h4>
-<a name="id1087173"></a>
+<a name="id971096"></a>
       <a class="link" href="functional.html#fusion.functional.making_fusion_code_callable_through_a_function_object_interface">Making
       Fusion code callable through a function object interface</a>
     </h4>

Modified: trunk/libs/fusion/doc/html/fusion/functional/adapters.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/adapters.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/adapters.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Adapters</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functional.html" title="Functional">
 <link rel="prev" href="invocation/limits.html" title="Limits">

Modified: trunk/libs/fusion/doc/html/fusion/functional/adapters/fused.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/adapters/fused.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/adapters/fused.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>fused</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../adapters.html" title="Adapters">
 <link rel="prev" href="../adapters.html" title="Adapters">
@@ -27,7 +27,7 @@
 <a name="fusion.functional.adapters.fused"></a><a class="link" href="fused.html" title="fused">fused</a>
 </h4></div></div></div>
 <a name="fusion.functional.adapters.fused.description"></a><h6>
-<a name="id1095734"></a>
+<a name="id979350"></a>
           <a class="link" href="fused.html#fusion.functional.adapters.fused.description">Description</a>
         </h6>
 <p>
@@ -54,20 +54,20 @@
           and boost::shared_ptr).
         </p>
 <a name="fusion.functional.adapters.fused.header"></a><h6>
-<a name="id1095810"></a>
+<a name="id979479"></a>
           <a class="link" href="fused.html#fusion.functional.adapters.fused.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">adapter</span><span class="special">/</span><span class="identifier">fused</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.functional.adapters.fused.synopsis"></a><h6>
-<a name="id1095879"></a>
+<a name="id979582"></a>
           <a class="link" href="fused.html#fusion.functional.adapters.fused.synopsis">Synopsis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Function</span><span class="special">&gt;</span>
 <span class="keyword">class</span> <span class="identifier">fused</span><span class="special">;</span>
 </pre>
 <a name="fusion.functional.adapters.fused.template_parameters"></a><h6>
-<a name="id1095931"></a>
+<a name="id979659"></a>
           <a class="link" href="fused.html#fusion.functional.adapters.fused.template_parameters">Template
           parameters</a>
         </h6>
@@ -113,14 +113,18 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.functional.adapters.fused.model_of"></a><h6>
-<a name="id1096023"></a>
+<a name="id979777"></a>
           <a class="link" href="fused.html#fusion.functional.adapters.fused.model_of">Model of</a>
         </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="../concepts/poly.html" title="Polymorphic Function Object">Polymorphic Function
- Object</a></li>
-<li class="listitem"><a class="link" href="../concepts/def_callable.html" title="Deferred Callable Object">Deferred Callable
- Object</a></li>
+<li class="listitem">
+ <a class="link" href="../concepts/poly.html" title="Polymorphic Function Object">Polymorphic Function
+ Object</a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../concepts/def_callable.html" title="Deferred Callable Object">Deferred Callable
+ Object</a>
+ </li>
 </ul></div>
 <div class="variablelist">
 <p class="title"><b>Notation</b></p>
@@ -146,7 +150,7 @@
 </dl>
 </div>
 <a name="fusion.functional.adapters.fused.expression_semantics"></a><h6>
-<a name="id1096183"></a>
+<a name="id980008"></a>
           <a class="link" href="fused.html#fusion.functional.adapters.fused.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -211,22 +215,32 @@
 </tbody>
 </table></div>
 <a name="fusion.functional.adapters.fused.example"></a><h6>
-<a name="id1096376"></a>
+<a name="id980266"></a>
           <a class="link" href="fused.html#fusion.functional.adapters.fused.example">Example</a>
         </h6>
 <pre class="programlisting"><span class="identifier">fused</span><span class="special">&lt;</span> std::plus<span class="special">&lt;</span><span class="keyword">long</span><span class="special">&gt;</span> <span class="special">&gt;</span> <span class="identifier">f</span><span class="special">;</span>
 <span class="identifier">assert</span><span class="special">(</span><span class="identifier">f</span><span class="special">(</span><a class="link" href="../../container/generation/functions/make_vector.html" title="make_vector"><code class="computeroutput"><span class="identifier">make_vector</span></code></a><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2l</span><span class="special">))</span> <span class="special">==</span> <span class="number">3l</span><span class="special">);</span>
 </pre>
 <a name="fusion.functional.adapters.fused.see_also"></a><h6>
-<a name="id1096497"></a>
+<a name="id980441"></a>
           <a class="link" href="fused.html#fusion.functional.adapters.fused.see_also">See also</a>
         </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="fused_procedure.html" title="fused_procedure"><code class="computeroutput"><span class="identifier">fused_procedure</span></code></a></li>
-<li class="listitem"><a class="link" href="fused_function_object.html" title="fused_function_object"><code class="computeroutput"><span class="identifier">fused_function_object</span></code></a></li>
-<li class="listitem"><a class="link" href="../invocation/functions/invoke.html" title="invoke"><code class="computeroutput"><span class="identifier">invoke</span></code></a></li>
-<li class="listitem"><a class="link" href="../generation/functions/mk_fused.html" title="make_fused"><code class="computeroutput"><span class="identifier">make_fused</span></code></a></li>
-<li class="listitem"><a class="link" href="../../support/deduce.html" title="deduce"><code class="computeroutput"><span class="identifier">deduce</span></code></a></li>
+<li class="listitem">
+ <a class="link" href="fused_procedure.html" title="fused_procedure"><code class="computeroutput"><span class="identifier">fused_procedure</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="fused_function_object.html" title="fused_function_object"><code class="computeroutput"><span class="identifier">fused_function_object</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../invocation/functions/invoke.html" title="invoke"><code class="computeroutput"><span class="identifier">invoke</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../generation/functions/mk_fused.html" title="make_fused"><code class="computeroutput"><span class="identifier">make_fused</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../support/deduce.html" title="deduce"><code class="computeroutput"><span class="identifier">deduce</span></code></a>
+ </li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/functional/adapters/fused_function_object.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/adapters/fused_function_object.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/adapters/fused_function_object.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>fused_function_object</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../adapters.html" title="Adapters">
 <link rel="prev" href="fused_procedure.html" title="fused_procedure">
@@ -27,7 +27,7 @@
 <a name="fusion.functional.adapters.fused_function_object"></a><a class="link" href="fused_function_object.html" title="fused_function_object">fused_function_object</a>
 </h4></div></div></div>
 <a name="fusion.functional.adapters.fused_function_object.description"></a><h6>
-<a name="id1098045"></a>
+<a name="id982310"></a>
           <a class="link" href="fused_function_object.html#fusion.functional.adapters.fused_function_object.description">Description</a>
         </h6>
 <p>
@@ -44,20 +44,20 @@
           object is held by value, the adapter is const).
         </p>
 <a name="fusion.functional.adapters.fused_function_object.header"></a><h6>
-<a name="id1098088"></a>
+<a name="id982384"></a>
           <a class="link" href="fused_function_object.html#fusion.functional.adapters.fused_function_object.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">adapter</span><span class="special">/</span><span class="identifier">fused_function_object</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.functional.adapters.fused_function_object.synopsis"></a><h6>
-<a name="id1098160"></a>
+<a name="id982488"></a>
           <a class="link" href="fused_function_object.html#fusion.functional.adapters.fused_function_object.synopsis">Synopsis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">Function</span><span class="special">&gt;</span>
 <span class="keyword">class</span> <span class="identifier">fused_function_object</span><span class="special">;</span>
 </pre>
 <a name="fusion.functional.adapters.fused_function_object.template_parameters"></a><h6>
-<a name="id1098214"></a>
+<a name="id982568"></a>
           <a class="link" href="fused_function_object.html#fusion.functional.adapters.fused_function_object.template_parameters">Template
           parameters</a>
         </h6>
@@ -103,15 +103,19 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.functional.adapters.fused_function_object.model_of"></a><h6>
-<a name="id1098309"></a>
+<a name="id982686"></a>
           <a class="link" href="fused_function_object.html#fusion.functional.adapters.fused_function_object.model_of">Model
           of</a>
         </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="../concepts/poly.html" title="Polymorphic Function Object">Polymorphic Function
- Object</a></li>
-<li class="listitem"><a class="link" href="../concepts/def_callable.html" title="Deferred Callable Object">Deferred Callable
- Object</a></li>
+<li class="listitem">
+ <a class="link" href="../concepts/poly.html" title="Polymorphic Function Object">Polymorphic Function
+ Object</a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../concepts/def_callable.html" title="Deferred Callable Object">Deferred Callable
+ Object</a>
+ </li>
 </ul></div>
 <div class="variablelist">
 <p class="title"><b>Notation</b></p>
@@ -137,7 +141,7 @@
 </dl>
 </div>
 <a name="fusion.functional.adapters.fused_function_object.expression_semantics"></a><h6>
-<a name="id1098471"></a>
+<a name="id982918"></a>
           <a class="link" href="fused_function_object.html#fusion.functional.adapters.fused_function_object.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -202,7 +206,7 @@
 </tbody>
 </table></div>
 <a name="fusion.functional.adapters.fused_function_object.example"></a><h6>
-<a name="id1098667"></a>
+<a name="id983178"></a>
           <a class="link" href="fused_function_object.html#fusion.functional.adapters.fused_function_object.example">Example</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">SeqOfSeqs</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">Func</span><span class="special">&gt;</span>
@@ -239,16 +243,26 @@
 <span class="special">}</span>
 </pre>
 <a name="fusion.functional.adapters.fused_function_object.see_also"></a><h6>
-<a name="id1099438"></a>
+<a name="id984233"></a>
           <a class="link" href="fused_function_object.html#fusion.functional.adapters.fused_function_object.see_also">See
           also</a>
         </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="fused.html" title="fused"><code class="computeroutput"><span class="identifier">fused</span></code></a></li>
-<li class="listitem"><a class="link" href="fused_procedure.html" title="fused_procedure"><code class="computeroutput"><span class="identifier">fused_procedure</span></code></a></li>
-<li class="listitem"><a class="link" href="../invocation/functions/invoke_fobj.html" title="invoke_function_object"><code class="computeroutput"><span class="identifier">invoke_function_object</span></code></a></li>
-<li class="listitem"><a class="link" href="../generation/functions/mk_fused_fobj.html" title="make_fused_function_object"><code class="computeroutput"><span class="identifier">make_fused_function_object</span></code></a></li>
-<li class="listitem"><a class="link" href="../../support/deduce.html" title="deduce"><code class="computeroutput"><span class="identifier">deduce</span></code></a></li>
+<li class="listitem">
+ <a class="link" href="fused.html" title="fused"><code class="computeroutput"><span class="identifier">fused</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="fused_procedure.html" title="fused_procedure"><code class="computeroutput"><span class="identifier">fused_procedure</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../invocation/functions/invoke_fobj.html" title="invoke_function_object"><code class="computeroutput"><span class="identifier">invoke_function_object</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../generation/functions/mk_fused_fobj.html" title="make_fused_function_object"><code class="computeroutput"><span class="identifier">make_fused_function_object</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../support/deduce.html" title="deduce"><code class="computeroutput"><span class="identifier">deduce</span></code></a>
+ </li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/functional/adapters/fused_procedure.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/adapters/fused_procedure.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/adapters/fused_procedure.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>fused_procedure</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../adapters.html" title="Adapters">
 <link rel="prev" href="fused.html" title="fused">
@@ -27,7 +27,7 @@
 <a name="fusion.functional.adapters.fused_procedure"></a><a class="link" href="fused_procedure.html" title="fused_procedure">fused_procedure</a>
 </h4></div></div></div>
 <a name="fusion.functional.adapters.fused_procedure.description"></a><h6>
-<a name="id1096591"></a>
+<a name="id980609"></a>
           <a class="link" href="fused_procedure.html#fusion.functional.adapters.fused_procedure.description">Description</a>
         </h6>
 <p>
@@ -62,20 +62,20 @@
           case is not implemented).
         </p>
 <a name="fusion.functional.adapters.fused_procedure.header"></a><h6>
-<a name="id1096681"></a>
+<a name="id980766"></a>
           <a class="link" href="fused_procedure.html#fusion.functional.adapters.fused_procedure.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">adapter</span><span class="special">/</span><span class="identifier">fused_procedure</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.functional.adapters.fused_procedure.synopsis"></a><h6>
-<a name="id1096750"></a>
+<a name="id980869"></a>
           <a class="link" href="fused_procedure.html#fusion.functional.adapters.fused_procedure.synopsis">Synopsis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Function</span><span class="special">&gt;</span>
 <span class="keyword">class</span> <span class="identifier">fused_procedure</span><span class="special">;</span>
 </pre>
 <a name="fusion.functional.adapters.fused_procedure.template_parameters"></a><h6>
-<a name="id1096804"></a>
+<a name="id980947"></a>
           <a class="link" href="fused_procedure.html#fusion.functional.adapters.fused_procedure.template_parameters">Template
           parameters</a>
         </h6>
@@ -121,15 +121,19 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.functional.adapters.fused_procedure.model_of"></a><h6>
-<a name="id1096899"></a>
+<a name="id981064"></a>
           <a class="link" href="fused_procedure.html#fusion.functional.adapters.fused_procedure.model_of">Model
           of</a>
         </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="../concepts/poly.html" title="Polymorphic Function Object">Polymorphic Function
- Object</a></li>
-<li class="listitem"><a class="link" href="../concepts/def_callable.html" title="Deferred Callable Object">Deferred Callable
- Object</a></li>
+<li class="listitem">
+ <a class="link" href="../concepts/poly.html" title="Polymorphic Function Object">Polymorphic Function
+ Object</a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../concepts/def_callable.html" title="Deferred Callable Object">Deferred Callable
+ Object</a>
+ </li>
 </ul></div>
 <div class="variablelist">
 <p class="title"><b>Notation</b></p>
@@ -155,7 +159,7 @@
 </dl>
 </div>
 <a name="fusion.functional.adapters.fused_procedure.expression_semantics"></a><h6>
-<a name="id1097061"></a>
+<a name="id981296"></a>
           <a class="link" href="fused_procedure.html#fusion.functional.adapters.fused_procedure.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -220,7 +224,7 @@
 </tbody>
 </table></div>
 <a name="fusion.functional.adapters.fused_procedure.example"></a><h6>
-<a name="id1097257"></a>
+<a name="id981556"></a>
           <a class="link" href="fused_procedure.html#fusion.functional.adapters.fused_procedure.example">Example</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">SequenceOfSequences</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">Func</span><span class="special">&gt;</span>
@@ -240,15 +244,23 @@
 <span class="special">}</span>
 </pre>
 <a name="fusion.functional.adapters.fused_procedure.see_also"></a><h6>
-<a name="id1097962"></a>
+<a name="id982162"></a>
           <a class="link" href="fused_procedure.html#fusion.functional.adapters.fused_procedure.see_also">See
           also</a>
         </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="fused.html" title="fused"><code class="computeroutput"><span class="identifier">fused</span></code></a></li>
-<li class="listitem"><a class="link" href="fused_function_object.html" title="fused_function_object"><code class="computeroutput"><span class="identifier">fused_function_object</span></code></a></li>
-<li class="listitem"><a class="link" href="../invocation/functions/invoke_proc.html" title="invoke_procedure"><code class="computeroutput"><span class="identifier">invoke_procedure</span></code></a></li>
-<li class="listitem"><a class="link" href="../generation/functions/mk_fused_proc.html" title="make_fused_procedure"><code class="computeroutput"><span class="identifier">make_fused_procedure</span></code></a></li>
+<li class="listitem">
+ <a class="link" href="fused.html" title="fused"><code class="computeroutput"><span class="identifier">fused</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="fused_function_object.html" title="fused_function_object"><code class="computeroutput"><span class="identifier">fused_function_object</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../invocation/functions/invoke_proc.html" title="invoke_procedure"><code class="computeroutput"><span class="identifier">invoke_procedure</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../generation/functions/mk_fused_proc.html" title="make_fused_procedure"><code class="computeroutput"><span class="identifier">make_fused_procedure</span></code></a>
+ </li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/functional/adapters/limits.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/adapters/limits.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/adapters/limits.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Limits</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../adapters.html" title="Adapters">
 <link rel="prev" href="unfused_typed.html" title="unfused_typed">
@@ -27,13 +27,13 @@
 <a name="fusion.functional.adapters.limits"></a><a class="link" href="limits.html" title="Limits">Limits</a>
 </h4></div></div></div>
 <a name="fusion.functional.adapters.limits.header"></a><h6>
-<a name="id1103904"></a>
+<a name="id988773"></a>
           <a class="link" href="limits.html#fusion.functional.adapters.limits.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">adapter</span><span class="special">/</span><span class="identifier">limits</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.functional.adapters.limits.macros"></a><h6>
-<a name="id1103973"></a>
+<a name="id988876"></a>
           <a class="link" href="limits.html#fusion.functional.adapters.limits.macros">Macros</a>
         </h6>
 <p>
@@ -43,11 +43,11 @@
         </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- BOOST_FUSION_UNFUSED_MAX_ARITY
- </li>
+ BOOST_FUSION_UNFUSED_MAX_ARITY
+ </li>
 <li class="listitem">
- BOOST_FUSION_UNFUSED_TYPE_MAX_ARITY
- </li>
+ BOOST_FUSION_UNFUSED_TYPE_MAX_ARITY
+ </li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/functional/adapters/unfused.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/adapters/unfused.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/adapters/unfused.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>unfused</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../adapters.html" title="Adapters">
 <link rel="prev" href="fused_function_object.html" title="fused_function_object">
@@ -27,7 +27,7 @@
 <a name="fusion.functional.adapters.unfused"></a><a class="link" href="unfused.html" title="unfused">unfused</a>
 </h4></div></div></div>
 <a name="fusion.functional.adapters.unfused.description"></a><h6>
-<a name="id1099534"></a>
+<a name="id984405"></a>
           <a class="link" href="unfused.html#fusion.functional.adapters.unfused.description">Description</a>
         </h6>
 <p>
@@ -57,20 +57,20 @@
           object is held by value, the adapter is const.
         </p>
 <a name="fusion.functional.adapters.unfused.header"></a><h6>
-<a name="id1099593"></a>
+<a name="id984514"></a>
           <a class="link" href="unfused.html#fusion.functional.adapters.unfused.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">adapter</span><span class="special">/</span><span class="identifier">unfused</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.functional.adapters.unfused.synopsis"></a><h6>
-<a name="id1099663"></a>
+<a name="id984617"></a>
           <a class="link" href="unfused.html#fusion.functional.adapters.unfused.synopsis">Synopsis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">Function</span><span class="special">,</span> <span class="keyword">bool</span> <span class="identifier">AllowNullary</span> <span class="special">=</span> <span class="keyword">true</span><span class="special">&gt;</span>
 <span class="keyword">class</span> <span class="identifier">unfused</span><span class="special">;</span>
 </pre>
 <a name="fusion.functional.adapters.unfused.template_parameters"></a><h6>
-<a name="id1099737"></a>
+<a name="id984723"></a>
           <a class="link" href="unfused.html#fusion.functional.adapters.unfused.template_parameters">Template
           parameters</a>
         </h6>
@@ -135,14 +135,18 @@
 </tbody>
 </table></div>
 <a name="fusion.functional.adapters.unfused.model_of"></a><h6>
-<a name="id1099863"></a>
+<a name="id984880"></a>
           <a class="link" href="unfused.html#fusion.functional.adapters.unfused.model_of">Model of</a>
         </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="../concepts/poly.html" title="Polymorphic Function Object">Polymorphic Function
- Object</a></li>
-<li class="listitem"><a class="link" href="../concepts/def_callable.html" title="Deferred Callable Object">Deferred Callable
- Object</a></li>
+<li class="listitem">
+ <a class="link" href="../concepts/poly.html" title="Polymorphic Function Object">Polymorphic Function
+ Object</a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../concepts/def_callable.html" title="Deferred Callable Object">Deferred Callable
+ Object</a>
+ </li>
 </ul></div>
 <div class="variablelist">
 <p class="title"><b>Notation</b></p>
@@ -172,7 +176,7 @@
 </dl>
 </div>
 <a name="fusion.functional.adapters.unfused.expression_semantics"></a><h6>
-<a name="id1101292"></a>
+<a name="id985162"></a>
           <a class="link" href="unfused.html#fusion.functional.adapters.unfused.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -237,7 +241,7 @@
 </tbody>
 </table></div>
 <a name="fusion.functional.adapters.unfused.example"></a><h6>
-<a name="id1101490"></a>
+<a name="id985431"></a>
           <a class="link" href="unfused.html#fusion.functional.adapters.unfused.example">Example</a>
         </h6>
 <pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">fused_incrementer</span>
@@ -264,12 +268,16 @@
 <span class="special">}</span>
 </pre>
 <a name="fusion.functional.adapters.unfused.see_also"></a><h6>
-<a name="id1101858"></a>
+<a name="id985927"></a>
           <a class="link" href="unfused.html#fusion.functional.adapters.unfused.see_also">See also</a>
         </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="unfused_typed.html" title="unfused_typed"><code class="computeroutput"><span class="identifier">unfused_typed</span></code></a></li>
-<li class="listitem"><a class="link" href="../generation/functions/mk_unfused.html" title="make_unfused"><code class="computeroutput"><span class="identifier">make_unfused</span></code></a></li>
+<li class="listitem">
+ <a class="link" href="unfused_typed.html" title="unfused_typed"><code class="computeroutput"><span class="identifier">unfused_typed</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../generation/functions/mk_unfused.html" title="make_unfused"><code class="computeroutput"><span class="identifier">make_unfused</span></code></a>
+ </li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/functional/adapters/unfused_typed.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/adapters/unfused_typed.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/adapters/unfused_typed.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>unfused_typed</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../adapters.html" title="Adapters">
 <link rel="prev" href="unfused.html" title="unfused">
@@ -27,7 +27,7 @@
 <a name="fusion.functional.adapters.unfused_typed"></a><a class="link" href="unfused_typed.html" title="unfused_typed">unfused_typed</a>
 </h4></div></div></div>
 <a name="fusion.functional.adapters.unfused_typed.description"></a><h6>
-<a name="id1101912"></a>
+<a name="id986027"></a>
           <a class="link" href="unfused_typed.html#fusion.functional.adapters.unfused_typed.description">Description</a>
         </h6>
 <p>
@@ -66,20 +66,20 @@
         </p>
 </div>
 <a name="fusion.functional.adapters.unfused_typed.header"></a><h6>
-<a name="id1102005"></a>
+<a name="id986175"></a>
           <a class="link" href="unfused_typed.html#fusion.functional.adapters.unfused_typed.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">adapter</span><span class="special">/</span><span class="identifier">unfused_typed</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.functional.adapters.unfused_typed.synopsis"></a><h6>
-<a name="id1102075"></a>
+<a name="id986278"></a>
           <a class="link" href="unfused_typed.html#fusion.functional.adapters.unfused_typed.synopsis">Synopsis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">Function</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">Sequence</span><span class="special">&gt;</span>
 <span class="keyword">class</span> <span class="identifier">unfused_typed</span><span class="special">;</span>
 </pre>
 <a name="fusion.functional.adapters.unfused_typed.template_parameters"></a><h6>
-<a name="id1102142"></a>
+<a name="id986373"></a>
           <a class="link" href="unfused_typed.html#fusion.functional.adapters.unfused_typed.template_parameters">Template
           parameters</a>
         </h6>
@@ -143,15 +143,19 @@
 </tbody>
 </table></div>
 <a name="fusion.functional.adapters.unfused_typed.model_of"></a><h6>
-<a name="id1102274"></a>
+<a name="id986537"></a>
           <a class="link" href="unfused_typed.html#fusion.functional.adapters.unfused_typed.model_of">Model
           of</a>
         </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="../concepts/poly.html" title="Polymorphic Function Object">Polymorphic Function
- Object</a></li>
-<li class="listitem"><a class="link" href="../concepts/def_callable.html" title="Deferred Callable Object">Deferred Callable
- Object</a></li>
+<li class="listitem">
+ <a class="link" href="../concepts/poly.html" title="Polymorphic Function Object">Polymorphic Function
+ Object</a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../concepts/def_callable.html" title="Deferred Callable Object">Deferred Callable
+ Object</a>
+ </li>
 </ul></div>
 <div class="variablelist">
 <p class="title"><b>Notation</b></p>
@@ -186,7 +190,7 @@
 </dl>
 </div>
 <a name="fusion.functional.adapters.unfused_typed.expression_semantics"></a><h6>
-<a name="id1102510"></a>
+<a name="id986874"></a>
           <a class="link" href="unfused_typed.html#fusion.functional.adapters.unfused_typed.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -253,7 +257,7 @@
 </tbody>
 </table></div>
 <a name="fusion.functional.adapters.unfused_typed.example"></a><h6>
-<a name="id1102719"></a>
+<a name="id987161"></a>
           <a class="link" href="unfused_typed.html#fusion.functional.adapters.unfused_typed.example">Example</a>
         </h6>
 <pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">add_assign</span> <span class="comment">// applies operator+=
@@ -321,13 +325,19 @@
 <span class="special">}</span>
 </pre>
 <a name="fusion.functional.adapters.unfused_typed.see_also"></a><h6>
-<a name="id1103836"></a>
+<a name="id988651"></a>
           <a class="link" href="unfused_typed.html#fusion.functional.adapters.unfused_typed.see_also">See also</a>
         </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="unfused.html" title="unfused"><code class="computeroutput"><span class="identifier">unfused</span></code></a></li>
-<li class="listitem"><a class="link" href="../../support/deduce.html" title="deduce"><code class="computeroutput"><span class="identifier">deduce</span></code></a></li>
-<li class="listitem"><a class="link" href="../../support/deduce_sequence.html" title="deduce_sequence"><code class="computeroutput"><span class="identifier">deduce_sequence</span></code></a></li>
+<li class="listitem">
+ <a class="link" href="unfused.html" title="unfused"><code class="computeroutput"><span class="identifier">unfused</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../support/deduce.html" title="deduce"><code class="computeroutput"><span class="identifier">deduce</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../support/deduce_sequence.html" title="deduce_sequence"><code class="computeroutput"><span class="identifier">deduce_sequence</span></code></a>
+ </li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/functional/concepts.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/concepts.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/concepts.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Concepts</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functional.html" title="Functional">
 <link rel="prev" href="../functional.html" title="Functional">

Modified: trunk/libs/fusion/doc/html/fusion/functional/concepts/callable.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/concepts/callable.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/concepts/callable.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Callable Object</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../concepts.html" title="Concepts">
 <link rel="prev" href="../concepts.html" title="Concepts">
@@ -27,7 +27,7 @@
 <a name="fusion.functional.concepts.callable"></a><a class="link" href="callable.html" title="Callable Object"> Callable Object</a>
 </h4></div></div></div>
 <a name="fusion.functional.concepts.callable.description"></a><h6>
-<a name="id1087226"></a>
+<a name="id971197"></a>
           <a class="link" href="callable.html#fusion.functional.concepts.callable.description">Description</a>
         </h6>
 <p>
@@ -36,22 +36,22 @@
           of a function call operator.
         </p>
 <a name="fusion.functional.concepts.callable.models"></a><h6>
-<a name="id1087243"></a>
+<a name="id971228"></a>
           <a class="link" href="callable.html#fusion.functional.concepts.callable.models">Models</a>
         </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- function pointer types
- </li>
+ function pointer types
+ </li>
 <li class="listitem">
- member (function or data) pointer types
- </li>
+ member (function or data) pointer types
+ </li>
 <li class="listitem">
- all kinds of function objects
- </li>
+ all kinds of function objects
+ </li>
 </ul></div>
 <a name="fusion.functional.concepts.callable.examples"></a><h6>
-<a name="id1087272"></a>
+<a name="id971280"></a>
           <a class="link" href="callable.html#fusion.functional.concepts.callable.examples">Examples</a>
         </h6>
 <pre class="programlisting"><span class="special">&amp;</span> <span class="identifier">a_free_function</span>

Modified: trunk/libs/fusion/doc/html/fusion/functional/concepts/def_callable.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/concepts/def_callable.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/concepts/def_callable.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Deferred Callable Object</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../concepts.html" title="Concepts">
 <link rel="prev" href="reg_callable.html" title="Regular Callable Object">
@@ -28,7 +28,7 @@
         Callable Object</a>
 </h4></div></div></div>
 <a name="fusion.functional.concepts.def_callable.description"></a><h6>
-<a name="id1088013"></a>
+<a name="id972327"></a>
           <a class="link" href="def_callable.html#fusion.functional.concepts.def_callable.description">Description</a>
         </h6>
 <p>
@@ -37,11 +37,13 @@
           to determine the result of a call.
         </p>
 <a name="fusion.functional.concepts.def_callable.refinement_of"></a><h6>
-<a name="id1088040"></a>
+<a name="id972372"></a>
           <a class="link" href="def_callable.html#fusion.functional.concepts.def_callable.refinement_of">Refinement
           of</a>
         </h6>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><a class="link" href="callable.html" title="Callable Object">Callable Object</a></li></ul></div>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ <a class="link" href="callable.html" title="Callable Object">Callable Object</a>
+ </li></ul></div>
 <div class="sidebar">
 <p class="title"><b></b></p>
 <p>
@@ -77,7 +79,7 @@
 </dl>
 </div>
 <a name="fusion.functional.concepts.def_callable.expression_requirements"></a><h6>
-<a name="id1088265"></a>
+<a name="id972684"></a>
           <a class="link" href="def_callable.html#fusion.functional.concepts.def_callable.expression_requirements">Expression
           requirements</a>
         </h6>
@@ -115,20 +117,20 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.functional.concepts.def_callable.models"></a><h6>
-<a name="id1088404"></a>
+<a name="id972868"></a>
           <a class="link" href="def_callable.html#fusion.functional.concepts.def_callable.models">Models</a>
         </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
-<a class="link" href="poly.html" title="Polymorphic Function Object">Polymorphic Function
- Object</a> types
- </li>
+ <a class="link" href="poly.html" title="Polymorphic Function Object">Polymorphic Function
+ Object</a> types
+ </li>
 <li class="listitem">
- member (function or data) pointer types
- </li>
+ member (function or data) pointer types
+ </li>
 </ul></div>
 <a name="fusion.functional.concepts.def_callable.examples"></a><h6>
-<a name="id1088434"></a>
+<a name="id972922"></a>
           <a class="link" href="def_callable.html#fusion.functional.concepts.def_callable.examples">Examples</a>
         </h6>
 <pre class="programlisting"><span class="special">&amp;</span> <span class="identifier">a_free_function</span>

Modified: trunk/libs/fusion/doc/html/fusion/functional/concepts/poly.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/concepts/poly.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/concepts/poly.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Polymorphic Function Object</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../concepts.html" title="Concepts">
 <link rel="prev" href="def_callable.html" title="Deferred Callable Object">
@@ -28,7 +28,7 @@
         Object</a>
 </h4></div></div></div>
 <a name="fusion.functional.concepts.poly.description"></a><h6>
-<a name="id1088640"></a>
+<a name="id973220"></a>
           <a class="link" href="poly.html#fusion.functional.concepts.poly.description">Description</a>
         </h6>
 <p>
@@ -36,15 +36,19 @@
           Callable Object</a> type.
         </p>
 <a name="fusion.functional.concepts.poly.refinement_of"></a><h6>
-<a name="id1088662"></a>
+<a name="id973258"></a>
           <a class="link" href="poly.html#fusion.functional.concepts.poly.refinement_of">Refinement
           of</a>
         </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="reg_callable.html" title="Regular Callable Object">Regular Callable
- Object</a></li>
-<li class="listitem"><a class="link" href="def_callable.html" title="Deferred Callable Object">Deferred Callable
- Object</a></li>
+<li class="listitem">
+ <a class="link" href="reg_callable.html" title="Regular Callable Object">Regular Callable
+ Object</a>
+ </li>
+<li class="listitem">
+ <a class="link" href="def_callable.html" title="Deferred Callable Object">Deferred Callable
+ Object</a>
+ </li>
 </ul></div>
 <div class="variablelist">
 <p class="title"><b>Notation</b></p>
@@ -75,7 +79,7 @@
 </dl>
 </div>
 <a name="fusion.functional.concepts.poly.expression_requirements"></a><h6>
-<a name="id1088877"></a>
+<a name="id973560"></a>
           <a class="link" href="poly.html#fusion.functional.concepts.poly.expression_requirements">Expression
           requirements</a>
         </h6>
@@ -124,22 +128,22 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.functional.concepts.poly.models"></a><h6>
-<a name="id1089035"></a>
+<a name="id973762"></a>
           <a class="link" href="poly.html#fusion.functional.concepts.poly.models">Models</a>
         </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- function pointers
- </li>
+ function pointers
+ </li>
 <li class="listitem">
- function objects of the Standard Library
- </li>
+ function objects of the Standard Library
+ </li>
 <li class="listitem">
- all Fusion <a class="link" href="../adapters.html" title="Adapters">functional adapters</a>
-</li>
+ all Fusion <a class="link" href="../adapters.html" title="Adapters">functional adapters</a>
+ </li>
 </ul></div>
 <a name="fusion.functional.concepts.poly.examples"></a><h6>
-<a name="id1089068"></a>
+<a name="id973825"></a>
           <a class="link" href="poly.html#fusion.functional.concepts.poly.examples">Examples</a>
         </h6>
 <pre class="programlisting"><span class="special">&amp;</span> <span class="identifier">a_free_function</span>

Modified: trunk/libs/fusion/doc/html/fusion/functional/concepts/reg_callable.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/concepts/reg_callable.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/concepts/reg_callable.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Regular Callable Object</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../concepts.html" title="Concepts">
 <link rel="prev" href="callable.html" title="Callable Object">
@@ -28,7 +28,7 @@
         Object</a>
 </h4></div></div></div>
 <a name="fusion.functional.concepts.reg_callable.description"></a><h6>
-<a name="id1087507"></a>
+<a name="id971617"></a>
           <a class="link" href="reg_callable.html#fusion.functional.concepts.reg_callable.description">Description</a>
         </h6>
 <p>
@@ -37,11 +37,13 @@
           can appear immediately to the left of a function call operator.
         </p>
 <a name="fusion.functional.concepts.reg_callable.refinement_of"></a><h6>
-<a name="id1087528"></a>
+<a name="id971658"></a>
           <a class="link" href="reg_callable.html#fusion.functional.concepts.reg_callable.refinement_of">Refinement
           of</a>
         </h6>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><a class="link" href="callable.html" title="Callable Object">Callable Object</a></li></ul></div>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ <a class="link" href="callable.html" title="Callable Object">Callable Object</a>
+ </li></ul></div>
 <div class="variablelist">
 <p class="title"><b>Notation</b></p>
 <dl>
@@ -65,7 +67,7 @@
 </dl>
 </div>
 <a name="fusion.functional.concepts.reg_callable.expression_requirements"></a><h6>
-<a name="id1087674"></a>
+<a name="id971853"></a>
           <a class="link" href="reg_callable.html#fusion.functional.concepts.reg_callable.expression_requirements">Expression
           requirements</a>
         </h6>
@@ -112,19 +114,19 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.functional.concepts.reg_callable.models"></a><h6>
-<a name="id1087788"></a>
+<a name="id971992"></a>
           <a class="link" href="reg_callable.html#fusion.functional.concepts.reg_callable.models">Models</a>
         </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- function pointer types
- </li>
+ function pointer types
+ </li>
 <li class="listitem">
- all kinds of function objects
- </li>
+ all kinds of function objects
+ </li>
 </ul></div>
 <a name="fusion.functional.concepts.reg_callable.examples"></a><h6>
-<a name="id1087812"></a>
+<a name="id972037"></a>
           <a class="link" href="reg_callable.html#fusion.functional.concepts.reg_callable.examples">Examples</a>
         </h6>
 <pre class="programlisting"><span class="special">&amp;</span> <span class="identifier">a_free_function</span>

Modified: trunk/libs/fusion/doc/html/fusion/functional/generation.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/generation.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/generation.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Generation</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functional.html" title="Functional">
 <link rel="prev" href="adapters/limits.html" title="Limits">

Modified: trunk/libs/fusion/doc/html/fusion/functional/generation/functions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/generation/functions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/generation/functions.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Functions</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../generation.html" title="Generation">
 <link rel="prev" href="../generation.html" title="Generation">

Modified: trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>make_fused</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="../functions.html" title="Functions">
@@ -28,7 +28,7 @@
           make_fused</a>
 </h5></div></div></div>
 <a name="fusion.functional.generation.functions.mk_fused.description"></a><h6>
-<a name="id1104043"></a>
+<a name="id988996"></a>
             <a class="link" href="mk_fused.html#fusion.functional.generation.functions.mk_fused.description">Description</a>
           </h6>
 <p>
@@ -37,7 +37,7 @@
             conversion</em></span></a> is applied to the target function.
           </p>
 <a name="fusion.functional.generation.functions.mk_fused.synopsis"></a><h6>
-<a name="id1104085"></a>
+<a name="id989062"></a>
             <a class="link" href="mk_fused.html#fusion.functional.generation.functions.mk_fused.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">F</span><span class="special">&gt;</span>
@@ -45,7 +45,7 @@
 <span class="identifier">make_fused</span><span class="special">(</span><span class="identifier">F</span> <span class="keyword">const</span> <span class="special">&amp;</span> <span class="identifier">f</span><span class="special">);</span>
 </pre>
 <a name="fusion.functional.generation.functions.mk_fused.parameters"></a><h6>
-<a name="id1104192"></a>
+<a name="id989212"></a>
             <a class="link" href="mk_fused.html#fusion.functional.generation.functions.mk_fused.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -91,7 +91,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.functional.generation.functions.mk_fused.expression_semantics"></a><h6>
-<a name="id1104286"></a>
+<a name="id989332"></a>
             <a class="link" href="mk_fused.html#fusion.functional.generation.functions.mk_fused.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -104,14 +104,14 @@
             <span class="bold"><strong>Semantics</strong></span>: Returns a <a class="link" href="../../adapters/fused.html" title="fused"><code class="computeroutput"><span class="identifier">fused</span></code></a> adapter for <code class="computeroutput"><span class="identifier">f</span></code>.
           </p>
 <a name="fusion.functional.generation.functions.mk_fused.header"></a><h6>
-<a name="id1104362"></a>
+<a name="id989455"></a>
             <a class="link" href="mk_fused.html#fusion.functional.generation.functions.mk_fused.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_fused</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_fused</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.functional.generation.functions.mk_fused.example"></a><h6>
-<a name="id1104477"></a>
+<a name="id989621"></a>
             <a class="link" href="mk_fused.html#fusion.functional.generation.functions.mk_fused.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">float</span> <span class="identifier">sub</span><span class="special">(</span><span class="keyword">float</span> <span class="identifier">a</span><span class="special">,</span> <span class="keyword">float</span> <span class="identifier">b</span><span class="special">)</span> <span class="special">{</span> <span class="keyword">return</span> <span class="identifier">a</span> <span class="special">-</span> <span class="identifier">b</span><span class="special">;</span> <span class="special">}</span>
@@ -126,14 +126,20 @@
 <span class="special">}</span>
 </pre>
 <a name="fusion.functional.generation.functions.mk_fused.see_also"></a><h6>
-<a name="id1104906"></a>
+<a name="id990221"></a>
             <a class="link" href="mk_fused.html#fusion.functional.generation.functions.mk_fused.see_also">See
             also</a>
           </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="../../adapters/fused.html" title="fused"><code class="computeroutput"><span class="identifier">fused</span></code></a></li>
-<li class="listitem"><a class="link" href="../../../support/deduce.html" title="deduce"><code class="computeroutput"><span class="identifier">deduce</span></code></a></li>
-<li class="listitem"><a class="link" href="../metafunctions/mk_fused.html" title="make_fused"><code class="computeroutput"><span class="identifier">make_fused</span></code></a></li>
+<li class="listitem">
+ <a class="link" href="../../adapters/fused.html" title="fused"><code class="computeroutput"><span class="identifier">fused</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../../support/deduce.html" title="deduce"><code class="computeroutput"><span class="identifier">deduce</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../metafunctions/mk_fused.html" title="make_fused"><code class="computeroutput"><span class="identifier">make_fused</span></code></a>
+ </li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused_fobj.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused_fobj.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused_fobj.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>make_fused_function_object</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="mk_fused_proc.html" title="make_fused_procedure">
@@ -28,7 +28,7 @@
           make_fused_function_object</a>
 </h5></div></div></div>
 <a name="fusion.functional.generation.functions.mk_fused_fobj.description"></a><h6>
-<a name="id1107868"></a>
+<a name="id991363"></a>
             <a class="link" href="mk_fused_fobj.html#fusion.functional.generation.functions.mk_fused_fobj.description">Description</a>
           </h6>
 <p>
@@ -38,7 +38,7 @@
             conversion</em></span></a> is applied to the target function.
           </p>
 <a name="fusion.functional.generation.functions.mk_fused_fobj.synopsis"></a><h6>
-<a name="id1107908"></a>
+<a name="id991432"></a>
             <a class="link" href="mk_fused_fobj.html#fusion.functional.generation.functions.mk_fused_fobj.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">F</span><span class="special">&gt;</span>
@@ -46,7 +46,7 @@
 <span class="identifier">make_fused_function_object</span><span class="special">(</span><span class="identifier">F</span> <span class="keyword">const</span> <span class="special">&amp;</span> <span class="identifier">f</span><span class="special">);</span>
 </pre>
 <a name="fusion.functional.generation.functions.mk_fused_fobj.parameters"></a><h6>
-<a name="id1108017"></a>
+<a name="id991583"></a>
             <a class="link" href="mk_fused_fobj.html#fusion.functional.generation.functions.mk_fused_fobj.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -92,7 +92,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.functional.generation.functions.mk_fused_fobj.expression_semantics"></a><h6>
-<a name="id1108112"></a>
+<a name="id991701"></a>
             <a class="link" href="mk_fused_fobj.html#fusion.functional.generation.functions.mk_fused_fobj.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -106,14 +106,14 @@
             for <code class="computeroutput"><span class="identifier">f</span></code>.
           </p>
 <a name="fusion.functional.generation.functions.mk_fused_fobj.header"></a><h6>
-<a name="id1108190"></a>
+<a name="id991825"></a>
             <a class="link" href="mk_fused_fobj.html#fusion.functional.generation.functions.mk_fused_fobj.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_fused_function_object</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_fused_function_object</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.functional.generation.functions.mk_fused_fobj.example"></a><h6>
-<a name="id1108310"></a>
+<a name="id991993"></a>
             <a class="link" href="mk_fused_fobj.html#fusion.functional.generation.functions.mk_fused_fobj.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">sub</span>
@@ -141,14 +141,20 @@
 <span class="special">}</span>
 </pre>
 <a name="fusion.functional.generation.functions.mk_fused_fobj.see_also"></a><h6>
-<a name="id1108850"></a>
+<a name="id992729"></a>
             <a class="link" href="mk_fused_fobj.html#fusion.functional.generation.functions.mk_fused_fobj.see_also">See
             also</a>
           </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="../../adapters/fused_function_object.html" title="fused_function_object"><code class="computeroutput"><span class="identifier">fused_function_object</span></code></a></li>
-<li class="listitem"><a class="link" href="../../../support/deduce.html" title="deduce"><code class="computeroutput"><span class="identifier">deduce</span></code></a></li>
-<li class="listitem"><a class="link" href="../metafunctions/mk_fused_fobj.html" title="make_fused_function_object"><code class="computeroutput"><span class="identifier">make_fused_function_object</span></code></a></li>
+<li class="listitem">
+ <a class="link" href="../../adapters/fused_function_object.html" title="fused_function_object"><code class="computeroutput"><span class="identifier">fused_function_object</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../../support/deduce.html" title="deduce"><code class="computeroutput"><span class="identifier">deduce</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../metafunctions/mk_fused_fobj.html" title="make_fused_function_object"><code class="computeroutput"><span class="identifier">make_fused_function_object</span></code></a>
+ </li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused_proc.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused_proc.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused_proc.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>make_fused_procedure</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="mk_fused.html" title="make_fused">
@@ -28,7 +28,7 @@
           make_fused_procedure</a>
 </h5></div></div></div>
 <a name="fusion.functional.generation.functions.mk_fused_proc.description"></a><h6>
-<a name="id1104975"></a>
+<a name="id990344"></a>
             <a class="link" href="mk_fused_proc.html#fusion.functional.generation.functions.mk_fused_proc.description">Description</a>
           </h6>
 <p>
@@ -38,7 +38,7 @@
             conversion</em></span></a> applied to the target function.
           </p>
 <a name="fusion.functional.generation.functions.mk_fused_proc.synopsis"></a><h6>
-<a name="id1105015"></a>
+<a name="id990411"></a>
             <a class="link" href="mk_fused_proc.html#fusion.functional.generation.functions.mk_fused_proc.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">F</span><span class="special">&gt;</span>
@@ -46,7 +46,7 @@
 <span class="identifier">make_fused_procedure</span><span class="special">(</span><span class="identifier">F</span> <span class="keyword">const</span> <span class="special">&amp;</span> <span class="identifier">f</span><span class="special">);</span>
 </pre>
 <a name="fusion.functional.generation.functions.mk_fused_proc.parameters"></a><h6>
-<a name="id1105124"></a>
+<a name="id990563"></a>
             <a class="link" href="mk_fused_proc.html#fusion.functional.generation.functions.mk_fused_proc.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -92,7 +92,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.functional.generation.functions.mk_fused_proc.expression_semantics"></a><h6>
-<a name="id1105219"></a>
+<a name="id990681"></a>
             <a class="link" href="mk_fused_proc.html#fusion.functional.generation.functions.mk_fused_proc.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -106,14 +106,14 @@
             <code class="computeroutput"><span class="identifier">f</span></code>.
           </p>
 <a name="fusion.functional.generation.functions.mk_fused_proc.header"></a><h6>
-<a name="id1105297"></a>
+<a name="id990803"></a>
             <a class="link" href="mk_fused_proc.html#fusion.functional.generation.functions.mk_fused_proc.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_fused_procedure</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_fused_procedure</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.functional.generation.functions.mk_fused_proc.example"></a><h6>
-<a name="id1105417"></a>
+<a name="id990970"></a>
             <a class="link" href="mk_fused_proc.html#fusion.functional.generation.functions.mk_fused_proc.example">Example</a>
           </h6>
 <pre class="programlisting"><a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">);</span>
@@ -122,14 +122,20 @@
 <span class="identifier">assert</span><span class="special">(</span><a class="link" href="../../../sequence/intrinsic/functions/front.html" title="front"><code class="computeroutput"><span class="identifier">front</span></code></a><span class="special">(</span><span class="identifier">v</span><span class="special">)</span> <span class="special">==</span> <span class="number">0</span><span class="special">);</span>
 </pre>
 <a name="fusion.functional.generation.functions.mk_fused_proc.see_also"></a><h6>
-<a name="id1107796"></a>
+<a name="id991237"></a>
             <a class="link" href="mk_fused_proc.html#fusion.functional.generation.functions.mk_fused_proc.see_also">See
             also</a>
           </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="../../adapters/fused_procedure.html" title="fused_procedure"><code class="computeroutput"><span class="identifier">fused_procedure</span></code></a></li>
-<li class="listitem"><a class="link" href="../../../support/deduce.html" title="deduce"><code class="computeroutput"><span class="identifier">deduce</span></code></a></li>
-<li class="listitem"><a class="link" href="../metafunctions/mk_fused_proc.html" title="make_fused_procedure"><code class="computeroutput"><span class="identifier">make_fused_procedure</span></code></a></li>
+<li class="listitem">
+ <a class="link" href="../../adapters/fused_procedure.html" title="fused_procedure"><code class="computeroutput"><span class="identifier">fused_procedure</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../../support/deduce.html" title="deduce"><code class="computeroutput"><span class="identifier">deduce</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../metafunctions/mk_fused_proc.html" title="make_fused_procedure"><code class="computeroutput"><span class="identifier">make_fused_procedure</span></code></a>
+ </li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_unfused.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_unfused.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_unfused.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>make_unfused</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="mk_fused_fobj.html" title="make_fused_function_object">
@@ -28,7 +28,7 @@
           make_unfused</a>
 </h5></div></div></div>
 <a name="fusion.functional.generation.functions.mk_unfused.description"></a><h6>
-<a name="id1108924"></a>
+<a name="id992852"></a>
             <a class="link" href="mk_unfused.html#fusion.functional.generation.functions.mk_unfused.description">Description</a>
           </h6>
 <p>
@@ -38,7 +38,7 @@
             conversion</em></span></a> is applied to the target function.
           </p>
 <a name="fusion.functional.generation.functions.mk_unfused.synopsis"></a><h6>
-<a name="id1108966"></a>
+<a name="id992919"></a>
             <a class="link" href="mk_unfused.html#fusion.functional.generation.functions.mk_unfused.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">F</span><span class="special">&gt;</span>
@@ -46,7 +46,7 @@
 <span class="identifier">make_unfused</span><span class="special">(</span><span class="identifier">F</span> <span class="keyword">const</span> <span class="special">&amp;</span> <span class="identifier">f</span><span class="special">);</span>
 </pre>
 <a name="fusion.functional.generation.functions.mk_unfused.parameters"></a><h6>
-<a name="id1109073"></a>
+<a name="id993071"></a>
             <a class="link" href="mk_unfused.html#fusion.functional.generation.functions.mk_unfused.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -92,7 +92,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.functional.generation.functions.mk_unfused.expression_semantics"></a><h6>
-<a name="id1109168"></a>
+<a name="id993192"></a>
             <a class="link" href="mk_unfused.html#fusion.functional.generation.functions.mk_unfused.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -105,14 +105,14 @@
             <span class="bold"><strong>Semantics</strong></span>: Returns a <a class="link" href="../../adapters/unfused.html" title="unfused"><code class="computeroutput"><span class="identifier">unfused</span></code></a> adapter for <code class="computeroutput"><span class="identifier">f</span></code>.
           </p>
 <a name="fusion.functional.generation.functions.mk_unfused.header"></a><h6>
-<a name="id1109246"></a>
+<a name="id993313"></a>
             <a class="link" href="mk_unfused.html#fusion.functional.generation.functions.mk_unfused.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_unfused</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_unfused</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.functional.generation.functions.mk_unfused.example"></a><h6>
-<a name="id1109366"></a>
+<a name="id993480"></a>
             <a class="link" href="mk_unfused.html#fusion.functional.generation.functions.mk_unfused.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">fused_incrementer</span>
@@ -138,14 +138,20 @@
 <span class="special">}</span>
 </pre>
 <a name="fusion.functional.generation.functions.mk_unfused.see_also"></a><h6>
-<a name="id1109721"></a>
+<a name="id993953"></a>
             <a class="link" href="mk_unfused.html#fusion.functional.generation.functions.mk_unfused.see_also">See
             also</a>
           </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="../../adapters/unfused.html" title="unfused"><code class="computeroutput"><span class="identifier">unfused</span></code></a></li>
-<li class="listitem"><a class="link" href="../../../support/deduce.html" title="deduce"><code class="computeroutput"><span class="identifier">deduce</span></code></a></li>
-<li class="listitem"><a class="link" href="../metafunctions/mk_unfused.html" title="make_unfused"><code class="computeroutput"><span class="identifier">make_unfused</span></code></a></li>
+<li class="listitem">
+ <a class="link" href="../../adapters/unfused.html" title="unfused"><code class="computeroutput"><span class="identifier">unfused</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../../support/deduce.html" title="deduce"><code class="computeroutput"><span class="identifier">deduce</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../metafunctions/mk_unfused.html" title="make_unfused"><code class="computeroutput"><span class="identifier">make_unfused</span></code></a>
+ </li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Metafunctions</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../generation.html" title="Generation">
 <link rel="prev" href="functions/mk_unfused.html" title="make_unfused">

Modified: trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>make_fused</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="../metafunctions.html" title="Metafunctions">
@@ -28,21 +28,21 @@
           make_fused</a>
 </h5></div></div></div>
 <a name="fusion.functional.generation.metafunctions.mk_fused.description"></a><h6>
-<a name="id1109804"></a>
+<a name="id994095"></a>
             <a class="link" href="mk_fused.html#fusion.functional.generation.metafunctions.mk_fused.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/mk_fused.html" title="make_fused"><code class="computeroutput"><span class="identifier">make_fused</span></code></a>.
           </p>
 <a name="fusion.functional.generation.metafunctions.mk_fused.header"></a><h6>
-<a name="id1109835"></a>
+<a name="id994143"></a>
             <a class="link" href="mk_fused.html#fusion.functional.generation.metafunctions.mk_fused.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_fused</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_fused</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.functional.generation.metafunctions.mk_fused.synopsis"></a><h6>
-<a name="id1109955"></a>
+<a name="id994311"></a>
             <a class="link" href="mk_fused.html#fusion.functional.generation.metafunctions.mk_fused.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">result_of</span>
@@ -55,11 +55,13 @@
 <span class="special">}</span>
 </pre>
 <a name="fusion.functional.generation.metafunctions.mk_fused.see_also"></a><h6>
-<a name="id1110053"></a>
+<a name="id994442"></a>
             <a class="link" href="mk_fused.html#fusion.functional.generation.metafunctions.mk_fused.see_also">See
             also</a>
           </h6>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><a class="link" href="../functions/mk_fused.html" title="make_fused"><code class="computeroutput"><span class="identifier">make_fused</span></code></a></li></ul></div>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ <a class="link" href="../functions/mk_fused.html" title="make_fused"><code class="computeroutput"><span class="identifier">make_fused</span></code></a>
+ </li></ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>

Modified: trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused_fobj.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused_fobj.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused_fobj.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>make_fused_function_object</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="mk_fused_proc.html" title="make_fused_procedure">
@@ -28,21 +28,21 @@
           make_fused_function_object</a>
 </h5></div></div></div>
 <a name="fusion.functional.generation.metafunctions.mk_fused_fobj.description"></a><h6>
-<a name="id1110385"></a>
+<a name="id994935"></a>
             <a class="link" href="mk_fused_fobj.html#fusion.functional.generation.metafunctions.mk_fused_fobj.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/mk_fused_fobj.html" title="make_fused_function_object"><code class="computeroutput"><span class="identifier">make_fused_function_object</span></code></a>.
           </p>
 <a name="fusion.functional.generation.metafunctions.mk_fused_fobj.header"></a><h6>
-<a name="id1110414"></a>
+<a name="id994983"></a>
             <a class="link" href="mk_fused_fobj.html#fusion.functional.generation.metafunctions.mk_fused_fobj.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_fused_function_object</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_fused_function_object</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.functional.generation.metafunctions.mk_fused_fobj.synopsis"></a><h6>
-<a name="id1110532"></a>
+<a name="id995151"></a>
             <a class="link" href="mk_fused_fobj.html#fusion.functional.generation.metafunctions.mk_fused_fobj.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">result_of</span>
@@ -55,11 +55,13 @@
 <span class="special">}</span>
 </pre>
 <a name="fusion.functional.generation.metafunctions.mk_fused_fobj.see_also"></a><h6>
-<a name="id1110624"></a>
+<a name="id995282"></a>
             <a class="link" href="mk_fused_fobj.html#fusion.functional.generation.metafunctions.mk_fused_fobj.see_also">See
             also</a>
           </h6>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><a class="link" href="../functions/mk_fused_fobj.html" title="make_fused_function_object"><code class="computeroutput"><span class="identifier">make_fused_function_object</span></code></a></li></ul></div>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ <a class="link" href="../functions/mk_fused_fobj.html" title="make_fused_function_object"><code class="computeroutput"><span class="identifier">make_fused_function_object</span></code></a>
+ </li></ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>

Modified: trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused_proc.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused_proc.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused_proc.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>make_fused_procedure</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="mk_fused.html" title="make_fused">
@@ -28,21 +28,21 @@
           make_fused_procedure</a>
 </h5></div></div></div>
 <a name="fusion.functional.generation.metafunctions.mk_fused_proc.description"></a><h6>
-<a name="id1110101"></a>
+<a name="id994515"></a>
             <a class="link" href="mk_fused_proc.html#fusion.functional.generation.metafunctions.mk_fused_proc.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/mk_fused_proc.html" title="make_fused_procedure"><code class="computeroutput"><span class="identifier">make_fused_procedure</span></code></a>.
           </p>
 <a name="fusion.functional.generation.metafunctions.mk_fused_proc.header"></a><h6>
-<a name="id1110130"></a>
+<a name="id994563"></a>
             <a class="link" href="mk_fused_proc.html#fusion.functional.generation.metafunctions.mk_fused_proc.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_fused_procedure</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_fused_procedure</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.functional.generation.metafunctions.mk_fused_proc.synopsis"></a><h6>
-<a name="id1110247"></a>
+<a name="id994732"></a>
             <a class="link" href="mk_fused_proc.html#fusion.functional.generation.metafunctions.mk_fused_proc.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">result_of</span>
@@ -55,11 +55,13 @@
 <span class="special">}</span>
 </pre>
 <a name="fusion.functional.generation.metafunctions.mk_fused_proc.see_also"></a><h6>
-<a name="id1110340"></a>
+<a name="id994863"></a>
             <a class="link" href="mk_fused_proc.html#fusion.functional.generation.metafunctions.mk_fused_proc.see_also">See
             also</a>
           </h6>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><a class="link" href="../functions/mk_fused_proc.html" title="make_fused_procedure"><code class="computeroutput"><span class="identifier">make_fused_procedure</span></code></a></li></ul></div>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ <a class="link" href="../functions/mk_fused_proc.html" title="make_fused_procedure"><code class="computeroutput"><span class="identifier">make_fused_procedure</span></code></a>
+ </li></ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>

Modified: trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_unfused.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_unfused.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_unfused.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>make_unfused</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="mk_fused_fobj.html" title="make_fused_function_object">
@@ -28,21 +28,21 @@
           make_unfused</a>
 </h5></div></div></div>
 <a name="fusion.functional.generation.metafunctions.mk_unfused.description"></a><h6>
-<a name="id1110665"></a>
+<a name="id995356"></a>
             <a class="link" href="mk_unfused.html#fusion.functional.generation.metafunctions.mk_unfused.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/mk_unfused.html" title="make_unfused"><code class="computeroutput"><span class="identifier">make_unfused</span></code></a>.
           </p>
 <a name="fusion.functional.generation.metafunctions.mk_unfused.header"></a><h6>
-<a name="id1110694"></a>
+<a name="id995404"></a>
             <a class="link" href="mk_unfused.html#fusion.functional.generation.metafunctions.mk_unfused.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_unfused</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_unfused</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.functional.generation.metafunctions.mk_unfused.synopsis"></a><h6>
-<a name="id1110814"></a>
+<a name="id995571"></a>
             <a class="link" href="mk_unfused.html#fusion.functional.generation.metafunctions.mk_unfused.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">result_of</span>
@@ -55,11 +55,13 @@
 <span class="special">}</span>
 </pre>
 <a name="fusion.functional.generation.metafunctions.mk_unfused.see_also"></a><h6>
-<a name="id1110911"></a>
+<a name="id995701"></a>
             <a class="link" href="mk_unfused.html#fusion.functional.generation.metafunctions.mk_unfused.see_also">See
             also</a>
           </h6>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><a class="link" href="../functions/mk_unfused.html" title="make_unfused"><code class="computeroutput"><span class="identifier">make_unfused</span></code></a></li></ul></div>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ <a class="link" href="../functions/mk_unfused.html" title="make_unfused"><code class="computeroutput"><span class="identifier">make_unfused</span></code></a>
+ </li></ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>

Modified: trunk/libs/fusion/doc/html/fusion/functional/invocation.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/invocation.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/invocation.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Invocation</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functional.html" title="Functional">
 <link rel="prev" href="concepts/poly.html" title="Polymorphic Function Object">

Modified: trunk/libs/fusion/doc/html/fusion/functional/invocation/functions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/invocation/functions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/invocation/functions.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Functions</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../invocation.html" title="Invocation">
 <link rel="prev" href="../invocation.html" title="Invocation">

Modified: trunk/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>invoke</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="../functions.html" title="Functions">
@@ -27,7 +27,7 @@
 <a name="fusion.functional.invocation.functions.invoke"></a><a class="link" href="invoke.html" title="invoke">invoke</a>
 </h5></div></div></div>
 <a name="fusion.functional.invocation.functions.invoke.description"></a><h6>
-<a name="id1089263"></a>
+<a name="id974117"></a>
             <a class="link" href="invoke.html#fusion.functional.invocation.functions.invoke.description">Description</a>
           </h6>
 <p>
@@ -49,7 +49,7 @@
             Constructors can be called applying Boost.Functional/Factory.
           </p>
 <a name="fusion.functional.invocation.functions.invoke.synopsis"></a><h6>
-<a name="id1089334"></a>
+<a name="id974230"></a>
             <a class="link" href="invoke.html#fusion.functional.invocation.functions.invoke.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -67,7 +67,7 @@
 <span class="identifier">invoke</span><span class="special">(</span><span class="identifier">Function</span> <span class="identifier">f</span><span class="special">,</span> <span class="identifier">Sequence</span> <span class="keyword">const</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">);</span>
 </pre>
 <a name="fusion.functional.invocation.functions.invoke.parameters"></a><h6>
-<a name="id1089600"></a>
+<a name="id974604"></a>
             <a class="link" href="invoke.html#fusion.functional.invocation.functions.invoke.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -133,7 +133,7 @@
 </tbody>
 </table></div>
 <a name="fusion.functional.invocation.functions.invoke.expression_semantics"></a><h6>
-<a name="id1089734"></a>
+<a name="id974773"></a>
             <a class="link" href="invoke.html#fusion.functional.invocation.functions.invoke.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -149,29 +149,39 @@
             as arguments and returns the result of the call expression.
           </p>
 <a name="fusion.functional.invocation.functions.invoke.header"></a><h6>
-<a name="id1089819"></a>
+<a name="id974904"></a>
             <a class="link" href="invoke.html#fusion.functional.invocation.functions.invoke.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">invocation</span><span class="special">/</span><span class="identifier">invoke</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.functional.invocation.functions.invoke.example"></a><h6>
-<a name="id1089888"></a>
+<a name="id975007"></a>
             <a class="link" href="invoke.html#fusion.functional.invocation.functions.invoke.example">Example</a>
           </h6>
 <pre class="programlisting">std::plus<span class="special">&lt;</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="identifier">add</span><span class="special">;</span>
 <span class="identifier">assert</span><span class="special">(</span><span class="identifier">invoke</span><span class="special">(</span><span class="identifier">add</span><span class="special">,</span><a class="link" href="../../../container/generation/functions/make_vector.html" title="make_vector"><code class="computeroutput"><span class="identifier">make_vector</span></code></a><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">1</span><span class="special">))</span> <span class="special">==</span> <span class="number">2</span><span class="special">);</span>
 </pre>
 <a name="fusion.functional.invocation.functions.invoke.see_also"></a><h6>
-<a name="id1090004"></a>
+<a name="id975174"></a>
             <a class="link" href="invoke.html#fusion.functional.invocation.functions.invoke.see_also">See
             also</a>
           </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="invoke_proc.html" title="invoke_procedure"><code class="computeroutput"><span class="identifier">invoke_procedure</span></code></a></li>
-<li class="listitem"><a class="link" href="invoke_fobj.html" title="invoke_function_object"><code class="computeroutput"><span class="identifier">invoke_function_object</span></code></a></li>
-<li class="listitem"><a class="link" href="../metafunctions/invoke.html" title="invoke"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">invoke</span></code></a></li>
-<li class="listitem"><a class="link" href="../../adapters/fused.html" title="fused"><code class="computeroutput"><span class="identifier">fused</span></code></a></li>
-<li class="listitem"><a class="link" href="../../generation/functions/mk_fused.html" title="make_fused"><code class="computeroutput"><span class="identifier">make_fused</span></code></a></li>
+<li class="listitem">
+ <a class="link" href="invoke_proc.html" title="invoke_procedure"><code class="computeroutput"><span class="identifier">invoke_procedure</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="invoke_fobj.html" title="invoke_function_object"><code class="computeroutput"><span class="identifier">invoke_function_object</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../metafunctions/invoke.html" title="invoke"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">invoke</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../adapters/fused.html" title="fused"><code class="computeroutput"><span class="identifier">fused</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../generation/functions/mk_fused.html" title="make_fused"><code class="computeroutput"><span class="identifier">make_fused</span></code></a>
+ </li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke_fobj.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke_fobj.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke_fobj.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>invoke_function_object</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="invoke_proc.html" title="invoke_procedure">
@@ -28,7 +28,7 @@
           invoke_function_object</a>
 </h5></div></div></div>
 <a name="fusion.functional.invocation.functions.invoke_fobj.description"></a><h6>
-<a name="id1093196"></a>
+<a name="id976657"></a>
             <a class="link" href="invoke_fobj.html#fusion.functional.invocation.functions.invoke_fobj.description">Description</a>
           </h6>
 <p>
@@ -43,7 +43,7 @@
             Constructors can be called applying Boost.Functional/Factory.
           </p>
 <a name="fusion.functional.invocation.functions.invoke_fobj.synopsis"></a><h6>
-<a name="id1093239"></a>
+<a name="id976721"></a>
             <a class="link" href="invoke_fobj.html#fusion.functional.invocation.functions.invoke_fobj.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -61,7 +61,7 @@
 <span class="identifier">invoke_function_object</span><span class="special">(</span><span class="identifier">Function</span> <span class="identifier">f</span><span class="special">,</span> <span class="identifier">Sequence</span> <span class="keyword">const</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">);</span>
 </pre>
 <a name="fusion.functional.invocation.functions.invoke_fobj.parameters"></a><h6>
-<a name="id1093508"></a>
+<a name="id977098"></a>
             <a class="link" href="invoke_fobj.html#fusion.functional.invocation.functions.invoke_fobj.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -127,7 +127,7 @@
 </tbody>
 </table></div>
 <a name="fusion.functional.invocation.functions.invoke_fobj.expression_semantics"></a><h6>
-<a name="id1093641"></a>
+<a name="id977266"></a>
             <a class="link" href="invoke_fobj.html#fusion.functional.invocation.functions.invoke_fobj.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -143,13 +143,13 @@
             as arguments and returns the result of the call expression.
           </p>
 <a name="fusion.functional.invocation.functions.invoke_fobj.header"></a><h6>
-<a name="id1093728"></a>
+<a name="id977400"></a>
             <a class="link" href="invoke_fobj.html#fusion.functional.invocation.functions.invoke_fobj.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">invocation</span><span class="special">/</span><span class="identifier">invoke_function_object</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.functional.invocation.functions.invoke_fobj.example"></a><h6>
-<a name="id1093803"></a>
+<a name="id977504"></a>
             <a class="link" href="invoke_fobj.html#fusion.functional.invocation.functions.invoke_fobj.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">sub</span>
@@ -175,16 +175,26 @@
 <span class="special">}</span>
 </pre>
 <a name="fusion.functional.invocation.functions.invoke_fobj.see_also"></a><h6>
-<a name="id1094210"></a>
+<a name="id978051"></a>
             <a class="link" href="invoke_fobj.html#fusion.functional.invocation.functions.invoke_fobj.see_also">See
             also</a>
           </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="invoke.html" title="invoke"><code class="computeroutput"><span class="identifier">invoke</span></code></a></li>
-<li class="listitem"><a class="link" href="invoke_proc.html" title="invoke_procedure"><code class="computeroutput"><span class="identifier">invoke_procedure</span></code></a></li>
-<li class="listitem"><a class="link" href="../metafunctions/invoke_fobj.html" title="invoke_function_object"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">invoke_function_object</span></code></a></li>
-<li class="listitem"><a class="link" href="../../adapters/fused_function_object.html" title="fused_function_object"><code class="computeroutput"><span class="identifier">fused_function_object</span></code></a></li>
-<li class="listitem"><a class="link" href="../../generation/functions/mk_fused_fobj.html" title="make_fused_function_object"><code class="computeroutput"><span class="identifier">make_fused_function_object</span></code></a></li>
+<li class="listitem">
+ <a class="link" href="invoke.html" title="invoke"><code class="computeroutput"><span class="identifier">invoke</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="invoke_proc.html" title="invoke_procedure"><code class="computeroutput"><span class="identifier">invoke_procedure</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../metafunctions/invoke_fobj.html" title="invoke_function_object"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">invoke_function_object</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../adapters/fused_function_object.html" title="fused_function_object"><code class="computeroutput"><span class="identifier">fused_function_object</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../generation/functions/mk_fused_fobj.html" title="make_fused_function_object"><code class="computeroutput"><span class="identifier">make_fused_function_object</span></code></a>
+ </li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke_proc.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke_proc.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke_proc.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>invoke_procedure</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="invoke.html" title="invoke">
@@ -28,7 +28,7 @@
           invoke_procedure</a>
 </h5></div></div></div>
 <a name="fusion.functional.invocation.functions.invoke_proc.description"></a><h6>
-<a name="id1090107"></a>
+<a name="id975363"></a>
             <a class="link" href="invoke_proc.html#fusion.functional.invocation.functions.invoke_proc.description">Description</a>
           </h6>
 <p>
@@ -52,7 +52,7 @@
             isn't implemented).
           </p>
 <a name="fusion.functional.invocation.functions.invoke_proc.synopsis"></a><h6>
-<a name="id1090176"></a>
+<a name="id975472"></a>
             <a class="link" href="invoke_proc.html#fusion.functional.invocation.functions.invoke_proc.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -70,7 +70,7 @@
 <span class="identifier">invoke_procedure</span><span class="special">(</span><span class="identifier">Function</span> <span class="identifier">f</span><span class="special">,</span> <span class="identifier">Sequence</span> <span class="keyword">const</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">);</span>
 </pre>
 <a name="fusion.functional.invocation.functions.invoke_proc.parameters"></a><h6>
-<a name="id1092630"></a>
+<a name="id975847"></a>
             <a class="link" href="invoke_proc.html#fusion.functional.invocation.functions.invoke_proc.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -136,7 +136,7 @@
 </tbody>
 </table></div>
 <a name="fusion.functional.invocation.functions.invoke_proc.expression_semantics"></a><h6>
-<a name="id1092764"></a>
+<a name="id976012"></a>
             <a class="link" href="invoke_proc.html#fusion.functional.invocation.functions.invoke_proc.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -151,13 +151,13 @@
             as arguments.
           </p>
 <a name="fusion.functional.invocation.functions.invoke_proc.header"></a><h6>
-<a name="id1092844"></a>
+<a name="id976131"></a>
             <a class="link" href="invoke_proc.html#fusion.functional.invocation.functions.invoke_proc.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">booost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">invocation</span><span class="special">/</span><span class="identifier">invoke_procedure</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.functional.invocation.functions.invoke_proc.example"></a><h6>
-<a name="id1092918"></a>
+<a name="id976234"></a>
             <a class="link" href="invoke_proc.html#fusion.functional.invocation.functions.invoke_proc.example">Example</a>
           </h6>
 <pre class="programlisting"><a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">);</span>
@@ -166,16 +166,26 @@
 <span class="identifier">assert</span><span class="special">(</span><a class="link" href="../../../sequence/intrinsic/functions/front.html" title="front"><code class="computeroutput"><span class="identifier">front</span></code></a><span class="special">(</span><span class="identifier">v</span><span class="special">)</span> <span class="special">==</span> <span class="number">3</span><span class="special">);</span>
 </pre>
 <a name="fusion.functional.invocation.functions.invoke_proc.see_also"></a><h6>
-<a name="id1093090"></a>
+<a name="id976470"></a>
             <a class="link" href="invoke_proc.html#fusion.functional.invocation.functions.invoke_proc.see_also">See
             also</a>
           </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="invoke.html" title="invoke"><code class="computeroutput"><span class="identifier">invoke</span></code></a></li>
-<li class="listitem"><a class="link" href="invoke_fobj.html" title="invoke_function_object"><code class="computeroutput"><span class="identifier">invoke_function_object</span></code></a></li>
-<li class="listitem"><a class="link" href="../metafunctions/invoke_proc.html" title="invoke_procedure"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">invoke_procedure</span></code></a></li>
-<li class="listitem"><a class="link" href="../../adapters/fused_procedure.html" title="fused_procedure"><code class="computeroutput"><span class="identifier">fused_procedure</span></code></a></li>
-<li class="listitem"><a class="link" href="../../generation/functions/mk_fused_proc.html" title="make_fused_procedure"><code class="computeroutput"><span class="identifier">make_fused_procedure</span></code></a></li>
+<li class="listitem">
+ <a class="link" href="invoke.html" title="invoke"><code class="computeroutput"><span class="identifier">invoke</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="invoke_fobj.html" title="invoke_function_object"><code class="computeroutput"><span class="identifier">invoke_function_object</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../metafunctions/invoke_proc.html" title="invoke_procedure"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">invoke_procedure</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../adapters/fused_procedure.html" title="fused_procedure"><code class="computeroutput"><span class="identifier">fused_procedure</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../generation/functions/mk_fused_proc.html" title="make_fused_procedure"><code class="computeroutput"><span class="identifier">make_fused_procedure</span></code></a>
+ </li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/functional/invocation/limits.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/invocation/limits.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/invocation/limits.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Limits</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../invocation.html" title="Invocation">
 <link rel="prev" href="metafunctions/invoke_fobj.html" title="invoke_function_object">
@@ -27,13 +27,13 @@
 <a name="fusion.functional.invocation.limits"></a><a class="link" href="limits.html" title="Limits">Limits</a>
 </h4></div></div></div>
 <a name="fusion.functional.invocation.limits.header"></a><h6>
-<a name="id1095607"></a>
+<a name="id979149"></a>
           <a class="link" href="limits.html#fusion.functional.invocation.limits.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">invocation</span><span class="special">/</span><span class="identifier">limits</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.functional.invocation.limits.macros"></a><h6>
-<a name="id1095676"></a>
+<a name="id979252"></a>
           <a class="link" href="limits.html#fusion.functional.invocation.limits.macros">Macros</a>
         </h6>
 <p>
@@ -42,14 +42,14 @@
         </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- BOOST_FUSION_INVOKE_MAX_ARITY
- </li>
+ BOOST_FUSION_INVOKE_MAX_ARITY
+ </li>
 <li class="listitem">
- BOOST_FUSION_INVOKE_PROCEDURE_MAX_ARITY
- </li>
+ BOOST_FUSION_INVOKE_PROCEDURE_MAX_ARITY
+ </li>
 <li class="listitem">
- BOOST_FUSION_INVOKE_FUNCTION_OBJECT_MAX_ARITY
- </li>
+ BOOST_FUSION_INVOKE_FUNCTION_OBJECT_MAX_ARITY
+ </li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Metafunctions</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../invocation.html" title="Invocation">
 <link rel="prev" href="functions/invoke_fobj.html" title="invoke_function_object">

Modified: trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>invoke</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="../metafunctions.html" title="Metafunctions">
@@ -27,14 +27,14 @@
 <a name="fusion.functional.invocation.metafunctions.invoke"></a><a class="link" href="invoke.html" title="invoke">invoke</a>
 </h5></div></div></div>
 <a name="fusion.functional.invocation.metafunctions.invoke.description"></a><h6>
-<a name="id1094326"></a>
+<a name="id978258"></a>
             <a class="link" href="invoke.html#fusion.functional.invocation.metafunctions.invoke.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/invoke.html" title="invoke"><code class="computeroutput"><span class="identifier">invoke</span></code></a>.
           </p>
 <a name="fusion.functional.invocation.metafunctions.invoke.synopsis"></a><h6>
-<a name="id1094357"></a>
+<a name="id978306"></a>
             <a class="link" href="invoke.html#fusion.functional.invocation.metafunctions.invoke.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">result_of</span>
@@ -50,13 +50,17 @@
 <span class="special">}</span>
 </pre>
 <a name="fusion.functional.invocation.metafunctions.invoke.see_also"></a><h6>
-<a name="id1094470"></a>
+<a name="id978456"></a>
             <a class="link" href="invoke.html#fusion.functional.invocation.metafunctions.invoke.see_also">See
             also</a>
           </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="../functions/invoke.html" title="invoke"><code class="computeroutput"><span class="identifier">invoke</span></code></a></li>
-<li class="listitem"><a class="link" href="../../adapters/fused.html" title="fused"><code class="computeroutput"><span class="identifier">fused</span></code></a></li>
+<li class="listitem">
+ <a class="link" href="../functions/invoke.html" title="invoke"><code class="computeroutput"><span class="identifier">invoke</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../adapters/fused.html" title="fused"><code class="computeroutput"><span class="identifier">fused</span></code></a>
+ </li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke_fobj.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke_fobj.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke_fobj.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>invoke_function_object</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="invoke_proc.html" title="invoke_procedure">
@@ -28,14 +28,14 @@
           invoke_function_object</a>
 </h5></div></div></div>
 <a name="fusion.functional.invocation.metafunctions.invoke_fobj.description"></a><h6>
-<a name="id1095408"></a>
+<a name="id978850"></a>
             <a class="link" href="invoke_fobj.html#fusion.functional.invocation.metafunctions.invoke_fobj.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/invoke_fobj.html" title="invoke_function_object"><code class="computeroutput"><span class="identifier">invoke_function_object</span></code></a>.
           </p>
 <a name="fusion.functional.invocation.metafunctions.invoke_fobj.synopsis"></a><h6>
-<a name="id1095436"></a>
+<a name="id978898"></a>
             <a class="link" href="invoke_fobj.html#fusion.functional.invocation.metafunctions.invoke_fobj.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">result_of</span>
@@ -51,13 +51,17 @@
 <span class="special">}</span>
 </pre>
 <a name="fusion.functional.invocation.metafunctions.invoke_fobj.see_also"></a><h6>
-<a name="id1095549"></a>
+<a name="id979049"></a>
             <a class="link" href="invoke_fobj.html#fusion.functional.invocation.metafunctions.invoke_fobj.see_also">See
             also</a>
           </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="../functions/invoke_fobj.html" title="invoke_function_object"><code class="computeroutput"><span class="identifier">invoke_function_object</span></code></a></li>
-<li class="listitem"><a class="link" href="../../adapters/fused_function_object.html" title="fused_function_object"><code class="computeroutput"><span class="identifier">fused_function_object</span></code></a></li>
+<li class="listitem">
+ <a class="link" href="../functions/invoke_fobj.html" title="invoke_function_object"><code class="computeroutput"><span class="identifier">invoke_function_object</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../adapters/fused_function_object.html" title="fused_function_object"><code class="computeroutput"><span class="identifier">fused_function_object</span></code></a>
+ </li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke_proc.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke_proc.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke_proc.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>invoke_procedure</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="invoke.html" title="invoke">
@@ -28,14 +28,14 @@
           invoke_procedure</a>
 </h5></div></div></div>
 <a name="fusion.functional.invocation.metafunctions.invoke_proc.description"></a><h6>
-<a name="id1094526"></a>
+<a name="id978555"></a>
             <a class="link" href="invoke_proc.html#fusion.functional.invocation.metafunctions.invoke_proc.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/invoke_proc.html" title="invoke_procedure"><code class="computeroutput"><span class="identifier">invoke_procedure</span></code></a>.
           </p>
 <a name="fusion.functional.invocation.metafunctions.invoke_proc.synopsis"></a><h6>
-<a name="id1094555"></a>
+<a name="id978603"></a>
             <a class="link" href="invoke_proc.html#fusion.functional.invocation.metafunctions.invoke_proc.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">result_of</span>
@@ -51,13 +51,17 @@
 <span class="special">}</span>
 </pre>
 <a name="fusion.functional.invocation.metafunctions.invoke_proc.see_also"></a><h6>
-<a name="id1094668"></a>
+<a name="id978753"></a>
             <a class="link" href="invoke_proc.html#fusion.functional.invocation.metafunctions.invoke_proc.see_also">See
             also</a>
           </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="../functions/invoke_proc.html" title="invoke_procedure"><code class="computeroutput"><span class="identifier">invoke_procedure</span></code></a></li>
-<li class="listitem"><a class="link" href="../../adapters/fused_procedure.html" title="fused_procedure"><code class="computeroutput"><span class="identifier">fused_procedure</span></code></a></li>
+<li class="listitem">
+ <a class="link" href="../functions/invoke_proc.html" title="invoke_procedure"><code class="computeroutput"><span class="identifier">invoke_procedure</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../adapters/fused_procedure.html" title="fused_procedure"><code class="computeroutput"><span class="identifier">fused_procedure</span></code></a>
+ </li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/introduction.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/introduction.html (original)
+++ trunk/libs/fusion/doc/html/fusion/introduction.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Introduction</title>
 <link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="prev" href="preface.html" title="Preface">
@@ -116,10 +116,8 @@
       sequences and MPL
       sequences are fully compatible with Fusion. You can work with Fusion sequences
       on MPL if you
- wish to work solely on types
- <sup>[<a name="id864098" href="#ftn.id864098" class="footnote">1</a>]</sup>
- . In MPL, Fusion
- sequences follow MPL's
+ wish to work solely on types <sup>[<a name="id693301" href="#ftn.id693301" class="footnote">1</a>]</sup>. In MPL,
+ Fusion sequences follow MPL's
       sequence-type preserving semantics (i.e. algorithms preserve the original sequence
       type. e.g. transforming a vector returns a vector). You can also convert from
       an MPL sequence
@@ -132,12 +130,12 @@
     </p>
 <div class="footnotes">
 <br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id864098" href="#id864098" class="para">1</a>] </sup>
- Choose MPL
- over fusion when doing pure type calculations. Once the static type calculation
- is finished, you can instantiate a fusion sequence (see <a class="link" href="container/conversion/functions.html" title="Functions">Conversion</a>)
- for the runtime part.
- </p></div>
+<div class="footnote"><p><sup>[<a id="ftn.id693301" href="#id693301" class="para">1</a>] </sup>
+ Choose MPL
+ over fusion when doing pure type calculations. Once the static type calculation
+ is finished, you can instantiate a fusion sequence (see <a class="link" href="container/conversion/functions.html" title="Functions">Conversion</a>)
+ for the runtime part.
+ </p></div>
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/iterator.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Iterator</title>
 <link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="prev" href="support/pair.html" title="pair">
@@ -81,7 +81,7 @@
       <a class="link" href="sequence.html" title="Sequence">Sequence</a>.
     </p>
 <a name="fusion.iterator.header"></a><h4>
-<a name="id877427"></a>
+<a name="id759753"></a>
       <a class="link" href="iterator.html#fusion.iterator.header">Header</a>
     </h4>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/iterator/concepts.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/concepts.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/concepts.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Concepts</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../iterator.html" title="Iterator">
 <link rel="prev" href="../iterator.html" title="Iterator">

Modified: trunk/libs/fusion/doc/html/fusion/iterator/concepts/associative_iterator.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/concepts/associative_iterator.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/concepts/associative_iterator.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Associative Iterator</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../concepts.html" title="Concepts">
 <link rel="prev" href="random_access_iterator.html" title="Random Access Iterator">
@@ -28,7 +28,7 @@
         Iterator</a>
 </h4></div></div></div>
 <a name="fusion.iterator.concepts.associative_iterator.description"></a><h6>
-<a name="id883170"></a>
+<a name="id765639"></a>
           <a class="link" href="associative_iterator.html#fusion.iterator.concepts.associative_iterator.description">Description</a>
         </h6>
 <p>
@@ -50,7 +50,7 @@
 </dl>
 </div>
 <a name="fusion.iterator.concepts.associative_iterator.refinement_of"></a><h6>
-<a name="id883238"></a>
+<a name="id765723"></a>
           <a class="link" href="associative_iterator.html#fusion.iterator.concepts.associative_iterator.refinement_of">Refinement
           of</a>
         </h6>
@@ -61,7 +61,7 @@
           Access Iterator</a>
         </p>
 <a name="fusion.iterator.concepts.associative_iterator.expression_requirements"></a><h6>
-<a name="id883272"></a>
+<a name="id765780"></a>
           <a class="link" href="associative_iterator.html#fusion.iterator.concepts.associative_iterator.expression_requirements">Expression
           requirements</a>
         </h6>
@@ -113,7 +113,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.iterator.concepts.associative_iterator.meta_expressions"></a><h6>
-<a name="id883430"></a>
+<a name="id766003"></a>
           <a class="link" href="associative_iterator.html#fusion.iterator.concepts.associative_iterator.meta_expressions">Meta
           Expressions</a>
         </h6>
@@ -174,41 +174,41 @@
 </tbody>
 </table></div>
 <a name="fusion.iterator.concepts.associative_iterator.models"></a><h6>
-<a name="id883640"></a>
+<a name="id766283"></a>
           <a class="link" href="associative_iterator.html#fusion.iterator.concepts.associative_iterator.models">Models</a>
         </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
-<a class="link" href="../../container/map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a>
- iterator
- </li>
-<li class="listitem">
-<a class="link" href="../../container/set.html" title="set"><code class="computeroutput"><span class="identifier">set</span></code></a>
- iterator
- </li>
-<li class="listitem">
-<a class="link" href="../../view/filter_view.html" title="filter_view"><code class="computeroutput"><span class="identifier">filter_view</span></code></a>
- iterator (where adapted sequence is an <a class="link" href="../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> and a <a class="link" href="../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>)
- </li>
-<li class="listitem">
-<a class="link" href="../../view/iterator_range.html" title="iterator_range"><code class="computeroutput"><span class="identifier">iterator_range</span></code></a>
- iterator (where adapted iterators are <a class="link" href="associative_iterator.html" title="Associative Iterator">Associative
- Iterator</a>s)
- </li>
-<li class="listitem">
-<a class="link" href="../../view/joint_view.html" title="joint_view"><code class="computeroutput"><span class="identifier">joint_view</span></code></a>
- iterator (where adapted sequences are <a class="link" href="../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a>s and <a class="link" href="../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>s)
- </li>
-<li class="listitem">
-<a class="link" href="../../view/reverse_view.html" title="reverse_view"><code class="computeroutput"><span class="identifier">reverse_view</span></code></a>
- iterator (where adapted sequence is an <a class="link" href="../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> and a <a class="link" href="../../sequence/concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
- Sequence</a>)
- </li>
+ <a class="link" href="../../container/map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a>
+ iterator
+ </li>
+<li class="listitem">
+ <a class="link" href="../../container/set.html" title="set"><code class="computeroutput"><span class="identifier">set</span></code></a>
+ iterator
+ </li>
+<li class="listitem">
+ <a class="link" href="../../view/filter_view.html" title="filter_view"><code class="computeroutput"><span class="identifier">filter_view</span></code></a>
+ iterator (where adapted sequence is an <a class="link" href="../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> and a <a class="link" href="../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>)
+ </li>
+<li class="listitem">
+ <a class="link" href="../../view/iterator_range.html" title="iterator_range"><code class="computeroutput"><span class="identifier">iterator_range</span></code></a>
+ iterator (where adapted iterators are <a class="link" href="associative_iterator.html" title="Associative Iterator">Associative
+ Iterator</a>s)
+ </li>
+<li class="listitem">
+ <a class="link" href="../../view/joint_view.html" title="joint_view"><code class="computeroutput"><span class="identifier">joint_view</span></code></a>
+ iterator (where adapted sequences are <a class="link" href="../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a>s and <a class="link" href="../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>s)
+ </li>
+<li class="listitem">
+ <a class="link" href="../../view/reverse_view.html" title="reverse_view"><code class="computeroutput"><span class="identifier">reverse_view</span></code></a>
+ iterator (where adapted sequence is an <a class="link" href="../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> and a <a class="link" href="../../sequence/concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
+ Sequence</a>)
+ </li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/iterator/concepts/bidirectional_iterator.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/concepts/bidirectional_iterator.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/concepts/bidirectional_iterator.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Bidirectional Iterator</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../concepts.html" title="Concepts">
 <link rel="prev" href="forward_iterator.html" title="Forward Iterator">
@@ -28,7 +28,7 @@
         Iterator</a>
 </h4></div></div></div>
 <a name="fusion.iterator.concepts.bidirectional_iterator.description"></a><h6>
-<a name="id880808"></a>
+<a name="id763036"></a>
           <a class="link" href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.description">Description</a>
         </h6>
 <p>
@@ -58,7 +58,7 @@
 </dl>
 </div>
 <a name="fusion.iterator.concepts.bidirectional_iterator.refinement_of"></a><h6>
-<a name="id880925"></a>
+<a name="id763185"></a>
           <a class="link" href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.refinement_of">Refinement
           of</a>
         </h6>
@@ -66,7 +66,7 @@
           <a class="link" href="forward_iterator.html" title="Forward Iterator">Forward Iterator</a>
         </p>
 <a name="fusion.iterator.concepts.bidirectional_iterator.expression_requirements"></a><h6>
-<a name="id880949"></a>
+<a name="id763222"></a>
           <a class="link" href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.expression_requirements">Expression
           requirements</a>
         </h6>
@@ -173,7 +173,7 @@
 </tbody>
 </table></div>
 <a name="fusion.iterator.concepts.bidirectional_iterator.meta_expressions"></a><h6>
-<a name="id881240"></a>
+<a name="id763617"></a>
           <a class="link" href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.meta_expressions">Meta
           Expressions</a>
         </h6>
@@ -208,7 +208,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.iterator.concepts.bidirectional_iterator.expression_semantics"></a><h6>
-<a name="id881342"></a>
+<a name="id763753"></a>
           <a class="link" href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -248,7 +248,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.iterator.concepts.bidirectional_iterator.invariants"></a><h6>
-<a name="id881450"></a>
+<a name="id763898"></a>
           <a class="link" href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.invariants">Invariants</a>
         </h6>
 <p>
@@ -256,41 +256,48 @@
           Iterator</a>, the following invariants always hold:
         </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><code class="computeroutput"><a class="link" href="../functions/prior.html" title="prior"><code class="computeroutput"><span class="identifier">prior</span></code></a><span class="special">(</span><a class="link" href="../functions/next.html" title="next"><code class="computeroutput"><span class="identifier">next</span></code></a><span class="special">(</span><span class="identifier">i</span><span class="special">))</span> <span class="special">==</span> <span class="identifier">i</span> <span class="special">&amp;&amp;</span> <a class="link" href="../functions/prior.html" title="prior"><code class="computeroutput"><span class="identifier">prior</span></code></a><span class="special">(</span><a class="link" href="../functions/next.html" title="next"><code class="computeroutput"><span class="identifier">next</span></code></a><span class="special">(</span><span class="identifier">i</span><span class="special">))</span> <span class="special">==</span> <a class="link" href="../functions/nex
t.html" title="next"><code class="computeroutput"><span class="identifier">next</span></code></a><span class="special">(</span><a class="link" href="../functions/prior.html" title="prior"><code class="computeroutput"><span class="identifier">prior</span></code></a><span class="special">(</span><span class="identifier">i</span><span class="special">))</span></code></li>
-<li class="listitem"><code class="computeroutput"><a class="link" href="../functions/prior.html" title="prior"><code class="computeroutput"><span class="identifier">prior</span></code></a><span class="special">(</span><span class="identifier">i</span><span class="special">)</span> <span class="special">==</span> <a class="link" href="../functions/advance_c.html" title="advance_c"><code class="computeroutput"><span class="identifier">advance_c</span></code></a><span class="special">&lt;-</span><span class="number">1</span><span class="special">&gt;(</span><span class="identifier">i</span><span class="special">)</span></code></li>
 <li class="listitem">
- Using <code class="computeroutput"><a class="link" href="../functions/prior.html" title="prior"><code class="computeroutput"><span class="identifier">prior</span></code></a></code> to traverse a sequence
- will never return a previously seen position
- </li>
+ <code class="computeroutput"><a class="link" href="../functions/prior.html" title="prior"><code class="computeroutput"><span class="identifier">prior</span></code></a><span class="special">(</span><a class="link" href="../functions/next.html" title="next"><code class="computeroutput"><span class="identifier">next</span></code></a><span class="special">(</span><span class="identifier">i</span><span class="special">))</span> <span class="special">==</span> <span class="identifier">i</span> <span class="special">&amp;&amp;</span>
+ <a class="link" href="../functions/prior.html" title="prior"><code class="computeroutput"><span class="identifier">prior</span></code></a><span class="special">(</span><a class="link" href="../functions/next.html" title="next"><code class="computeroutput"><span class="identifier">next</span></code></a><span class="special">(</span><span class="identifier">i</span><span class="special">))</span> <span class="special">==</span> <a class="link" href="../functions/next.html" title="next"><code class="computeroutput"><span class="identifier">next</span></code></a><span class="special">(</span><a class="link" href="../functions/prior.html" title="prior"><code class="computeroutput"><span class="identifier">prior</span></code></a><span class="special">(</span><span class="identifier">i</span><span class="special">))</span></code>
+ </li>
+<li class="listitem">
+ <code class="computeroutput"><a class="link" href="../functions/prior.html" title="prior"><code class="computeroutput"><span class="identifier">prior</span></code></a><span class="special">(</span><span class="identifier">i</span><span class="special">)</span> <span class="special">==</span> <a class="link" href="../functions/advance_c.html" title="advance_c"><code class="computeroutput"><span class="identifier">advance_c</span></code></a><span class="special">&lt;-</span><span class="number">1</span><span class="special">&gt;(</span><span class="identifier">i</span><span class="special">)</span></code>
+ </li>
+<li class="listitem">
+ Using <code class="computeroutput"><a class="link" href="../functions/prior.html" title="prior"><code class="computeroutput"><span class="identifier">prior</span></code></a></code> to traverse a
+ sequence will never return a previously seen position
+ </li>
 </ul></div>
 <a name="fusion.iterator.concepts.bidirectional_iterator.models"></a><h6>
-<a name="id881674"></a>
+<a name="id764246"></a>
           <a class="link" href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.models">Models</a>
         </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
-<a class="link" href="../../adapted/std__pair.html" title="std::pair"><code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code></a>
- iterator
- </li>
+ <a class="link" href="../../adapted/std__pair.html" title="std::pair"><code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code></a>
+ iterator
+ </li>
+<li class="listitem">
+ <a class="link" href="../../adapted/boost__array.html" title="boost::array"><code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></code></a>
+ iterator
+ </li>
 <li class="listitem">
-<a class="link" href="../../adapted/boost__array.html" title="boost::array"><code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></code></a>
- iterator
- </li>
+ <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a>
+ iterator
+ </li>
 <li class="listitem">
-<a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a>
- iterator
- </li>
+ <a class="link" href="../../view/iterator_range.html" title="iterator_range"><code class="computeroutput"><span class="identifier">iterator_range</span></code></a>
+ (where adapted sequence is a <a class="link" href="../../sequence/concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
+ Sequence</a>)
+ </li>
 <li class="listitem">
-<a class="link" href="../../view/iterator_range.html" title="iterator_range"><code class="computeroutput"><span class="identifier">iterator_range</span></code></a>
- (where adapted sequence is a <a class="link" href="../../sequence/concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
- Sequence</a>)
- </li>
+ <a class="link" href="../../view/transform_view.html" title="transform_view"><code class="computeroutput"><span class="identifier">transform_view</span></code></a>
+ (where adapted sequence is a <a class="link" href="../../sequence/concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
+ Sequence</a>)
+ </li>
 <li class="listitem">
-<a class="link" href="../../view/transform_view.html" title="transform_view"><code class="computeroutput"><span class="identifier">transform_view</span></code></a>
- (where adapted sequence is a <a class="link" href="../../sequence/concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
- Sequence</a>)
- </li>
-<li class="listitem"><a class="link" href="../../view/reverse_view.html" title="reverse_view"><code class="computeroutput"><span class="identifier">reverse_view</span></code></a></li>
+ <a class="link" href="../../view/reverse_view.html" title="reverse_view"><code class="computeroutput"><span class="identifier">reverse_view</span></code></a>
+ </li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/iterator/concepts/forward_iterator.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/concepts/forward_iterator.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/concepts/forward_iterator.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Forward Iterator</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../concepts.html" title="Concepts">
 <link rel="prev" href="../concepts.html" title="Concepts">
@@ -28,7 +28,7 @@
         Iterator</a>
 </h4></div></div></div>
 <a name="fusion.iterator.concepts.forward_iterator.description"></a><h6>
-<a name="id877593"></a>
+<a name="id760029"></a>
           <a class="link" href="forward_iterator.html#fusion.iterator.concepts.forward_iterator.description">Description</a>
         </h6>
 <p>
@@ -59,7 +59,7 @@
 </dl>
 </div>
 <a name="fusion.iterator.concepts.forward_iterator.expression_requirements"></a><h6>
-<a name="id877718"></a>
+<a name="id760205"></a>
           <a class="link" href="forward_iterator.html#fusion.iterator.concepts.forward_iterator.expression_requirements">Expression
           requirements</a>
         </h6>
@@ -237,7 +237,7 @@
 </tbody>
 </table></div>
 <a name="fusion.iterator.concepts.forward_iterator.meta_expressions"></a><h6>
-<a name="id878289"></a>
+<a name="id760971"></a>
           <a class="link" href="forward_iterator.html#fusion.iterator.concepts.forward_iterator.meta_expressions">Meta
           Expressions</a>
         </h6>
@@ -348,7 +348,7 @@
 </tbody>
 </table></div>
 <a name="fusion.iterator.concepts.forward_iterator.expression_semantics"></a><h6>
-<a name="id879836"></a>
+<a name="id761580"></a>
           <a class="link" href="forward_iterator.html#fusion.iterator.concepts.forward_iterator.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -474,86 +474,93 @@
 </tbody>
 </table></div>
 <a name="fusion.iterator.concepts.forward_iterator.invariants"></a><h6>
-<a name="id880299"></a>
+<a name="id762195"></a>
           <a class="link" href="forward_iterator.html#fusion.iterator.concepts.forward_iterator.invariants">Invariants</a>
         </h6>
 <p>
           The following invariants always hold:
         </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><code class="computeroutput"><span class="special">!(</span><span class="identifier">i</span>
- <span class="special">==</span> <span class="identifier">j</span><span class="special">)</span> <span class="special">==</span> <span class="special">(</span><span class="identifier">i</span> <span class="special">!=</span> <span class="identifier">j</span><span class="special">)</span></code></li>
-<li class="listitem"><code class="computeroutput"><a class="link" href="../functions/next.html" title="next"><code class="computeroutput"><span class="identifier">next</span></code></a><span class="special">(</span><span class="identifier">i</span><span class="special">)</span> <span class="special">==</span> <a class="link" href="../functions/advance_c.html" title="advance_c"><code class="computeroutput"><span class="identifier">advance_c</span></code></a><span class="special">&lt;</span><span class="number">1</span><span class="special">&gt;(</span><span class="identifier">i</span><span class="special">)</span></code></li>
-<li class="listitem"><code class="computeroutput"><a class="link" href="../functions/distance.html" title="distance"><code class="computeroutput"><span class="identifier">distance</span></code></a><span class="special">(</span><span class="identifier">i</span><span class="special">,</span> <a class="link" href="../functions/advance_c.html" title="advance_c"><code class="computeroutput"><span class="identifier">advance_c</span></code></a><span class="special">&lt;</span><span class="identifier">N</span><span class="special">&gt;(</span><span class="identifier">i</span><span class="special">))</span> <span class="special">==</span> <span class="identifier">N</span></code></li>
-<li class="listitem">
- Using <code class="computeroutput"><a class="link" href="../functions/next.html" title="next"><code class="computeroutput"><span class="identifier">next</span></code></a></code> to traverse the
- sequence will never return to a previously seen position
- </li>
-<li class="listitem">
-<code class="computeroutput"><a class="link" href="../functions/deref.html" title="deref"><code class="computeroutput"><span class="identifier">deref</span></code></a><span class="special">(</span><span class="identifier">i</span><span class="special">)</span></code> is equivalent to <code class="computeroutput"><span class="special">*</span><span class="identifier">i</span></code>
-</li>
-<li class="listitem">
- If <code class="computeroutput"><span class="identifier">i</span> <span class="special">==</span>
- <span class="identifier">j</span></code> then <code class="computeroutput"><span class="special">*</span><span class="identifier">i</span></code> is equivalent to <code class="computeroutput"><span class="special">*</span><span class="identifier">j</span></code>
-</li>
+<li class="listitem">
+ <code class="computeroutput"><span class="special">!(</span><span class="identifier">i</span>
+ <span class="special">==</span> <span class="identifier">j</span><span class="special">)</span> <span class="special">==</span> <span class="special">(</span><span class="identifier">i</span> <span class="special">!=</span> <span class="identifier">j</span><span class="special">)</span></code>
+ </li>
+<li class="listitem">
+ <code class="computeroutput"><a class="link" href="../functions/next.html" title="next"><code class="computeroutput"><span class="identifier">next</span></code></a><span class="special">(</span><span class="identifier">i</span><span class="special">)</span> <span class="special">==</span> <a class="link" href="../functions/advance_c.html" title="advance_c"><code class="computeroutput"><span class="identifier">advance_c</span></code></a><span class="special">&lt;</span><span class="number">1</span><span class="special">&gt;(</span><span class="identifier">i</span><span class="special">)</span></code>
+ </li>
+<li class="listitem">
+ <code class="computeroutput"><a class="link" href="../functions/distance.html" title="distance"><code class="computeroutput"><span class="identifier">distance</span></code></a><span class="special">(</span><span class="identifier">i</span><span class="special">,</span> <a class="link" href="../functions/advance_c.html" title="advance_c"><code class="computeroutput"><span class="identifier">advance_c</span></code></a><span class="special">&lt;</span><span class="identifier">N</span><span class="special">&gt;(</span><span class="identifier">i</span><span class="special">))</span> <span class="special">==</span> <span class="identifier">N</span></code>
+ </li>
+<li class="listitem">
+ Using <code class="computeroutput"><a class="link" href="../functions/next.html" title="next"><code class="computeroutput"><span class="identifier">next</span></code></a></code> to traverse the
+ sequence will never return to a previously seen position
+ </li>
+<li class="listitem">
+ <code class="computeroutput"><a class="link" href="../functions/deref.html" title="deref"><code class="computeroutput"><span class="identifier">deref</span></code></a><span class="special">(</span><span class="identifier">i</span><span class="special">)</span></code>
+ is equivalent to <code class="computeroutput"><span class="special">*</span><span class="identifier">i</span></code>
+ </li>
+<li class="listitem">
+ If <code class="computeroutput"><span class="identifier">i</span> <span class="special">==</span>
+ <span class="identifier">j</span></code> then <code class="computeroutput"><span class="special">*</span><span class="identifier">i</span></code> is equivalent to <code class="computeroutput"><span class="special">*</span><span class="identifier">j</span></code>
+ </li>
 </ul></div>
 <a name="fusion.iterator.concepts.forward_iterator.models"></a><h6>
-<a name="id880592"></a>
+<a name="id762640"></a>
           <a class="link" href="forward_iterator.html#fusion.iterator.concepts.forward_iterator.models">Models</a>
         </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
-<a class="link" href="../../adapted/std__pair.html" title="std::pair"><code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code></a>
- iterator
- </li>
-<li class="listitem">
-<a class="link" href="../../adapted/boost__array.html" title="boost::array"><code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></code></a>
- iterator
- </li>
-<li class="listitem">
-<a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a>
- iterator
- </li>
-<li class="listitem">
-<a class="link" href="../../container/cons.html" title="cons"><code class="computeroutput"><span class="identifier">cons</span></code></a>
- iterator
- </li>
-<li class="listitem">
-<a class="link" href="../../container/list.html" title="list"><code class="computeroutput"><span class="identifier">list</span></code></a>
- iterator
- </li>
-<li class="listitem">
-<a class="link" href="../../container/set.html" title="set"><code class="computeroutput"><span class="identifier">set</span></code></a>
- iterator
- </li>
-<li class="listitem">
-<a class="link" href="../../container/map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a>
- iterator
- </li>
-<li class="listitem">
-<a class="link" href="../../view/single_view.html" title="single_view"><code class="computeroutput"><span class="identifier">single_view</span></code></a>
- iterator
- </li>
-<li class="listitem">
-<a class="link" href="../../view/filter_view.html" title="filter_view"><code class="computeroutput"><span class="identifier">filter_view</span></code></a>
- iterator
- </li>
-<li class="listitem">
-<a class="link" href="../../view/iterator_range.html" title="iterator_range"><code class="computeroutput"><span class="identifier">iterator_range</span></code></a>
- iterator
- </li>
-<li class="listitem">
-<a class="link" href="../../view/joint_view.html" title="joint_view"><code class="computeroutput"><span class="identifier">joint_view</span></code></a>
- iterator
- </li>
-<li class="listitem">
-<a class="link" href="../../view/transform_view.html" title="transform_view"><code class="computeroutput"><span class="identifier">transform_view</span></code></a>
- iterator
- </li>
-<li class="listitem">
-<a class="link" href="../../view/reverse_view.html" title="reverse_view"><code class="computeroutput"><span class="identifier">reverse_view</span></code></a>
- iterator
- </li>
+ <a class="link" href="../../adapted/std__pair.html" title="std::pair"><code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code></a>
+ iterator
+ </li>
+<li class="listitem">
+ <a class="link" href="../../adapted/boost__array.html" title="boost::array"><code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></code></a>
+ iterator
+ </li>
+<li class="listitem">
+ <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a>
+ iterator
+ </li>
+<li class="listitem">
+ <a class="link" href="../../container/cons.html" title="cons"><code class="computeroutput"><span class="identifier">cons</span></code></a>
+ iterator
+ </li>
+<li class="listitem">
+ <a class="link" href="../../container/list.html" title="list"><code class="computeroutput"><span class="identifier">list</span></code></a>
+ iterator
+ </li>
+<li class="listitem">
+ <a class="link" href="../../container/set.html" title="set"><code class="computeroutput"><span class="identifier">set</span></code></a>
+ iterator
+ </li>
+<li class="listitem">
+ <a class="link" href="../../container/map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a>
+ iterator
+ </li>
+<li class="listitem">
+ <a class="link" href="../../view/single_view.html" title="single_view"><code class="computeroutput"><span class="identifier">single_view</span></code></a>
+ iterator
+ </li>
+<li class="listitem">
+ <a class="link" href="../../view/filter_view.html" title="filter_view"><code class="computeroutput"><span class="identifier">filter_view</span></code></a>
+ iterator
+ </li>
+<li class="listitem">
+ <a class="link" href="../../view/iterator_range.html" title="iterator_range"><code class="computeroutput"><span class="identifier">iterator_range</span></code></a>
+ iterator
+ </li>
+<li class="listitem">
+ <a class="link" href="../../view/joint_view.html" title="joint_view"><code class="computeroutput"><span class="identifier">joint_view</span></code></a>
+ iterator
+ </li>
+<li class="listitem">
+ <a class="link" href="../../view/transform_view.html" title="transform_view"><code class="computeroutput"><span class="identifier">transform_view</span></code></a>
+ iterator
+ </li>
+<li class="listitem">
+ <a class="link" href="../../view/reverse_view.html" title="reverse_view"><code class="computeroutput"><span class="identifier">reverse_view</span></code></a>
+ iterator
+ </li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/iterator/concepts/random_access_iterator.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/concepts/random_access_iterator.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/concepts/random_access_iterator.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Random Access Iterator</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../concepts.html" title="Concepts">
 <link rel="prev" href="bidirectional_iterator.html" title="Bidirectional Iterator">
@@ -28,7 +28,7 @@
         Access Iterator</a>
 </h4></div></div></div>
 <a name="fusion.iterator.concepts.random_access_iterator.description"></a><h6>
-<a name="id881807"></a>
+<a name="id764481"></a>
           <a class="link" href="random_access_iterator.html#fusion.iterator.concepts.random_access_iterator.description">Description</a>
         </h6>
 <p>
@@ -59,7 +59,7 @@
 </dl>
 </div>
 <a name="fusion.iterator.concepts.random_access_iterator.refinement_of"></a><h6>
-<a name="id882485"></a>
+<a name="id764654"></a>
           <a class="link" href="random_access_iterator.html#fusion.iterator.concepts.random_access_iterator.refinement_of">Refinement
           of</a>
         </h6>
@@ -68,7 +68,7 @@
           Iterator</a>
         </p>
 <a name="fusion.iterator.concepts.random_access_iterator.expression_requirements"></a><h6>
-<a name="id882509"></a>
+<a name="id764692"></a>
           <a class="link" href="random_access_iterator.html#fusion.iterator.concepts.random_access_iterator.expression_requirements">Expression
           requirements</a>
         </h6>
@@ -175,7 +175,7 @@
 </tbody>
 </table></div>
 <a name="fusion.iterator.concepts.random_access_iterator.meta_expressions"></a><h6>
-<a name="id882799"></a>
+<a name="id765085"></a>
           <a class="link" href="random_access_iterator.html#fusion.iterator.concepts.random_access_iterator.meta_expressions">Meta
           Expressions</a>
         </h6>
@@ -238,37 +238,37 @@
 </tbody>
 </table></div>
 <a name="fusion.iterator.concepts.random_access_iterator.models"></a><h6>
-<a name="id883032"></a>
+<a name="id765394"></a>
           <a class="link" href="random_access_iterator.html#fusion.iterator.concepts.random_access_iterator.models">Models</a>
         </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
-<a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a>
- iterator
- </li>
+ <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a>
+ iterator
+ </li>
 <li class="listitem">
-<a class="link" href="../../adapted/std__pair.html" title="std::pair"><code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code></a>
- iterator
- </li>
+ <a class="link" href="../../adapted/std__pair.html" title="std::pair"><code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code></a>
+ iterator
+ </li>
 <li class="listitem">
-<a class="link" href="../../adapted/boost__array.html" title="boost::array"><code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></code></a>
- iterator
- </li>
+ <a class="link" href="../../adapted/boost__array.html" title="boost::array"><code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></code></a>
+ iterator
+ </li>
 <li class="listitem">
-<a class="link" href="../../view/iterator_range.html" title="iterator_range"><code class="computeroutput"><span class="identifier">iterator_range</span></code></a>
- iterator (where adapted sequence is a <a class="link" href="../../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
- Access Sequence</a>)
- </li>
+ <a class="link" href="../../view/iterator_range.html" title="iterator_range"><code class="computeroutput"><span class="identifier">iterator_range</span></code></a>
+ iterator (where adapted sequence is a <a class="link" href="../../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
+ Access Sequence</a>)
+ </li>
 <li class="listitem">
-<a class="link" href="../../view/transform_view.html" title="transform_view"><code class="computeroutput"><span class="identifier">transform_view</span></code></a>
- iterator (where adapted sequence is a <a class="link" href="../../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
- Access Sequence</a>)
- </li>
+ <a class="link" href="../../view/transform_view.html" title="transform_view"><code class="computeroutput"><span class="identifier">transform_view</span></code></a>
+ iterator (where adapted sequence is a <a class="link" href="../../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
+ Access Sequence</a>)
+ </li>
 <li class="listitem">
-<a class="link" href="../../view/reverse_view.html" title="reverse_view"><code class="computeroutput"><span class="identifier">reverse_view</span></code></a>
- iterator (where adapted sequence is a <a class="link" href="../../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
- Access Sequence</a>)
- </li>
+ <a class="link" href="../../view/reverse_view.html" title="reverse_view"><code class="computeroutput"><span class="identifier">reverse_view</span></code></a>
+ iterator (where adapted sequence is a <a class="link" href="../../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
+ Access Sequence</a>)
+ </li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/iterator/functions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/functions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/functions.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Functions</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../iterator.html" title="Iterator">
 <link rel="prev" href="concepts/associative_iterator.html" title="Associative Iterator">

Modified: trunk/libs/fusion/doc/html/fusion/iterator/functions/advance.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/functions/advance.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/functions/advance.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>advance</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="distance.html" title="distance">
@@ -27,14 +27,14 @@
 <a name="fusion.iterator.functions.advance"></a><a class="link" href="advance.html" title="advance">advance</a>
 </h4></div></div></div>
 <a name="fusion.iterator.functions.advance.description"></a><h6>
-<a name="id888109"></a>
+<a name="id770405"></a>
           <a class="link" href="advance.html#fusion.iterator.functions.advance.description">Description</a>
         </h6>
 <p>
           Moves an iterator by a specified distance.
         </p>
 <a name="fusion.iterator.functions.advance.synopsis"></a><h6>
-<a name="id888127"></a>
+<a name="id770433"></a>
           <a class="link" href="advance.html#fusion.iterator.functions.advance.synopsis">Synopsis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -44,7 +44,7 @@
 <span class="keyword">typename</span> <a class="link" href="../metafunctions/advance.html" title="advance"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">advance</span></code></a><span class="special">&lt;</span><span class="identifier">I</span><span class="special">,</span> <span class="identifier">M</span><span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">advance</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">i</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id888249"></a><p class="title"><b>Table&#160;1.6.&#160;Parameters</b></p>
+<a name="id770603"></a><p class="title"><b>Table&#160;1.6.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -109,7 +109,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.iterator.functions.advance.expression_semantics"></a><h6>
-<a name="id888373"></a>
+<a name="id770756"></a>
           <a class="link" href="advance.html#fusion.iterator.functions.advance.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -128,14 +128,14 @@
           may be negative.
         </p>
 <a name="fusion.iterator.functions.advance.header"></a><h6>
-<a name="id888475"></a>
+<a name="id770917"></a>
           <a class="link" href="advance.html#fusion.iterator.functions.advance.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">advance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">advance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.iterator.functions.advance.example"></a><h6>
-<a name="id888584"></a>
+<a name="id771071"></a>
           <a class="link" href="advance.html#fusion.iterator.functions.advance.example">Example</a>
         </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/iterator/functions/advance_c.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/functions/advance_c.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/functions/advance_c.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>advance_c</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="advance.html" title="advance">
@@ -27,14 +27,14 @@
 <a name="fusion.iterator.functions.advance_c"></a><a class="link" href="advance_c.html" title="advance_c">advance_c</a>
 </h4></div></div></div>
 <a name="fusion.iterator.functions.advance_c.description"></a><h6>
-<a name="id888785"></a>
+<a name="id771365"></a>
           <a class="link" href="advance_c.html#fusion.iterator.functions.advance_c.description">Description</a>
         </h6>
 <p>
           Moves an iterator by a specified distance.
         </p>
 <a name="fusion.iterator.functions.advance_c.synopsis"></a><h6>
-<a name="id888803"></a>
+<a name="id771394"></a>
           <a class="link" href="advance_c.html#fusion.iterator.functions.advance_c.synopsis">Synopsis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -44,7 +44,7 @@
 <span class="keyword">typename</span> <a class="link" href="../metafunctions/advance_c.html" title="advance_c"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">advance_c</span></code></a><span class="special">&lt;</span><span class="identifier">I</span><span class="special">,</span> <span class="identifier">N</span><span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">advance_c</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">i</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id888926"></a><p class="title"><b>Table&#160;1.7.&#160;Parameters</b></p>
+<a name="id771565"></a><p class="title"><b>Table&#160;1.7.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -108,7 +108,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.iterator.functions.advance_c.expression_semantics"></a><h6>
-<a name="id889048"></a>
+<a name="id771710"></a>
           <a class="link" href="advance_c.html#fusion.iterator.functions.advance_c.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -127,14 +127,14 @@
           may be negative.
         </p>
 <a name="fusion.iterator.functions.advance_c.header"></a><h6>
-<a name="id889152"></a>
+<a name="id771873"></a>
           <a class="link" href="advance_c.html#fusion.iterator.functions.advance_c.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">advance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">advance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.iterator.functions.advance_c.example"></a><h6>
-<a name="id889260"></a>
+<a name="id772028"></a>
           <a class="link" href="advance_c.html#fusion.iterator.functions.advance_c.example">Example</a>
         </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/iterator/functions/deref.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/functions/deref.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/functions/deref.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>deref</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="../functions.html" title="Functions">
@@ -27,14 +27,14 @@
 <a name="fusion.iterator.functions.deref"></a><a class="link" href="deref.html" title="deref">deref</a>
 </h4></div></div></div>
 <a name="fusion.iterator.functions.deref.description"></a><h6>
-<a name="id883800"></a>
+<a name="id766578"></a>
           <a class="link" href="deref.html#fusion.iterator.functions.deref.description">Description</a>
         </h6>
 <p>
           Deferences an iterator.
         </p>
 <a name="fusion.iterator.functions.deref.synopsis"></a><h6>
-<a name="id883817"></a>
+<a name="id766606"></a>
           <a class="link" href="deref.html#fusion.iterator.functions.deref.synopsis">Synopsis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -43,7 +43,7 @@
 <span class="keyword">typename</span> <a class="link" href="../metafunctions/deref.html" title="deref"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">deref</span></code></a><span class="special">&lt;</span><span class="identifier">I</span><span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">deref</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">i</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id883918"></a><p class="title"><b>Table&#160;1.2.&#160;Parameters</b></p>
+<a name="id766750"></a><p class="title"><b>Table&#160;1.2.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -88,7 +88,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.iterator.functions.deref.expression_semantics"></a><h6>
-<a name="id884005"></a>
+<a name="id766857"></a>
           <a class="link" href="deref.html#fusion.iterator.functions.deref.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -102,14 +102,14 @@
           <code class="computeroutput"><span class="identifier">i</span></code>.
         </p>
 <a name="fusion.iterator.functions.deref.header"></a><h6>
-<a name="id884100"></a>
+<a name="id767001"></a>
           <a class="link" href="deref.html#fusion.iterator.functions.deref.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">deref</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">deref</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.iterator.functions.deref.example"></a><h6>
-<a name="id884208"></a>
+<a name="id767155"></a>
           <a class="link" href="deref.html#fusion.iterator.functions.deref.example">Example</a>
         </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&amp;&gt;</span> <span class="identifier">vec</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/iterator/functions/deref_data.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/functions/deref_data.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/functions/deref_data.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>deref_data</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="advance_c.html" title="advance_c">
@@ -27,7 +27,7 @@
 <a name="fusion.iterator.functions.deref_data"></a><a class="link" href="deref_data.html" title="deref_data">deref_data</a>
 </h4></div></div></div>
 <a name="fusion.iterator.functions.deref_data.description"></a><h6>
-<a name="id889443"></a>
+<a name="id772296"></a>
           <a class="link" href="deref_data.html#fusion.iterator.functions.deref_data.description">Description</a>
         </h6>
 <p>
@@ -35,7 +35,7 @@
           an associative iterator.
         </p>
 <a name="fusion.iterator.functions.deref_data.synopsis"></a><h6>
-<a name="id889460"></a>
+<a name="id772327"></a>
           <a class="link" href="deref_data.html#fusion.iterator.functions.deref_data.synopsis">Synopsis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -44,7 +44,7 @@
 <span class="keyword">typename</span> <a class="link" href="../metafunctions/deref_data.html" title="deref_data"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">deref_data</span></code></a><span class="special">&lt;</span><span class="identifier">I</span><span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">deref</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">i</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id889560"></a><p class="title"><b>Table&#160;1.8.&#160;Parameters</b></p>
+<a name="id772470"></a><p class="title"><b>Table&#160;1.8.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -89,7 +89,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.iterator.functions.deref_data.expression_semantics"></a><h6>
-<a name="id889650"></a>
+<a name="id772576"></a>
           <a class="link" href="deref_data.html#fusion.iterator.functions.deref_data.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -103,14 +103,14 @@
           associated with the element referenced by an associative iterator <code class="computeroutput"><span class="identifier">i</span></code>.
         </p>
 <a name="fusion.iterator.functions.deref_data.header"></a><h6>
-<a name="id889748"></a>
+<a name="id772723"></a>
           <a class="link" href="deref_data.html#fusion.iterator.functions.deref_data.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">deref_data</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">deref_data</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.iterator.functions.deref_data.example"></a><h6>
-<a name="id889856"></a>
+<a name="id772879"></a>
           <a class="link" href="deref_data.html#fusion.iterator.functions.deref_data.example">Example</a>
         </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a><span class="special">&lt;</span><a class="link" href="../../support/pair.html" title="pair"><code class="computeroutput"><span class="identifier">pair</span></code></a><span class="special">&lt;</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">int</span><span class="special">&amp;&gt;</span> <span class="special">&gt;</span> <span class="identifier">map</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/iterator/functions/distance.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/functions/distance.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/functions/distance.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>distance</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="prior.html" title="prior">
@@ -27,14 +27,14 @@
 <a name="fusion.iterator.functions.distance"></a><a class="link" href="distance.html" title="distance">distance</a>
 </h4></div></div></div>
 <a name="fusion.iterator.functions.distance.description"></a><h6>
-<a name="id887455"></a>
+<a name="id769469"></a>
           <a class="link" href="distance.html#fusion.iterator.functions.distance.description">Description</a>
         </h6>
 <p>
           Returns the distance between 2 iterators.
         </p>
 <a name="fusion.iterator.functions.distance.synopsis"></a><h6>
-<a name="id887473"></a>
+<a name="id769497"></a>
           <a class="link" href="distance.html#fusion.iterator.functions.distance.synopsis">Synopsis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -44,7 +44,7 @@
 <span class="keyword">typename</span> <a class="link" href="../metafunctions/distance.html" title="distance"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">distance</span></code></a><span class="special">&lt;</span><span class="identifier">I</span><span class="special">,</span> <span class="identifier">J</span><span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">distance</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">i</span><span class="special">,</span> <span class="identifier">J</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">j</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id887617"></a><p class="title"><b>Table&#160;1.5.&#160;Parameters</b></p>
+<a name="id769696"></a><p class="title"><b>Table&#160;1.5.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -89,7 +89,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.iterator.functions.distance.expression_semantics"></a><h6>
-<a name="id887711"></a>
+<a name="id769816"></a>
           <a class="link" href="distance.html#fusion.iterator.functions.distance.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -103,14 +103,14 @@
           iterators <code class="computeroutput"><span class="identifier">i</span></code> and <code class="computeroutput"><span class="identifier">j</span></code>.
         </p>
 <a name="fusion.iterator.functions.distance.header"></a><h6>
-<a name="id887793"></a>
+<a name="id769942"></a>
           <a class="link" href="distance.html#fusion.iterator.functions.distance.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">distance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">distance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.iterator.functions.distance.example"></a><h6>
-<a name="id887901"></a>
+<a name="id770099"></a>
           <a class="link" href="distance.html#fusion.iterator.functions.distance.example">Example</a>
         </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/iterator/functions/next.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/functions/next.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/functions/next.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>next</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="deref.html" title="deref">
@@ -27,14 +27,14 @@
 <a name="fusion.iterator.functions.next"></a><a class="link" href="next.html" title="next">next</a>
 </h4></div></div></div>
 <a name="fusion.iterator.functions.next.description"></a><h6>
-<a name="id884510"></a>
+<a name="id767602"></a>
           <a class="link" href="next.html#fusion.iterator.functions.next.description">Description</a>
         </h6>
 <p>
           Moves an iterator 1 position forwards.
         </p>
 <a name="fusion.iterator.functions.next.synopsis"></a><h6>
-<a name="id884528"></a>
+<a name="id767629"></a>
           <a class="link" href="next.html#fusion.iterator.functions.next.synopsis">Synopsis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -43,7 +43,7 @@
 <span class="keyword">typename</span> <a class="link" href="../metafunctions/next.html" title="next"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">next</span></code></a><span class="special">&lt;</span><span class="identifier">I</span><span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">next</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">i</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id884629"></a><p class="title"><b>Table&#160;1.3.&#160;Parameters</b></p>
+<a name="id767772"></a><p class="title"><b>Table&#160;1.3.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -88,7 +88,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.iterator.functions.next.expression_semantics"></a><h6>
-<a name="id886356"></a>
+<a name="id767878"></a>
           <a class="link" href="next.html#fusion.iterator.functions.next.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -103,14 +103,14 @@
           next element after <code class="computeroutput"><span class="identifier">i</span></code>.
         </p>
 <a name="fusion.iterator.functions.next.header"></a><h6>
-<a name="id886421"></a>
+<a name="id767974"></a>
           <a class="link" href="next.html#fusion.iterator.functions.next.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">next</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">next</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.iterator.functions.next.example"></a><h6>
-<a name="id886529"></a>
+<a name="id768129"></a>
           <a class="link" href="next.html#fusion.iterator.functions.next.example">Example</a>
         </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/iterator/functions/prior.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/functions/prior.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/functions/prior.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>prior</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="next.html" title="next">
@@ -27,14 +27,14 @@
 <a name="fusion.iterator.functions.prior"></a><a class="link" href="prior.html" title="prior">prior</a>
 </h4></div></div></div>
 <a name="fusion.iterator.functions.prior.description"></a><h6>
-<a name="id886833"></a>
+<a name="id768578"></a>
           <a class="link" href="prior.html#fusion.iterator.functions.prior.description">Description</a>
         </h6>
 <p>
           Moves an iterator 1 position backwards.
         </p>
 <a name="fusion.iterator.functions.prior.synopsis"></a><h6>
-<a name="id886851"></a>
+<a name="id768606"></a>
           <a class="link" href="prior.html#fusion.iterator.functions.prior.synopsis">Synopsis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -43,7 +43,7 @@
 <span class="keyword">typename</span> <a class="link" href="../metafunctions/prior.html" title="prior"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">prior</span></code></a><span class="special">&lt;</span><span class="identifier">I</span><span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">prior</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">i</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id886952"></a><p class="title"><b>Table&#160;1.4.&#160;Parameters</b></p>
+<a name="id768748"></a><p class="title"><b>Table&#160;1.4.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -88,7 +88,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.iterator.functions.prior.expression_semantics"></a><h6>
-<a name="id887040"></a>
+<a name="id768855"></a>
           <a class="link" href="prior.html#fusion.iterator.functions.prior.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -103,14 +103,14 @@
           element prior to <code class="computeroutput"><span class="identifier">i</span></code>.
         </p>
 <a name="fusion.iterator.functions.prior.header"></a><h6>
-<a name="id887109"></a>
+<a name="id768960"></a>
           <a class="link" href="prior.html#fusion.iterator.functions.prior.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">prior</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">prior</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.iterator.functions.prior.example"></a><h6>
-<a name="id887217"></a>
+<a name="id769115"></a>
           <a class="link" href="prior.html#fusion.iterator.functions.prior.example">Example</a>
         </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/iterator/metafunctions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/metafunctions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/metafunctions.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Metafunctions</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../iterator.html" title="Iterator">
 <link rel="prev" href="operator/operator_inequality.html" title="Operator !=">

Modified: trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/advance.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/advance.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/advance.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>advance</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="distance.html" title="distance">
@@ -27,14 +27,14 @@
 <a name="fusion.iterator.metafunctions.advance"></a><a class="link" href="advance.html" title="advance">advance</a>
 </h4></div></div></div>
 <a name="fusion.iterator.metafunctions.advance.description"></a><h6>
-<a name="id898082"></a>
+<a name="id781487"></a>
           <a class="link" href="advance.html#fusion.iterator.metafunctions.advance.description">Description</a>
         </h6>
 <p>
           Moves an iterator a specified distance.
         </p>
 <a name="fusion.iterator.metafunctions.advance.synopsis"></a><h6>
-<a name="id898100"></a>
+<a name="id781516"></a>
           <a class="link" href="advance.html#fusion.iterator.metafunctions.advance.synopsis">Synopsis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -47,7 +47,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id898186"></a><p class="title"><b>Table&#160;1.18.&#160;Parameters</b></p>
+<a name="id781632"></a><p class="title"><b>Table&#160;1.18.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -112,7 +112,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.iterator.metafunctions.advance.expression_semantics"></a><h6>
-<a name="id898312"></a>
+<a name="id781784"></a>
           <a class="link" href="advance.html#fusion.iterator.metafunctions.advance.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -130,14 +130,14 @@
           may be negative.
         </p>
 <a name="fusion.iterator.metafunctions.advance.header"></a><h6>
-<a name="id898427"></a>
+<a name="id781961"></a>
           <a class="link" href="advance.html#fusion.iterator.metafunctions.advance.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">advance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">advance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.iterator.metafunctions.advance.example"></a><h6>
-<a name="id898535"></a>
+<a name="id782116"></a>
           <a class="link" href="advance.html#fusion.iterator.metafunctions.advance.example">Example</a>
         </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">,</span><span class="keyword">char</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/advance_c.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/advance_c.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/advance_c.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>advance_c</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="advance.html" title="advance">
@@ -27,14 +27,14 @@
 <a name="fusion.iterator.metafunctions.advance_c"></a><a class="link" href="advance_c.html" title="advance_c">advance_c</a>
 </h4></div></div></div>
 <a name="fusion.iterator.metafunctions.advance_c.description"></a><h6>
-<a name="id898848"></a>
+<a name="id782575"></a>
           <a class="link" href="advance_c.html#fusion.iterator.metafunctions.advance_c.description">Description</a>
         </h6>
 <p>
           Moves an iterator by a specified distance.
         </p>
 <a name="fusion.iterator.metafunctions.advance_c.synopsis"></a><h6>
-<a name="id898866"></a>
+<a name="id782604"></a>
           <a class="link" href="advance_c.html#fusion.iterator.metafunctions.advance_c.synopsis">Synopsis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -47,7 +47,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id898951"></a><p class="title"><b>Table&#160;1.19.&#160;Parameters</b></p>
+<a name="id782721"></a><p class="title"><b>Table&#160;1.19.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -111,7 +111,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.iterator.metafunctions.advance_c.expression_semantics"></a><h6>
-<a name="id899074"></a>
+<a name="id782865"></a>
           <a class="link" href="advance_c.html#fusion.iterator.metafunctions.advance_c.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -129,14 +129,14 @@
           may be negative. Equivalent to <code class="computeroutput"><a class="link" href="advance.html" title="advance"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">advance</span></code></a><span class="special">&lt;</span><span class="identifier">I</span><span class="special">,</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">int_</span><span class="special">&lt;</span><span class="identifier">N</span><span class="special">&gt;</span> <span class="special">&gt;::</span><span class="identifier">type</span></code>.
         </p>
 <a name="fusion.iterator.metafunctions.advance_c.header"></a><h6>
-<a name="id899258"></a>
+<a name="id783144"></a>
           <a class="link" href="advance_c.html#fusion.iterator.metafunctions.advance_c.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">advance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">advance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.iterator.metafunctions.advance_c.example"></a><h6>
-<a name="id899366"></a>
+<a name="id783299"></a>
           <a class="link" href="advance_c.html#fusion.iterator.metafunctions.advance_c.example">Example</a>
         </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">,</span><span class="keyword">char</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/deref.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/deref.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/deref.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>deref</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="value_of.html" title="value_of">
@@ -27,14 +27,14 @@
 <a name="fusion.iterator.metafunctions.deref"></a><a class="link" href="deref.html" title="deref">deref</a>
 </h4></div></div></div>
 <a name="fusion.iterator.metafunctions.deref.description"></a><h6>
-<a name="id892485"></a>
+<a name="id776621"></a>
           <a class="link" href="deref.html#fusion.iterator.metafunctions.deref.description">Description</a>
         </h6>
 <p>
           Returns the type that will be returned by dereferencing an iterator.
         </p>
 <a name="fusion.iterator.metafunctions.deref.synposis"></a><h6>
-<a name="id892502"></a>
+<a name="id776651"></a>
           <a class="link" href="deref.html#fusion.iterator.metafunctions.deref.synposis">Synposis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id892574"></a><p class="title"><b>Table&#160;1.13.&#160;Parameters</b></p>
+<a name="id776749"></a><p class="title"><b>Table&#160;1.13.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -91,7 +91,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.iterator.metafunctions.deref.expression_semantics"></a><h6>
-<a name="id892664"></a>
+<a name="id776855"></a>
           <a class="link" href="deref.html#fusion.iterator.metafunctions.deref.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -105,14 +105,14 @@
           an iterator of type <code class="computeroutput"><span class="identifier">I</span></code>.
         </p>
 <a name="fusion.iterator.metafunctions.deref.header"></a><h6>
-<a name="id892738"></a>
+<a name="id776967"></a>
           <a class="link" href="deref.html#fusion.iterator.metafunctions.deref.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">deref</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">deref</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.iterator.metafunctions.deref.example"></a><h6>
-<a name="id892846"></a>
+<a name="id777123"></a>
           <a class="link" href="deref.html#fusion.iterator.metafunctions.deref.example">Example</a>
         </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&amp;&gt;</span> <span class="identifier">vec</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/deref_data.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/deref_data.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/deref_data.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>deref_data</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="value_of_data.html" title="value_of_data">
@@ -27,7 +27,7 @@
 <a name="fusion.iterator.metafunctions.deref_data"></a><a class="link" href="deref_data.html" title="deref_data">deref_data</a>
 </h4></div></div></div>
 <a name="fusion.iterator.metafunctions.deref_data.description"></a><h6>
-<a name="id901852"></a>
+<a name="id785307"></a>
           <a class="link" href="deref_data.html#fusion.iterator.metafunctions.deref_data.description">Description</a>
         </h6>
 <p>
@@ -35,7 +35,7 @@
           referenced by an associative iterator.
         </p>
 <a name="fusion.iterator.metafunctions.deref_data.synposis"></a><h6>
-<a name="id901869"></a>
+<a name="id785338"></a>
           <a class="link" href="deref_data.html#fusion.iterator.metafunctions.deref_data.synposis">Synposis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -47,7 +47,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id901941"></a><p class="title"><b>Table&#160;1.22.&#160;Parameters</b></p>
+<a name="id785438"></a><p class="title"><b>Table&#160;1.22.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -92,7 +92,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.iterator.metafunctions.deref_data.expression_semantics"></a><h6>
-<a name="id902031"></a>
+<a name="id785543"></a>
           <a class="link" href="deref_data.html#fusion.iterator.metafunctions.deref_data.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -106,14 +106,14 @@
           the data property referenced by an associative iterator of type <code class="computeroutput"><span class="identifier">I</span></code>.
         </p>
 <a name="fusion.iterator.metafunctions.deref_data.header"></a><h6>
-<a name="id902106"></a>
+<a name="id785657"></a>
           <a class="link" href="deref_data.html#fusion.iterator.metafunctions.deref_data.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boosta</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">deref_data</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">deref_data</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.iterator.metafunctions.deref_data.example"></a><h6>
-<a name="id902214"></a>
+<a name="id785812"></a>
           <a class="link" href="deref_data.html#fusion.iterator.metafunctions.deref_data.example">Example</a>
         </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a><span class="special">&lt;</span><a class="link" href="../../support/pair.html" title="pair"><code class="computeroutput"><span class="identifier">pair</span></code></a><span class="special">&lt;</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="special">&gt;</span> <span class="identifier">map</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/distance.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/distance.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/distance.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>distance</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="equal_to.html" title="equal_to">
@@ -27,14 +27,14 @@
 <a name="fusion.iterator.metafunctions.distance"></a><a class="link" href="distance.html" title="distance">distance</a>
 </h4></div></div></div>
 <a name="fusion.iterator.metafunctions.distance.description"></a><h6>
-<a name="id897383"></a>
+<a name="id780495"></a>
           <a class="link" href="distance.html#fusion.iterator.metafunctions.distance.description">Description</a>
         </h6>
 <p>
           Returns the distance between two iterators.
         </p>
 <a name="fusion.iterator.metafunctions.distance.synopsis"></a><h6>
-<a name="id897401"></a>
+<a name="id780525"></a>
           <a class="link" href="distance.html#fusion.iterator.metafunctions.distance.synopsis">Synopsis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -47,7 +47,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id897486"></a><p class="title"><b>Table&#160;1.17.&#160;Parameters</b></p>
+<a name="id780640"></a><p class="title"><b>Table&#160;1.17.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -92,7 +92,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.iterator.metafunctions.distance.expression_semantics"></a><h6>
-<a name="id897582"></a>
+<a name="id780757"></a>
           <a class="link" href="distance.html#fusion.iterator.metafunctions.distance.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -108,14 +108,14 @@
           <code class="computeroutput"><span class="identifier">J</span></code>.
         </p>
 <a name="fusion.iterator.metafunctions.distance.header"></a><h6>
-<a name="id897678"></a>
+<a name="id780900"></a>
           <a class="link" href="distance.html#fusion.iterator.metafunctions.distance.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">distance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">distance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.iterator.metafunctions.distance.example"></a><h6>
-<a name="id897786"></a>
+<a name="id781056"></a>
           <a class="link" href="distance.html#fusion.iterator.metafunctions.distance.example">Example</a>
         </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">,</span><span class="keyword">char</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/equal_to.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/equal_to.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/equal_to.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>equal_to</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="prior.html" title="prior">
@@ -27,7 +27,7 @@
 <a name="fusion.iterator.metafunctions.equal_to"></a><a class="link" href="equal_to.html" title="equal_to">equal_to</a>
 </h4></div></div></div>
 <a name="fusion.iterator.metafunctions.equal_to.description"></a><h6>
-<a name="id895587"></a>
+<a name="id779488"></a>
           <a class="link" href="equal_to.html#fusion.iterator.metafunctions.equal_to.description">Description</a>
         </h6>
 <p>
@@ -36,7 +36,7 @@
           and <code class="computeroutput"><span class="identifier">J</span></code> are equal.
         </p>
 <a name="fusion.iterator.metafunctions.equal_to.synopsis"></a><h6>
-<a name="id895623"></a>
+<a name="id779548"></a>
           <a class="link" href="equal_to.html#fusion.iterator.metafunctions.equal_to.synopsis">Synopsis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -49,7 +49,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id895708"></a><p class="title"><b>Table&#160;1.16.&#160;Parameters</b></p>
+<a name="id779663"></a><p class="title"><b>Table&#160;1.16.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -93,7 +93,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.iterator.metafunctions.equal_to.expression_semantics"></a><h6>
-<a name="id895802"></a>
+<a name="id779772"></a>
           <a class="link" href="equal_to.html#fusion.iterator.metafunctions.equal_to.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -109,14 +109,14 @@
           Returns <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">false_</span></code> otherwise.
         </p>
 <a name="fusion.iterator.metafunctions.equal_to.header"></a><h6>
-<a name="id895940"></a>
+<a name="id779978"></a>
           <a class="link" href="equal_to.html#fusion.iterator.metafunctions.equal_to.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">equal_to</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">equal_to</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.iterator.metafunctions.equal_to.example"></a><h6>
-<a name="id896048"></a>
+<a name="id780135"></a>
           <a class="link" href="equal_to.html#fusion.iterator.metafunctions.equal_to.example">Example</a>
         </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/key_of.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/key_of.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/key_of.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>key_of</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="advance_c.html" title="advance_c">
@@ -27,7 +27,7 @@
 <a name="fusion.iterator.metafunctions.key_of"></a><a class="link" href="key_of.html" title="key_of">key_of</a>
 </h4></div></div></div>
 <a name="fusion.iterator.metafunctions.key_of.description"></a><h6>
-<a name="id900746"></a>
+<a name="id783720"></a>
           <a class="link" href="key_of.html#fusion.iterator.metafunctions.key_of.description">Description</a>
         </h6>
 <p>
@@ -35,7 +35,7 @@
           iterator.
         </p>
 <a name="fusion.iterator.metafunctions.key_of.synopsis"></a><h6>
-<a name="id900763"></a>
+<a name="id783750"></a>
           <a class="link" href="key_of.html#fusion.iterator.metafunctions.key_of.synopsis">Synopsis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -47,7 +47,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id900835"></a><p class="title"><b>Table&#160;1.20.&#160;Parameters</b></p>
+<a name="id783847"></a><p class="title"><b>Table&#160;1.20.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -92,7 +92,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.iterator.metafunctions.key_of.expression_semantics"></a><h6>
-<a name="id900925"></a>
+<a name="id783953"></a>
           <a class="link" href="key_of.html#fusion.iterator.metafunctions.key_of.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -106,14 +106,14 @@
           with the element referenced by an associative iterator <code class="computeroutput"><span class="identifier">I</span></code>.
         </p>
 <a name="fusion.iterator.metafunctions.key_of.header"></a><h6>
-<a name="id900999"></a>
+<a name="id784066"></a>
           <a class="link" href="key_of.html#fusion.iterator.metafunctions.key_of.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">key_of</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">key_of</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.iterator.metafunctions.key_of.example"></a><h6>
-<a name="id901107"></a>
+<a name="id784222"></a>
           <a class="link" href="key_of.html#fusion.iterator.metafunctions.key_of.example">Example</a>
         </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a><span class="special">&lt;</span><a class="link" href="../../support/pair.html" title="pair"><code class="computeroutput"><span class="identifier">pair</span></code></a><span class="special">&lt;</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/next.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/next.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/next.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>next</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="deref.html" title="deref">
@@ -27,14 +27,14 @@
 <a name="fusion.iterator.metafunctions.next"></a><a class="link" href="next.html" title="next">next</a>
 </h4></div></div></div>
 <a name="fusion.iterator.metafunctions.next.description"></a><h6>
-<a name="id894338"></a>
+<a name="id777700"></a>
           <a class="link" href="next.html#fusion.iterator.metafunctions.next.description">Description</a>
         </h6>
 <p>
           Returns the type of the next iterator in a sequence.
         </p>
 <a name="fusion.iterator.metafunctions.next.synposis"></a><h6>
-<a name="id894354"></a>
+<a name="id777729"></a>
           <a class="link" href="next.html#fusion.iterator.metafunctions.next.synposis">Synposis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id894426"></a><p class="title"><b>Table&#160;1.14.&#160;Parameters</b></p>
+<a name="id777827"></a><p class="title"><b>Table&#160;1.14.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -91,7 +91,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.iterator.metafunctions.next.expression_semantics"></a><h6>
-<a name="id894514"></a>
+<a name="id777934"></a>
           <a class="link" href="next.html#fusion.iterator.metafunctions.next.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -106,14 +106,14 @@
           next element in the sequence after <code class="computeroutput"><span class="identifier">I</span></code>.
         </p>
 <a name="fusion.iterator.metafunctions.next.header"></a><h6>
-<a name="id894593"></a>
+<a name="id778056"></a>
           <a class="link" href="next.html#fusion.iterator.metafunctions.next.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">next</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">next</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.iterator.metafunctions.next.example"></a><h6>
-<a name="id894701"></a>
+<a name="id778212"></a>
           <a class="link" href="next.html#fusion.iterator.metafunctions.next.example">Example</a>
         </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/prior.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/prior.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/prior.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>prior</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="next.html" title="next">
@@ -27,14 +27,14 @@
 <a name="fusion.iterator.metafunctions.prior"></a><a class="link" href="prior.html" title="prior">prior</a>
 </h4></div></div></div>
 <a name="fusion.iterator.metafunctions.prior.description"></a><h6>
-<a name="id894905"></a>
+<a name="id778515"></a>
           <a class="link" href="prior.html#fusion.iterator.metafunctions.prior.description">Description</a>
         </h6>
 <p>
           Returns the type of the previous iterator in a sequence.
         </p>
 <a name="fusion.iterator.metafunctions.prior.synopsis"></a><h6>
-<a name="id894922"></a>
+<a name="id778544"></a>
           <a class="link" href="prior.html#fusion.iterator.metafunctions.prior.synopsis">Synopsis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id894994"></a><p class="title"><b>Table&#160;1.15.&#160;Parameters</b></p>
+<a name="id778643"></a><p class="title"><b>Table&#160;1.15.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -91,7 +91,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.iterator.metafunctions.prior.expression_semantics"></a><h6>
-<a name="id895084"></a>
+<a name="id778749"></a>
           <a class="link" href="prior.html#fusion.iterator.metafunctions.prior.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -106,14 +106,14 @@
           previous element in the sequence before <code class="computeroutput"><span class="identifier">I</span></code>.
         </p>
 <a name="fusion.iterator.metafunctions.prior.header"></a><h6>
-<a name="id895166"></a>
+<a name="id778873"></a>
           <a class="link" href="prior.html#fusion.iterator.metafunctions.prior.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">prior</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">prior</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.iterator.metafunctions.prior.example"></a><h6>
-<a name="id895274"></a>
+<a name="id779028"></a>
           <a class="link" href="prior.html#fusion.iterator.metafunctions.prior.example">Example</a>
         </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/value_of.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/value_of.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/value_of.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>value_of</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="../metafunctions.html" title="Metafunctions">
@@ -27,14 +27,14 @@
 <a name="fusion.iterator.metafunctions.value_of"></a><a class="link" href="value_of.html" title="value_of">value_of</a>
 </h4></div></div></div>
 <a name="fusion.iterator.metafunctions.value_of.description"></a><h6>
-<a name="id891711"></a>
+<a name="id775522"></a>
           <a class="link" href="value_of.html#fusion.iterator.metafunctions.value_of.description">Description</a>
         </h6>
 <p>
           Returns the type stored at the position of an iterator.
         </p>
 <a name="fusion.iterator.metafunctions.value_of.synopsis"></a><h6>
-<a name="id891728"></a>
+<a name="id775552"></a>
           <a class="link" href="value_of.html#fusion.iterator.metafunctions.value_of.synopsis">Synopsis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id891800"></a><p class="title"><b>Table&#160;1.12.&#160;Parameters</b></p>
+<a name="id775649"></a><p class="title"><b>Table&#160;1.12.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -91,7 +91,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.iterator.metafunctions.value_of.expression_semantics"></a><h6>
-<a name="id891890"></a>
+<a name="id775754"></a>
           <a class="link" href="value_of.html#fusion.iterator.metafunctions.value_of.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -105,14 +105,14 @@
           a sequence at iterator position <code class="computeroutput"><span class="identifier">I</span></code>.
         </p>
 <a name="fusion.iterator.metafunctions.value_of.header"></a><h6>
-<a name="id891964"></a>
+<a name="id775865"></a>
           <a class="link" href="value_of.html#fusion.iterator.metafunctions.value_of.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">value_of</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">value_of</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.iterator.metafunctions.value_of.example"></a><h6>
-<a name="id892072"></a>
+<a name="id776021"></a>
           <a class="link" href="value_of.html#fusion.iterator.metafunctions.value_of.example">Example</a>
         </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&amp;,</span><span class="keyword">const</span> <span class="keyword">int</span><span class="special">&amp;&gt;</span> <span class="identifier">vec</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/value_of_data.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/value_of_data.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/value_of_data.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>value_of_data</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="key_of.html" title="key_of">
@@ -27,7 +27,7 @@
 <a name="fusion.iterator.metafunctions.value_of_data"></a><a class="link" href="value_of_data.html" title="value_of_data">value_of_data</a>
 </h4></div></div></div>
 <a name="fusion.iterator.metafunctions.value_of_data.description"></a><h6>
-<a name="id901302"></a>
+<a name="id784511"></a>
           <a class="link" href="value_of_data.html#fusion.iterator.metafunctions.value_of_data.description">Description</a>
         </h6>
 <p>
@@ -35,7 +35,7 @@
           by an associative iterator references.
         </p>
 <a name="fusion.iterator.metafunctions.value_of_data.synopsis"></a><h6>
-<a name="id901318"></a>
+<a name="id784542"></a>
           <a class="link" href="value_of_data.html#fusion.iterator.metafunctions.value_of_data.synopsis">Synopsis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -47,7 +47,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id901390"></a><p class="title"><b>Table&#160;1.21.&#160;Parameters</b></p>
+<a name="id784641"></a><p class="title"><b>Table&#160;1.21.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -92,7 +92,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.iterator.metafunctions.value_of_data.expression_semantics"></a><h6>
-<a name="id901478"></a>
+<a name="id784748"></a>
           <a class="link" href="value_of_data.html#fusion.iterator.metafunctions.value_of_data.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -107,14 +107,14 @@
           <code class="computeroutput"><span class="identifier">I</span></code>.
         </p>
 <a name="fusion.iterator.metafunctions.value_of_data.header"></a><h6>
-<a name="id901550"></a>
+<a name="id784862"></a>
           <a class="link" href="value_of_data.html#fusion.iterator.metafunctions.value_of_data.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">value_of_data</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">value_of_data</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.iterator.metafunctions.value_of_data.example"></a><h6>
-<a name="id901658"></a>
+<a name="id785018"></a>
           <a class="link" href="value_of_data.html#fusion.iterator.metafunctions.value_of_data.example">Example</a>
         </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a><span class="special">&lt;</span><a class="link" href="../../support/pair.html" title="pair"><code class="computeroutput"><span class="identifier">pair</span></code></a><span class="special">&lt;</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/iterator/operator.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/operator.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/operator.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Operator</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../iterator.html" title="Iterator">
 <link rel="prev" href="functions/deref_data.html" title="deref_data">

Modified: trunk/libs/fusion/doc/html/fusion/iterator/operator/operator_equality.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/operator/operator_equality.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/operator/operator_equality.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Operator ==</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../operator.html" title="Operator">
 <link rel="prev" href="operator_unary_star.html" title="Operator *">
@@ -28,14 +28,14 @@
         ==</a>
 </h4></div></div></div>
 <a name="fusion.iterator.operator.operator_equality.description"></a><h6>
-<a name="id890794"></a>
+<a name="id774233"></a>
           <a class="link" href="operator_equality.html#fusion.iterator.operator.operator_equality.description">Description</a>
         </h6>
 <p>
           Compares 2 iterators for equality.
         </p>
 <a name="fusion.iterator.operator.operator_equality.synopsis"></a><h6>
-<a name="id890811"></a>
+<a name="id774262"></a>
           <a class="link" href="operator_equality.html#fusion.iterator.operator.operator_equality.synopsis">Synopsis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -45,7 +45,7 @@
 <span class="emphasis"><em>unspecified</em></span> <span class="keyword">operator</span><span class="special">==(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">i</span><span class="special">,</span> <span class="identifier">J</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">i</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id890914"></a><p class="title"><b>Table&#160;1.10.&#160;Parameters</b></p>
+<a name="id774403"></a><p class="title"><b>Table&#160;1.10.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -89,7 +89,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.iterator.operator.operator_equality.expression_semantics"></a><h6>
-<a name="id891008"></a>
+<a name="id774511"></a>
           <a class="link" href="operator_equality.html#fusion.iterator.operator.operator_equality.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -104,7 +104,7 @@
           and <code class="computeroutput"><span class="identifier">j</span></code> respectively.
         </p>
 <a name="fusion.iterator.operator.operator_equality.header"></a><h6>
-<a name="id891135"></a>
+<a name="id774703"></a>
           <a class="link" href="operator_equality.html#fusion.iterator.operator.operator_equality.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">equal_to</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/iterator/operator/operator_inequality.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/operator/operator_inequality.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/operator/operator_inequality.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Operator !=</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../operator.html" title="Operator">
 <link rel="prev" href="operator_equality.html" title="Operator ==">
@@ -28,14 +28,14 @@
         !=</a>
 </h4></div></div></div>
 <a name="fusion.iterator.operator.operator_inequality.description"></a><h6>
-<a name="id891256"></a>
+<a name="id774878"></a>
           <a class="link" href="operator_inequality.html#fusion.iterator.operator.operator_inequality.description">Description</a>
         </h6>
 <p>
           Compares 2 iterators for inequality.
         </p>
 <a name="fusion.iterator.operator.operator_inequality.synopsis"></a><h6>
-<a name="id891277"></a>
+<a name="id774908"></a>
           <a class="link" href="operator_inequality.html#fusion.iterator.operator.operator_inequality.synopsis">Synopsis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -45,7 +45,7 @@
 <span class="emphasis"><em>unspecified</em></span> <span class="keyword">operator</span><span class="special">==(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">i</span><span class="special">,</span> <span class="identifier">J</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">i</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id891380"></a><p class="title"><b>Table&#160;1.11.&#160;Parameters</b></p>
+<a name="id775049"></a><p class="title"><b>Table&#160;1.11.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -89,7 +89,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.iterator.operator.operator_inequality.expression_semantics"></a><h6>
-<a name="id891471"></a>
+<a name="id775157"></a>
           <a class="link" href="operator_inequality.html#fusion.iterator.operator.operator_inequality.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -102,7 +102,7 @@
           and <code class="computeroutput"><span class="identifier">j</span></code> respectively.
         </p>
 <a name="fusion.iterator.operator.operator_inequality.header"></a><h6>
-<a name="id891582"></a>
+<a name="id775328"></a>
           <a class="link" href="operator_inequality.html#fusion.iterator.operator.operator_inequality.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">equal_to</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/iterator/operator/operator_unary_star.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/operator/operator_unary_star.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/operator/operator_unary_star.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Operator *</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../operator.html" title="Operator">
 <link rel="prev" href="../operator.html" title="Operator">
@@ -28,14 +28,14 @@
         *</a>
 </h4></div></div></div>
 <a name="fusion.iterator.operator.operator_unary_star.description"></a><h6>
-<a name="id890115"></a>
+<a name="id773259"></a>
           <a class="link" href="operator_unary_star.html#fusion.iterator.operator.operator_unary_star.description">Description</a>
         </h6>
 <p>
           Dereferences an iterator.
         </p>
 <a name="fusion.iterator.operator.operator_unary_star.synopsis"></a><h6>
-<a name="id890134"></a>
+<a name="id773289"></a>
           <a class="link" href="operator_unary_star.html#fusion.iterator.operator.operator_unary_star.synopsis">Synopsis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -44,7 +44,7 @@
 <span class="keyword">typename</span> <a class="link" href="../metafunctions/deref.html" title="deref"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">deref</span></code></a><span class="special">&lt;</span><span class="identifier">I</span><span class="special">&gt;::</span><span class="identifier">type</span> <span class="keyword">operator</span><span class="special">*(</span><span class="emphasis"><em>unspecified</em></span><span class="special">&lt;</span><span class="identifier">I</span><span class="special">&gt;</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">i</span><span class="special">);</span>
 </pre>
 <div class="table">
-<a name="id890244"></a><p class="title"><b>Table&#160;1.9.&#160;Parameters</b></p>
+<a name="id773446"></a><p class="title"><b>Table&#160;1.9.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -89,7 +89,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.iterator.operator.operator_unary_star.expression_semantics"></a><h6>
-<a name="id890332"></a>
+<a name="id773553"></a>
           <a class="link" href="operator_unary_star.html#fusion.iterator.operator.operator_unary_star.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -103,14 +103,14 @@
           <span class="bold"><strong>Semantics</strong></span>: Equivalent to <code class="computeroutput"><a class="link" href="../functions/deref.html" title="deref"><code class="computeroutput"><span class="identifier">deref</span></code></a><span class="special">(</span><span class="identifier">i</span><span class="special">)</span></code>.
         </p>
 <a name="fusion.iterator.operator.operator_unary_star.header"></a><h6>
-<a name="id890420"></a>
+<a name="id773690"></a>
           <a class="link" href="operator_unary_star.html#fusion.iterator.operator.operator_unary_star.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">deref</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">deref</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.iterator.operator.operator_unary_star.example"></a><h6>
-<a name="id890528"></a>
+<a name="id773846"></a>
           <a class="link" href="operator_unary_star.html#fusion.iterator.operator.operator_unary_star.example">Example</a>
         </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&amp;&gt;</span> <span class="identifier">vec</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/notes.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/notes.html (original)
+++ trunk/libs/fusion/doc/html/fusion/notes.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Notes</title>
 <link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="prev" href="functional/generation/metafunctions/mk_unfused.html" title="make_unfused">
@@ -27,7 +27,7 @@
 <a name="fusion.notes"></a><a class="link" href="notes.html" title="Notes">Notes</a>
 </h2></div></div></div>
 <a name="fusion.notes.recursive_inlined_functions"></a><h4>
-<a name="id1110958"></a>
+<a name="id995776"></a>
       <a class="link" href="notes.html#fusion.notes.recursive_inlined_functions">Recursive Inlined
       Functions</a>
     </h4>
@@ -40,7 +40,7 @@
       remains linear.
     </p>
 <a name="fusion.notes.overloaded_functions"></a><h4>
-<a name="id1110998"></a>
+<a name="id995851"></a>
       <a class="link" href="notes.html#fusion.notes.overloaded_functions">Overloaded Functions</a>
     </h4>
 <p>
@@ -50,7 +50,7 @@
       given a key, <code class="computeroutput"><span class="identifier">k</span></code>.
     </p>
 <a name="fusion.notes.tag_dispatching"></a><h4>
-<a name="id1111051"></a>
+<a name="id995934"></a>
       <a class="link" href="notes.html#fusion.notes.tag_dispatching">Tag Dispatching</a>
     </h4>
 <p>
@@ -59,14 +59,14 @@
     </p>
 <div class="orderedlist"><ol class="orderedlist" type="1">
 <li class="listitem">
- A type for which an appropriate template specialization is required
- </li>
+ A type for which an appropriate template specialization is required
+ </li>
 <li class="listitem">
- A metafunction that associates the type with a tag type
- </li>
+ A metafunction that associates the type with a tag type
+ </li>
 <li class="listitem">
- A template that is specialized for the tag type
- </li>
+ A template that is specialized for the tag type
+ </li>
 </ol></div>
 <p>
       For example, the fusion <code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin</span></code> metafunction
@@ -86,22 +86,22 @@
     </p>
 <div class="orderedlist"><ol class="orderedlist" type="1">
 <li class="listitem">
-<code class="computeroutput"><span class="identifier">Sequence</span></code> is the type for
- which a suitable implementation of <code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin_impl</span></code>
- is required
- </li>
-<li class="listitem">
-<code class="computeroutput"><span class="identifier">traits</span><span class="special">::</span><span class="identifier">tag_of</span></code> is the metafunction that associates
- <code class="computeroutput"><span class="identifier">Sequence</span></code> with an appropriate
- tag
- </li>
-<li class="listitem">
-<code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin_impl</span></code> is the template which is specialized
- to provide an implementation for each tag type
- </li>
+ <code class="computeroutput"><span class="identifier">Sequence</span></code> is the type for
+ which a suitable implementation of <code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin_impl</span></code>
+ is required
+ </li>
+<li class="listitem">
+ <code class="computeroutput"><span class="identifier">traits</span><span class="special">::</span><span class="identifier">tag_of</span></code> is the metafunction that associates
+ <code class="computeroutput"><span class="identifier">Sequence</span></code> with an appropriate
+ tag
+ </li>
+<li class="listitem">
+ <code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin_impl</span></code> is the template which is specialized
+ to provide an implementation for each tag type
+ </li>
 </ol></div>
 <a name="fusion.notes.extensibility"></a><h4>
-<a name="id1111319"></a>
+<a name="id996337"></a>
       <a class="link" href="notes.html#fusion.notes.extensibility">Extensibility</a>
     </h4>
 <p>
@@ -136,7 +136,7 @@
       it very cheap to pass around.
     </p>
 <a name="fusion.notes.element_conversion"></a><h4>
-<a name="id1111501"></a>
+<a name="id996655"></a>
       <a class="link" href="notes.html#fusion.notes.element_conversion">Element Conversion</a>
     </h4>
 <p>
@@ -157,9 +157,7 @@
       <span class="bold"><strong>Arrays:</strong></span>
     </p>
 <p>
- Array arguments are deduced to reference to const types. For example
- <sup>[<a name="id1111606" href="#ftn.id1111606" class="footnote">10</a>]</sup>
- :
+ Array arguments are deduced to reference to const types. For example <sup>[<a name="id996813" href="#ftn.id996813" class="footnote">10</a>]</sup>:
     </p>
 <pre class="programlisting"><a class="link" href="container/generation/functions/make_list.html" title="make_list"><code class="computeroutput"><span class="identifier">make_list</span></code></a><span class="special">(</span><span class="string">"Donald"</span><span class="special">,</span> <span class="string">"Daisy"</span><span class="special">)</span>
 </pre>
@@ -187,7 +185,7 @@
 <pre class="programlisting"><a class="link" href="container/list.html" title="list"><code class="computeroutput"><span class="identifier">list</span></code></a><span class="special">&lt;</span><span class="keyword">void</span> <span class="special">(*)(</span><span class="keyword">int</span><span class="special">)&gt;</span>
 </pre>
 <a name="fusion.notes.boost__ref"></a><h4>
-<a name="id1111892"></a>
+<a name="id997242"></a>
       <a class="link" href="notes.html#fusion.notes.boost__ref">boost::ref</a>
     </h4>
 <p>
@@ -227,12 +225,12 @@
     </p>
 <div class="footnotes">
 <br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id1111606" href="#id1111606" class="para">10</a>] </sup>
- Note that the type of a string literal is an array of const characters,
- not <code class="computeroutput"><span class="keyword">const</span> <span class="keyword">char</span><span class="special">*</span></code>. To get <a class="link" href="container/generation/functions/make_list.html" title="make_list"><code class="computeroutput"><span class="identifier">make_list</span></code></a> to create a <a class="link" href="container/list.html" title="list"><code class="computeroutput"><span class="identifier">list</span></code></a> with an element of a non-const
- array type one must use the <code class="computeroutput"><span class="identifier">ref</span></code>
- wrapper (see <a class="link" href="notes.html#fusion.notes.boost__ref"><code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">ref</span></code></a>).
- </p></div>
+<div class="footnote"><p><sup>[<a id="ftn.id996813" href="#id996813" class="para">10</a>] </sup>
+ Note that the type of a string literal is an array of const characters, not
+ <code class="computeroutput"><span class="keyword">const</span> <span class="keyword">char</span><span class="special">*</span></code>. To get <a class="link" href="container/generation/functions/make_list.html" title="make_list"><code class="computeroutput"><span class="identifier">make_list</span></code></a> to create a <a class="link" href="container/list.html" title="list"><code class="computeroutput"><span class="identifier">list</span></code></a> with an element of a non-const
+ array type one must use the <code class="computeroutput"><span class="identifier">ref</span></code>
+ wrapper (see <a class="link" href="notes.html#fusion.notes.boost__ref"><code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">ref</span></code></a>).
+ </p></div>
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/organization.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/organization.html (original)
+++ trunk/libs/fusion/doc/html/fusion/organization.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Organization</title>
 <link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="prev" href="quick_start.html" title="Quick Start">
@@ -35,18 +35,12 @@
       The library is organized in three layers:
     </p>
 <a name="fusion.organization.layers"></a><h4>
-<a name="id869404"></a>
+<a name="id751229"></a>
       <a class="link" href="organization.html#fusion.organization.layers">Layers</a>
     </h4>
-<div class="blockquote"><blockquote class="blockquote">
-<p>
- </p>
-<p>
- <span class="inlinemediaobject"><img src="../images/fusion_org.png" alt="fusion_org"></span>
- </p>
-<p>
- </p>
-</blockquote></div>
+<div class="blockquote"><blockquote class="blockquote"><p>
+ <span class="inlinemediaobject"><img src="../images/fusion_org.png" alt="fusion_org"></span>
+ </p></blockquote></div>
 <p>
       The entire library is found in the <code class="computeroutput"><span class="string">"boost/fusion"</span></code>
       directory. Modules are organized in directories. Each module has its own header
@@ -66,128 +60,128 @@
       against.
     </p>
 <a name="fusion.organization.directory"></a><h4>
-<a name="id869475"></a>
+<a name="id751324"></a>
       <a class="link" href="organization.html#fusion.organization.directory">Directory</a>
     </h4>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- tuple
- </li>
+ tuple
+ </li>
 <li class="listitem">
- algorithm
- <div class="itemizedlist"><ul class="itemizedlist" type="circle">
+ algorithm
+ <div class="itemizedlist"><ul class="itemizedlist" type="circle">
 <li class="listitem">
- iteration
- </li>
+ iteration
+ </li>
 <li class="listitem">
- query
- </li>
+ query
+ </li>
 <li class="listitem">
- transformation
- </li>
+ transformation
+ </li>
 </ul></div>
-</li>
+ </li>
 <li class="listitem">
- adapted
- <div class="itemizedlist"><ul class="itemizedlist" type="circle">
+ adapted
+ <div class="itemizedlist"><ul class="itemizedlist" type="circle">
 <li class="listitem">
- array
- </li>
+ array
+ </li>
 <li class="listitem">
- mpl
- </li>
+ mpl
+ </li>
 <li class="listitem">
- boost::tuple
- </li>
+ boost::tuple
+ </li>
 <li class="listitem">
- std_pair
- </li>
+ std_pair
+ </li>
 <li class="listitem">
- struct
- </li>
+ struct
+ </li>
 <li class="listitem">
- variant
- </li>
+ variant
+ </li>
 </ul></div>
-</li>
+ </li>
 <li class="listitem">
- view
- <div class="itemizedlist"><ul class="itemizedlist" type="circle">
+ view
+ <div class="itemizedlist"><ul class="itemizedlist" type="circle">
 <li class="listitem">
- filter_view
- </li>
+ filter_view
+ </li>
 <li class="listitem">
- iterator_range
- </li>
+ iterator_range
+ </li>
 <li class="listitem">
- joint_view
- </li>
+ joint_view
+ </li>
 <li class="listitem">
- reverse_view
- </li>
+ reverse_view
+ </li>
 <li class="listitem">
- single_view
- </li>
+ single_view
+ </li>
 <li class="listitem">
- transform_view
- </li>
+ transform_view
+ </li>
 <li class="listitem">
- zip_view
- </li>
+ zip_view
+ </li>
 </ul></div>
-</li>
+ </li>
 <li class="listitem">
- container
- <div class="itemizedlist"><ul class="itemizedlist" type="circle">
+ container
+ <div class="itemizedlist"><ul class="itemizedlist" type="circle">
 <li class="listitem">
- deque
- </li>
+ deque
+ </li>
 <li class="listitem">
- list
- </li>
+ list
+ </li>
 <li class="listitem">
- map
- </li>
+ map
+ </li>
 <li class="listitem">
- set
- </li>
+ set
+ </li>
 <li class="listitem">
- vector
- </li>
+ vector
+ </li>
 <li class="listitem">
- generation
- </li>
+ generation
+ </li>
 </ul></div>
-</li>
+ </li>
 <li class="listitem">
- mpl
- </li>
+ mpl
+ </li>
 <li class="listitem">
- functional
- </li>
+ functional
+ </li>
 <li class="listitem">
- sequence
- <div class="itemizedlist"><ul class="itemizedlist" type="circle">
+ sequence
+ <div class="itemizedlist"><ul class="itemizedlist" type="circle">
 <li class="listitem">
- comparison
- </li>
+ comparison
+ </li>
 <li class="listitem">
- intrinsic
- </li>
+ intrinsic
+ </li>
 <li class="listitem">
- io
- </li>
+ io
+ </li>
 </ul></div>
-</li>
+ </li>
 <li class="listitem">
- iterator
- </li>
+ iterator
+ </li>
 <li class="listitem">
- support
- </li>
+ support
+ </li>
 </ul></div>
 <a name="fusion.organization.example"></a><h4>
-<a name="id869635"></a>
+<a name="id751643"></a>
       <a class="link" href="organization.html#fusion.organization.example">Example</a>
     </h4>
 <p>
@@ -202,15 +196,14 @@
 </pre>
 <p>
       The first includes all containers The second includes only <code class="computeroutput"><span class="identifier">list</span></code>
- <sup>[<a name="id869844" href="#ftn.id869844" class="footnote">4</a>]</sup>
- .
+ <sup>[<a name="id751907" href="#ftn.id751907" class="footnote">4</a>]</sup>.
     </p>
 <div class="footnotes">
 <br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id869844" href="#id869844" class="para">4</a>] </sup>
- Modules may contain smaller components. Header file information for each
- component will be provided as part of the component's documentation.
- </p></div>
+<div class="footnote"><p><sup>[<a id="ftn.id751907" href="#id751907" class="para">4</a>] </sup>
+ Modules may contain smaller components. Header file information for each
+ component will be provided as part of the component's documentation.
+ </p></div>
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/preface.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/preface.html (original)
+++ trunk/libs/fusion/doc/html/fusion/preface.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Preface</title>
 <link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="prev" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
@@ -26,26 +26,14 @@
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="fusion.preface"></a><a class="link" href="preface.html" title="Preface">Preface</a>
 </h2></div></div></div>
-<div class="blockquote"><blockquote class="blockquote">
-<p>
- </p>
-<p>
- <span class="emphasis"><em><span class="quote">&#8220;<span class="quote">Algorithms + Data Structures = Programs.</span>&#8221;</span></em></span>
- </p>
-<p>
- </p>
-</blockquote></div>
-<div class="blockquote"><blockquote class="blockquote">
-<p>
- </p>
-<p>
- <span class="bold"><strong>--Niklaus Wirth</strong></span>
- </p>
-<p>
- </p>
-</blockquote></div>
+<div class="blockquote"><blockquote class="blockquote"><p>
+ <span class="emphasis"><em><span class="quote">&#8220;<span class="quote">Algorithms + Data Structures = Programs.</span>&#8221;</span></em></span>
+ </p></blockquote></div>
+<div class="blockquote"><blockquote class="blockquote"><p>
+ <span class="bold"><strong>--Niklaus Wirth</strong></span>
+ </p></blockquote></div>
 <a name="fusion.preface.description"></a><h4>
-<a name="id863393"></a>
+<a name="id694966"></a>
       <a class="link" href="preface.html#fusion.preface.description">Description</a>
     </h4>
 <p>
@@ -63,7 +51,7 @@
       of compile time metaprogramming with runtime programming.
     </p>
 <a name="fusion.preface.motivation"></a><h4>
-<a name="id863423"></a>
+<a name="id693399"></a>
       <a class="link" href="preface.html#fusion.preface.motivation">Motivation</a>
     </h4>
 <p>
@@ -89,7 +77,7 @@
       an instant <span class="emphasis"><em>AHA!</em></span> moment.
     </p>
 <a name="fusion.preface.how_to_use_this_manual"></a><h4>
-<a name="id863490"></a>
+<a name="id693492"></a>
       <a class="link" href="preface.html#fusion.preface.how_to_use_this_manual">How to use this manual</a>
     </h4>
 <p>
@@ -97,7 +85,7 @@
       icons precede some text to indicate:
     </p>
 <div class="table">
-<a name="id863503"></a><p class="title"><b>Table&#160;1.1.&#160;Icons</b></p>
+<a name="id693512"></a><p class="title"><b>Table&#160;1.1.&#160;Icons</b></p>
 <div class="table-contents"><table class="table" summary="Icons">
 <colgroup>
 <col>
@@ -200,7 +188,7 @@
       Tools</a>.
     </p>
 <a name="fusion.preface.support"></a><h4>
-<a name="id863719"></a>
+<a name="id695269"></a>
       <a class="link" href="preface.html#fusion.preface.support">Support</a>
     </h4>
 <p>

Modified: trunk/libs/fusion/doc/html/fusion/quick_start.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/quick_start.html (original)
+++ trunk/libs/fusion/doc/html/fusion/quick_start.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Quick Start</title>
 <link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="prev" href="introduction.html" title="Introduction">
@@ -34,16 +34,13 @@
     </p>
 <p>
       For starters, we shall include all of Fusion's <a class="link" href="sequence.html" title="Sequence">Sequence</a>(s)
- <sup>[<a name="id864210" href="#ftn.id864210" class="footnote">2</a>]</sup>
- :
+ <sup>[<a name="id748752" href="#ftn.id748752" class="footnote">2</a>]</sup>:
     </p>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <p>
- Let's begin with a <code class="computeroutput"><a class="link" href="container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a></code>
- <sup>[<a name="id864325" href="#ftn.id864325" class="footnote">3</a>]</sup>
- :
+ Let's begin with a <code class="computeroutput"><a class="link" href="container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a></code> <sup>[<a name="id748896" href="#ftn.id748896" class="footnote">3</a>]</sup>:
     </p>
 <pre class="programlisting"><a class="link" href="container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">&gt;</span> <span class="identifier">stuff</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="char">'x'</span><span class="special">,</span> <span class="string">"howdy"</span><span class="special">);</span>
 <span class="keyword">int</span> <span class="identifier">i</span> <span class="special">=</span> <a class="link" href="sequence/intrinsic/functions/at_c.html" title="at_c"><code class="computeroutput"><span class="identifier">at_c</span></code></a><span class="special">&lt;</span><span class="number">0</span><span class="special">&gt;(</span><span class="identifier">stuff</span><span class="special">);</span>
@@ -59,7 +56,7 @@
       Let's see some examples.
     </p>
 <a name="fusion.quick_start.print_the_vector_as_xml"></a><h4>
-<a name="id864641"></a>
+<a name="id749309"></a>
       <a class="link" href="quick_start.html#fusion.quick_start.print_the_vector_as_xml">Print the vector
       as XML</a>
     </h4>
@@ -114,7 +111,7 @@
       print just about any Fusion <a class="link" href="sequence.html" title="Sequence">Sequence</a>.
     </p>
 <a name="fusion.quick_start.print_only_pointers"></a><h4>
-<a name="id868385"></a>
+<a name="id749902"></a>
       <a class="link" href="quick_start.html#fusion.quick_start.print_only_pointers">Print only pointers</a>
     </h4>
 <p>
@@ -146,7 +143,7 @@
       Easy, right?
     </p>
 <a name="fusion.quick_start.associative_tuples"></a><h4>
-<a name="id868659"></a>
+<a name="id750262"></a>
       <a class="link" href="quick_start.html#fusion.quick_start.associative_tuples">Associative tuples</a>
     </h4>
 <p>
@@ -218,7 +215,7 @@
       a <code class="computeroutput"><span class="identifier">dog</span></code> or a whole <code class="computeroutput"><span class="identifier">alternate_universe</span></code>.
     </p>
 <a name="fusion.quick_start.tip_of_the_iceberg"></a><h4>
-<a name="id869369"></a>
+<a name="id751176"></a>
       <a class="link" href="quick_start.html#fusion.quick_start.tip_of_the_iceberg">Tip of the Iceberg</a>
     </h4>
 <p>
@@ -229,16 +226,16 @@
     </p>
 <div class="footnotes">
 <br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id864210" href="#id864210" class="para">2</a>] </sup>
- There are finer grained header files available if you wish to have more
- control over which components to include (see section <a class="link" href="organization.html" title="Organization">Orgainization</a>
- for details).
- </p></div>
-<div class="footnote"><p><sup>[<a name="ftn.id864325" href="#id864325" class="para">3</a>] </sup>
- Unless otherwise noted, components are in namespace <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">fusion</span></code>.
- For the sake of simplicity, code in this quick start implies <code class="computeroutput"><span class="keyword">using</span></code> directives for the fusion components
- we will be using.
- </p></div>
+<div class="footnote"><p><sup>[<a id="ftn.id748752" href="#id748752" class="para">2</a>] </sup>
+ There are finer grained header files available if you wish to have more control
+ over which components to include (see section <a class="link" href="organization.html" title="Organization">Orgainization</a>
+ for details).
+ </p></div>
+<div class="footnote"><p><sup>[<a id="ftn.id748896" href="#id748896" class="para">3</a>] </sup>
+ Unless otherwise noted, components are in namespace <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">fusion</span></code>.
+ For the sake of simplicity, code in this quick start implies <code class="computeroutput"><span class="keyword">using</span></code> directives for the fusion components
+ we will be using.
+ </p></div>
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/references.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/references.html (original)
+++ trunk/libs/fusion/doc/html/fusion/references.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>References</title>
 <link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="prev" href="acknowledgements.html" title="Acknowledgements">
@@ -27,33 +27,33 @@
 </h2></div></div></div>
 <div class="orderedlist"><ol class="orderedlist" type="1">
 <li class="listitem">
-<a href="http://boost.org/libs/iterator/doc/new-iter-concepts.html" target="_top">New
- Iterator Concepts</a>, David Abrahams, Jeremy Siek, Thomas Witt, 2004-11-01.
- </li>
-<li class="listitem">
-<a href="http://boost.org/libs/tuple/doc/tuple_users_guide.html" target="_top">The Boost
- Tuple Library</a>, Jaakko Jarvi, 2001.
- </li>
-<li class="listitem">
-Spirit Parser Library,
- Joel de Guzman, 2001-2006.
- </li>
-<li class="listitem">
-The Boost MPL Library,
- Aleksey Gurtovoy and David Abrahams, 2002-2004.
- </li>
-<li class="listitem">
-Boost Array,
- Nicolai Josuttis, 2002-2004.
- </li>
-<li class="listitem">
-<a href="http://www.sgi.com/tech/stl/" target="_top">Standard Template Library Programmer's
- Guide</a>, Hewlett-Packard Company, 1994.
- </li>
-<li class="listitem">
-Boost.Ref, Jaakko
- Jarvi, Peter Dimov, Douglas Gregor, Dave Abrahams, 1999-2002.
- </li>
+ <a href="http://boost.org/libs/iterator/doc/new-iter-concepts.html" target="_top">New
+ Iterator Concepts</a>, David Abrahams, Jeremy Siek, Thomas Witt, 2004-11-01.
+ </li>
+<li class="listitem">
+ <a href="http://boost.org/libs/tuple/doc/tuple_users_guide.html" target="_top">The
+ Boost Tuple Library</a>, Jaakko Jarvi, 2001.
+ </li>
+<li class="listitem">
+ Spirit Parser Library,
+ Joel de Guzman, 2001-2006.
+ </li>
+<li class="listitem">
+ The Boost MPL Library,
+ Aleksey Gurtovoy and David Abrahams, 2002-2004.
+ </li>
+<li class="listitem">
+ Boost Array,
+ Nicolai Josuttis, 2002-2004.
+ </li>
+<li class="listitem">
+ <a href="http://www.sgi.com/tech/stl/" target="_top">Standard Template Library Programmer's
+ Guide</a>, Hewlett-Packard Company, 1994.
+ </li>
+<li class="listitem">
+ Boost.Ref,
+ Jaakko Jarvi, Peter Dimov, Douglas Gregor, Dave Abrahams, 1999-2002.
+ </li>
 </ol></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/sequence.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Sequence</title>
 <link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="prev" href="iterator/metafunctions/deref_data.html" title="deref_data">
@@ -60,7 +60,7 @@
       type that can be used to iterate through the Sequence's elements.
     </p>
 <a name="fusion.sequence.header"></a><h4>
-<a name="id902433"></a>
+<a name="id786140"></a>
       <a class="link" href="sequence.html#fusion.sequence.header">Header</a>
     </h4>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/concepts.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/concepts.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/concepts.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Concepts</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../sequence.html" title="Sequence">
 <link rel="prev" href="../sequence.html" title="Sequence">
@@ -40,7 +40,7 @@
         Fusion Sequences are organized into a hierarchy of concepts.
       </p>
 <a name="fusion.sequence.concepts.traversal"></a><h5>
-<a name="id902547"></a>
+<a name="id786307"></a>
         <a class="link" href="concepts.html#fusion.sequence.concepts.traversal">Traversal</a>
       </h5>
 <p>
@@ -53,7 +53,7 @@
         Sequence</a>. These concepts pertain to sequence traversal.
       </p>
 <a name="fusion.sequence.concepts.associativity"></a><h5>
-<a name="id902593"></a>
+<a name="id786391"></a>
         <a class="link" href="concepts.html#fusion.sequence.concepts.associativity">Associativity</a>
       </h5>
 <p>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/concepts/associative_sequence.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/concepts/associative_sequence.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/concepts/associative_sequence.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Associative Sequence</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../concepts.html" title="Concepts">
 <link rel="prev" href="random_access_sequence.html" title="Random Access Sequence">
@@ -28,7 +28,7 @@
         Sequence</a>
 </h4></div></div></div>
 <a name="fusion.sequence.concepts.associative_sequence.description"></a><h6>
-<a name="id907525"></a>
+<a name="id791876"></a>
           <a class="link" href="associative_sequence.html#fusion.sequence.concepts.associative_sequence.description">Description</a>
         </h6>
 <p>
@@ -64,7 +64,7 @@
 </dl>
 </div>
 <a name="fusion.sequence.concepts.associative_sequence.valid_expressions"></a><h6>
-<a name="id907664"></a>
+<a name="id792055"></a>
           <a class="link" href="associative_sequence.html#fusion.sequence.concepts.associative_sequence.valid_expressions">Valid
           Expressions</a>
         </h6>
@@ -173,7 +173,7 @@
 </tbody>
 </table></div>
 <a name="fusion.sequence.concepts.associative_sequence.result_type_expressions"></a><h6>
-<a name="id907968"></a>
+<a name="id792452"></a>
           <a class="link" href="associative_sequence.html#fusion.sequence.concepts.associative_sequence.result_type_expressions">Result
           Type Expressions</a>
         </h6>
@@ -247,7 +247,7 @@
         </p>
 </div>
 <a name="fusion.sequence.concepts.associative_sequence.expression_semantics"></a><h6>
-<a name="id908922"></a>
+<a name="id793027"></a>
           <a class="link" href="associative_sequence.html#fusion.sequence.concepts.associative_sequence.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -302,35 +302,39 @@
 </tbody>
 </table></div>
 <a name="fusion.sequence.concepts.associative_sequence.models"></a><h6>
-<a name="id909147"></a>
+<a name="id793352"></a>
           <a class="link" href="associative_sequence.html#fusion.sequence.concepts.associative_sequence.models">Models</a>
         </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="../../container/set.html" title="set"><code class="computeroutput"><span class="identifier">set</span></code></a></li>
-<li class="listitem"><a class="link" href="../../container/map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a></li>
 <li class="listitem">
-<a class="link" href="../../view/filter_view.html" title="filter_view"><code class="computeroutput"><span class="identifier">filter_view</span></code></a>
- (where adapted sequence is an <a class="link" href="associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> and a <a class="link" href="forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>)
- </li>
+ <a class="link" href="../../container/set.html" title="set"><code class="computeroutput"><span class="identifier">set</span></code></a>
+ </li>
 <li class="listitem">
-<a class="link" href="../../view/iterator_range.html" title="iterator_range"><code class="computeroutput"><span class="identifier">iterator_range</span></code></a>
- (where adapted iterators are <a class="link" href="../../iterator/concepts/associative_iterator.html" title="Associative Iterator">Associative
- Iterator</a>s)
- </li>
+ <a class="link" href="../../container/map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a>
+ </li>
 <li class="listitem">
-<a class="link" href="../../view/joint_view.html" title="joint_view"><code class="computeroutput"><span class="identifier">joint_view</span></code></a>
- (where adapted sequences are <a class="link" href="associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a>s and <a class="link" href="forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a>s)
- </li>
+ <a class="link" href="../../view/filter_view.html" title="filter_view"><code class="computeroutput"><span class="identifier">filter_view</span></code></a>
+ (where adapted sequence is an <a class="link" href="associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> and a <a class="link" href="forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>)
+ </li>
 <li class="listitem">
-<a class="link" href="../../view/reverse_view.html" title="reverse_view"><code class="computeroutput"><span class="identifier">reverse_view</span></code></a>
- (where adapted sequence is an <a class="link" href="associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> and a <a class="link" href="bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
- Sequence</a>)
- </li>
+ <a class="link" href="../../view/iterator_range.html" title="iterator_range"><code class="computeroutput"><span class="identifier">iterator_range</span></code></a>
+ (where adapted iterators are <a class="link" href="../../iterator/concepts/associative_iterator.html" title="Associative Iterator">Associative
+ Iterator</a>s)
+ </li>
+<li class="listitem">
+ <a class="link" href="../../view/joint_view.html" title="joint_view"><code class="computeroutput"><span class="identifier">joint_view</span></code></a>
+ (where adapted sequences are <a class="link" href="associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a>s and <a class="link" href="forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a>s)
+ </li>
+<li class="listitem">
+ <a class="link" href="../../view/reverse_view.html" title="reverse_view"><code class="computeroutput"><span class="identifier">reverse_view</span></code></a>
+ (where adapted sequence is an <a class="link" href="associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> and a <a class="link" href="bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
+ Sequence</a>)
+ </li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/concepts/bidirectional_sequence.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/concepts/bidirectional_sequence.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/concepts/bidirectional_sequence.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Bidirectional Sequence</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../concepts.html" title="Concepts">
 <link rel="prev" href="forward_sequence.html" title="Forward Sequence">
@@ -28,7 +28,7 @@
         Sequence</a>
 </h4></div></div></div>
 <a name="fusion.sequence.concepts.bidirectional_sequence.description"></a><h6>
-<a name="id904269"></a>
+<a name="id788816"></a>
           <a class="link" href="bidirectional_sequence.html#fusion.sequence.concepts.bidirectional_sequence.description">Description</a>
         </h6>
 <p>
@@ -37,7 +37,7 @@
           Iterator</a>.
         </p>
 <a name="fusion.sequence.concepts.bidirectional_sequence.refinement_of"></a><h6>
-<a name="id904300"></a>
+<a name="id788865"></a>
           <a class="link" href="bidirectional_sequence.html#fusion.sequence.concepts.bidirectional_sequence.refinement_of">Refinement
           of</a>
         </h6>
@@ -66,7 +66,7 @@
 </dl>
 </div>
 <a name="fusion.sequence.concepts.bidirectional_sequence.valid_expressions"></a><h6>
-<a name="id904408"></a>
+<a name="id789007"></a>
           <a class="link" href="bidirectional_sequence.html#fusion.sequence.concepts.bidirectional_sequence.valid_expressions">Valid
           Expressions</a>
         </h6>
@@ -198,7 +198,7 @@
 </tbody>
 </table></div>
 <a name="fusion.sequence.concepts.bidirectional_sequence.result_type_expressions"></a><h6>
-<a name="id904752"></a>
+<a name="id789464"></a>
           <a class="link" href="bidirectional_sequence.html#fusion.sequence.concepts.bidirectional_sequence.result_type_expressions">Result
           Type Expressions</a>
         </h6>
@@ -259,7 +259,7 @@
 </tbody>
 </table></div>
 <a name="fusion.sequence.concepts.bidirectional_sequence.expression_semantics"></a><h6>
-<a name="id906053"></a>
+<a name="id789742"></a>
           <a class="link" href="bidirectional_sequence.html#fusion.sequence.concepts.bidirectional_sequence.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -299,26 +299,34 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.sequence.concepts.bidirectional_sequence.models"></a><h6>
-<a name="id906161"></a>
+<a name="id789897"></a>
           <a class="link" href="bidirectional_sequence.html#fusion.sequence.concepts.bidirectional_sequence.models">Models</a>
         </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="../../adapted/std__pair.html" title="std::pair"><code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code></a></li>
-<li class="listitem"><a class="link" href="../../adapted/boost__array.html" title="boost::array"><code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></code></a></li>
-<li class="listitem"><a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a></li>
-<li class="listitem"><a class="link" href="../../view/reverse_view.html" title="reverse_view"><code class="computeroutput"><span class="identifier">reverse_view</span></code></a></li>
 <li class="listitem">
-<a class="link" href="../../view/iterator_range.html" title="iterator_range"><code class="computeroutput"><span class="identifier">iterator_range</span></code></a>
- (where adapted sequence is a Bidirectional Sequence)
- </li>
+ <a class="link" href="../../adapted/std__pair.html" title="std::pair"><code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code></a>
+ </li>
 <li class="listitem">
-<a class="link" href="../../view/transform_view.html" title="transform_view"><code class="computeroutput"><span class="identifier">transform_view</span></code></a>
- (where adapted sequence is a Bidirectional Sequence)
- </li>
+ <a class="link" href="../../adapted/boost__array.html" title="boost::array"><code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></code></a>
+ </li>
 <li class="listitem">
-<a class="link" href="../../view/zip_view.html" title="zip_view"><code class="computeroutput"><span class="identifier">zip_view</span></code></a>
- (where adapted sequences are models of Bidirectional Sequence)
- </li>
+ <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../view/reverse_view.html" title="reverse_view"><code class="computeroutput"><span class="identifier">reverse_view</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../view/iterator_range.html" title="iterator_range"><code class="computeroutput"><span class="identifier">iterator_range</span></code></a>
+ (where adapted sequence is a Bidirectional Sequence)
+ </li>
+<li class="listitem">
+ <a class="link" href="../../view/transform_view.html" title="transform_view"><code class="computeroutput"><span class="identifier">transform_view</span></code></a>
+ (where adapted sequence is a Bidirectional Sequence)
+ </li>
+<li class="listitem">
+ <a class="link" href="../../view/zip_view.html" title="zip_view"><code class="computeroutput"><span class="identifier">zip_view</span></code></a>
+ (where adapted sequences are models of Bidirectional Sequence)
+ </li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/concepts/forward_sequence.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/concepts/forward_sequence.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/concepts/forward_sequence.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Forward Sequence</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../concepts.html" title="Concepts">
 <link rel="prev" href="../concepts.html" title="Concepts">
@@ -28,7 +28,7 @@
         Sequence</a>
 </h4></div></div></div>
 <a name="fusion.sequence.concepts.forward_sequence.description"></a><h6>
-<a name="id902624"></a>
+<a name="id786450"></a>
           <a class="link" href="forward_sequence.html#fusion.sequence.concepts.forward_sequence.description">Description</a>
         </h6>
 <p>
@@ -60,7 +60,7 @@
 </dl>
 </div>
 <a name="fusion.sequence.concepts.forward_sequence.valid_expressions"></a><h6>
-<a name="id902728"></a>
+<a name="id786582"></a>
           <a class="link" href="forward_sequence.html#fusion.sequence.concepts.forward_sequence.valid_expressions">Valid
           Expressions</a>
         </h6>
@@ -235,7 +235,7 @@
 </tbody>
 </table></div>
 <a name="fusion.sequence.concepts.forward_sequence.result_type_expressions"></a><h6>
-<a name="id903190"></a>
+<a name="id787188"></a>
           <a class="link" href="forward_sequence.html#fusion.sequence.concepts.forward_sequence.result_type_expressions">Result
           Type Expressions</a>
         </h6>
@@ -320,7 +320,7 @@
 </tbody>
 </table></div>
 <a name="fusion.sequence.concepts.forward_sequence.expression_semantics"></a><h6>
-<a name="id903503"></a>
+<a name="id787610"></a>
           <a class="link" href="forward_sequence.html#fusion.sequence.concepts.forward_sequence.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -408,7 +408,7 @@
 </tbody>
 </table></div>
 <a name="fusion.sequence.concepts.forward_sequence.invariants"></a><h6>
-<a name="id903839"></a>
+<a name="id788086"></a>
           <a class="link" href="forward_sequence.html#fusion.sequence.concepts.forward_sequence.invariants">Invariants</a>
         </h6>
 <p>
@@ -416,42 +416,71 @@
         </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
-<code class="computeroutput"><span class="special">[</span><a class="link" href="../intrinsic/functions/begin.html" title="begin"><code class="computeroutput"><span class="identifier">begin</span></code></a><span class="special">(</span><span class="identifier">s</span><span class="special">),</span> <a class="link" href="../intrinsic/functions/end.html" title="end"><code class="computeroutput"><span class="identifier">end</span></code></a><span class="special">(</span><span class="identifier">s</span><span class="special">))</span></code> is always a valid range.
- </li>
+ <code class="computeroutput"><span class="special">[</span><a class="link" href="../intrinsic/functions/begin.html" title="begin"><code class="computeroutput"><span class="identifier">begin</span></code></a><span class="special">(</span><span class="identifier">s</span><span class="special">),</span> <a class="link" href="../intrinsic/functions/end.html" title="end"><code class="computeroutput"><span class="identifier">end</span></code></a><span class="special">(</span><span class="identifier">s</span><span class="special">))</span></code> is always a valid range.
+ </li>
 <li class="listitem">
- An <a class="link" href="../../algorithm.html" title="Algorithm">Algorithm</a> that iterates through
- the range <code class="computeroutput"><span class="special">[</span><a class="link" href="../intrinsic/functions/begin.html" title="begin"><code class="computeroutput"><span class="identifier">begin</span></code></a><span class="special">(</span><span class="identifier">s</span><span class="special">),</span> <a class="link" href="../intrinsic/functions/end.html" title="end"><code class="computeroutput"><span class="identifier">end</span></code></a><span class="special">(</span><span class="identifier">s</span><span class="special">))</span></code> will pass through every element of
- <code class="computeroutput"><span class="identifier">s</span></code> exactly once.
- </li>
-<li class="listitem">
-<code class="computeroutput"><a class="link" href="../intrinsic/functions/begin.html" title="begin"><code class="computeroutput"><span class="identifier">begin</span></code></a><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- is identical to <code class="computeroutput"><a class="link" href="../intrinsic/functions/end.html" title="end"><code class="computeroutput"><span class="identifier">end</span></code></a><span class="special">(</span><span class="identifier">s</span><span class="special">))</span></code>
- if and only if <code class="computeroutput"><span class="identifier">s</span></code> is empty.
- </li>
-<li class="listitem">
- Two different iterations through <code class="computeroutput"><span class="identifier">s</span></code>
- will access its elements in the same order.
- </li>
+ An <a class="link" href="../../algorithm.html" title="Algorithm">Algorithm</a> that iterates
+ through the range <code class="computeroutput"><span class="special">[</span><a class="link" href="../intrinsic/functions/begin.html" title="begin"><code class="computeroutput"><span class="identifier">begin</span></code></a><span class="special">(</span><span class="identifier">s</span><span class="special">),</span> <a class="link" href="../intrinsic/functions/end.html" title="end"><code class="computeroutput"><span class="identifier">end</span></code></a><span class="special">(</span><span class="identifier">s</span><span class="special">))</span></code> will pass through every element of
+ <code class="computeroutput"><span class="identifier">s</span></code> exactly once.
+ </li>
+<li class="listitem">
+ <code class="computeroutput"><a class="link" href="../intrinsic/functions/begin.html" title="begin"><code class="computeroutput"><span class="identifier">begin</span></code></a><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
+ is identical to <code class="computeroutput"><a class="link" href="../intrinsic/functions/end.html" title="end"><code class="computeroutput"><span class="identifier">end</span></code></a><span class="special">(</span><span class="identifier">s</span><span class="special">))</span></code>
+ if and only if <code class="computeroutput"><span class="identifier">s</span></code> is
+ empty.
+ </li>
+<li class="listitem">
+ Two different iterations through <code class="computeroutput"><span class="identifier">s</span></code>
+ will access its elements in the same order.
+ </li>
 </ul></div>
 <a name="fusion.sequence.concepts.forward_sequence.models"></a><h6>
-<a name="id904039"></a>
+<a name="id788411"></a>
           <a class="link" href="forward_sequence.html#fusion.sequence.concepts.forward_sequence.models">Models</a>
         </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="../../adapted/std__pair.html" title="std::pair"><code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code></a></li>
-<li class="listitem"><a class="link" href="../../adapted/boost__array.html" title="boost::array"><code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></code></a></li>
-<li class="listitem"><a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a></li>
-<li class="listitem"><a class="link" href="../../container/cons.html" title="cons"><code class="computeroutput"><span class="identifier">cons</span></code></a></li>
-<li class="listitem"><a class="link" href="../../container/list.html" title="list"><code class="computeroutput"><span class="identifier">list</span></code></a></li>
-<li class="listitem"><a class="link" href="../../container/set.html" title="set"><code class="computeroutput"><span class="identifier">set</span></code></a></li>
-<li class="listitem"><a class="link" href="../../container/map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a></li>
-<li class="listitem"><a class="link" href="../../view/single_view.html" title="single_view"><code class="computeroutput"><span class="identifier">single_view</span></code></a></li>
-<li class="listitem"><a class="link" href="../../view/filter_view.html" title="filter_view"><code class="computeroutput"><span class="identifier">filter_view</span></code></a></li>
-<li class="listitem"><a class="link" href="../../view/iterator_range.html" title="iterator_range"><code class="computeroutput"><span class="identifier">iterator_range</span></code></a></li>
-<li class="listitem"><a class="link" href="../../view/joint_view.html" title="joint_view"><code class="computeroutput"><span class="identifier">joint_view</span></code></a></li>
-<li class="listitem"><a class="link" href="../../view/transform_view.html" title="transform_view"><code class="computeroutput"><span class="identifier">transform_view</span></code></a></li>
-<li class="listitem"><a class="link" href="../../view/reverse_view.html" title="reverse_view"><code class="computeroutput"><span class="identifier">reverse_view</span></code></a></li>
-<li class="listitem"><a class="link" href="../../view/zip_view.html" title="zip_view"><code class="computeroutput"><span class="identifier">zip_view</span></code></a></li>
+<li class="listitem">
+ <a class="link" href="../../adapted/std__pair.html" title="std::pair"><code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../adapted/boost__array.html" title="boost::array"><code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../container/cons.html" title="cons"><code class="computeroutput"><span class="identifier">cons</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../container/list.html" title="list"><code class="computeroutput"><span class="identifier">list</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../container/set.html" title="set"><code class="computeroutput"><span class="identifier">set</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../container/map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../view/single_view.html" title="single_view"><code class="computeroutput"><span class="identifier">single_view</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../view/filter_view.html" title="filter_view"><code class="computeroutput"><span class="identifier">filter_view</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../view/iterator_range.html" title="iterator_range"><code class="computeroutput"><span class="identifier">iterator_range</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../view/joint_view.html" title="joint_view"><code class="computeroutput"><span class="identifier">joint_view</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../view/transform_view.html" title="transform_view"><code class="computeroutput"><span class="identifier">transform_view</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../view/reverse_view.html" title="reverse_view"><code class="computeroutput"><span class="identifier">reverse_view</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../view/zip_view.html" title="zip_view"><code class="computeroutput"><span class="identifier">zip_view</span></code></a>
+ </li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/concepts/random_access_sequence.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/concepts/random_access_sequence.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/concepts/random_access_sequence.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Random Access Sequence</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../concepts.html" title="Concepts">
 <link rel="prev" href="bidirectional_sequence.html" title="Bidirectional Sequence">
@@ -28,7 +28,7 @@
         Access Sequence</a>
 </h4></div></div></div>
 <a name="fusion.sequence.concepts.random_access_sequence.description"></a><h6>
-<a name="id906297"></a>
+<a name="id790138"></a>
           <a class="link" href="random_access_sequence.html#fusion.sequence.concepts.random_access_sequence.description">Description</a>
         </h6>
 <p>
@@ -38,7 +38,7 @@
           sequence elements.
         </p>
 <a name="fusion.sequence.concepts.random_access_sequence.refinement_of"></a><h6>
-<a name="id906329"></a>
+<a name="id790189"></a>
           <a class="link" href="random_access_sequence.html#fusion.sequence.concepts.random_access_sequence.refinement_of">Refinement
           of</a>
         </h6>
@@ -73,7 +73,7 @@
 </dl>
 </div>
 <a name="fusion.sequence.concepts.random_access_sequence.valid_expressions"></a><h6>
-<a name="id906463"></a>
+<a name="id790363"></a>
           <a class="link" href="random_access_sequence.html#fusion.sequence.concepts.random_access_sequence.valid_expressions">Valid
           Expressions</a>
         </h6>
@@ -205,7 +205,7 @@
 </tbody>
 </table></div>
 <a name="fusion.sequence.concepts.random_access_sequence.result_type_expressions"></a><h6>
-<a name="id906822"></a>
+<a name="id790838"></a>
           <a class="link" href="random_access_sequence.html#fusion.sequence.concepts.random_access_sequence.result_type_expressions">Result
           Type Expressions</a>
         </h6>
@@ -291,7 +291,7 @@
         </p>
 </div>
 <a name="fusion.sequence.concepts.random_access_sequence.expression_semantics"></a><h6>
-<a name="id907274"></a>
+<a name="id791473"></a>
           <a class="link" href="random_access_sequence.html#fusion.sequence.concepts.random_access_sequence.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -331,26 +331,34 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.sequence.concepts.random_access_sequence.models"></a><h6>
-<a name="id907388"></a>
+<a name="id791635"></a>
           <a class="link" href="random_access_sequence.html#fusion.sequence.concepts.random_access_sequence.models">Models</a>
         </h6>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="../../adapted/std__pair.html" title="std::pair"><code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code></a></li>
-<li class="listitem"><a class="link" href="../../adapted/boost__array.html" title="boost::array"><code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></code></a></li>
-<li class="listitem"><a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a></li>
-<li class="listitem"><a class="link" href="../../view/reverse_view.html" title="reverse_view"><code class="computeroutput"><span class="identifier">reverse_view</span></code></a></li>
 <li class="listitem">
-<a class="link" href="../../view/iterator_range.html" title="iterator_range"><code class="computeroutput"><span class="identifier">iterator_range</span></code></a>
- (where adapted sequence is a Random Access Sequence)
- </li>
+ <a class="link" href="../../adapted/std__pair.html" title="std::pair"><code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code></a>
+ </li>
 <li class="listitem">
-<a class="link" href="../../view/transform_view.html" title="transform_view"><code class="computeroutput"><span class="identifier">transform_view</span></code></a>
- (where adapted sequence is a Random Access Sequence)
- </li>
+ <a class="link" href="../../adapted/boost__array.html" title="boost::array"><code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></code></a>
+ </li>
 <li class="listitem">
-<a class="link" href="../../view/zip_view.html" title="zip_view"><code class="computeroutput"><span class="identifier">zip_view</span></code></a>
- (where adapted sequences are models of Random Access Sequence)
- </li>
+ <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../view/reverse_view.html" title="reverse_view"><code class="computeroutput"><span class="identifier">reverse_view</span></code></a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../../view/iterator_range.html" title="iterator_range"><code class="computeroutput"><span class="identifier">iterator_range</span></code></a>
+ (where adapted sequence is a Random Access Sequence)
+ </li>
+<li class="listitem">
+ <a class="link" href="../../view/transform_view.html" title="transform_view"><code class="computeroutput"><span class="identifier">transform_view</span></code></a>
+ (where adapted sequence is a Random Access Sequence)
+ </li>
+<li class="listitem">
+ <a class="link" href="../../view/zip_view.html" title="zip_view"><code class="computeroutput"><span class="identifier">zip_view</span></code></a>
+ (where adapted sequences are models of Random Access Sequence)
+ </li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Intrinsic</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../sequence.html" title="Sequence">
 <link rel="prev" href="concepts/associative_sequence.html" title="Associative Sequence">
@@ -36,12 +36,10 @@
         counterparts of these functions are usually implemented as member functions.
         Intrinsic functions, unlike <a class="link" href="../algorithm.html" title="Algorithm">Algorithms</a>,
         are not generic across the full <a class="link" href="../sequence.html" title="Sequence">Sequence</a>
- repertoire. They need to be implemented for each Fusion <a class="link" href="../sequence.html" title="Sequence">Sequence</a>
- <sup>[<a name="id909311" href="#ftn.id909311" class="footnote">5</a>]</sup>
- .
+ repertoire. They need to be implemented for each Fusion <a class="link" href="../sequence.html" title="Sequence">Sequence</a><sup>[<a name="id793650" href="#ftn.id793650" class="footnote">5</a>]</sup>.
       </p>
 <a name="fusion.sequence.intrinsic.header"></a><h5>
-<a name="id909323"></a>
+<a name="id793669"></a>
         <a class="link" href="intrinsic.html#fusion.sequence.intrinsic.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
@@ -49,10 +47,10 @@
 </pre>
 <div class="footnotes">
 <br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id909311" href="#id909311" class="para">5</a>] </sup>
- In practice, many of intrinsic functions have default implementations
- that will work in majority of cases
- </p></div>
+<div class="footnote"><p><sup>[<a id="ftn.id793650" href="#id793650" class="para">5</a>] </sup>
+ In practice, many of intrinsic functions have default implementations that
+ will work in majority of cases
+ </p></div>
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Functions</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../intrinsic.html" title="Intrinsic">
 <link rel="prev" href="../intrinsic.html" title="Intrinsic">

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>at</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="size.html" title="size">
@@ -27,14 +27,14 @@
 <a name="fusion.sequence.intrinsic.functions.at"></a><a class="link" href="at.html" title="at">at</a>
 </h5></div></div></div>
 <a name="fusion.sequence.intrinsic.functions.at.description"></a><h6>
-<a name="id916710"></a>
+<a name="id799425"></a>
             <a class="link" href="at.html#fusion.sequence.intrinsic.functions.at.description">Description</a>
           </h6>
 <p>
             Returns the N-th element from the beginning of the sequence.
           </p>
 <a name="fusion.sequence.intrinsic.functions.at.synopsis"></a><h6>
-<a name="id916726"></a>
+<a name="id799454"></a>
             <a class="link" href="at.html#fusion.sequence.intrinsic.functions.at.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">N</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">&gt;</span>
@@ -46,7 +46,7 @@
 <span class="identifier">at</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">);</span>
 </pre>
 <a name="fusion.sequence.intrinsic.functions.at.parameters"></a><h6>
-<a name="id916959"></a>
+<a name="id799783"></a>
             <a class="link" href="at.html#fusion.sequence.intrinsic.functions.at.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -112,7 +112,7 @@
 </tbody>
 </table></div>
 <a name="fusion.sequence.intrinsic.functions.at.expression_semantics"></a><h6>
-<a name="id917091"></a>
+<a name="id799948"></a>
             <a class="link" href="at.html#fusion.sequence.intrinsic.functions.at.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -138,14 +138,14 @@
 <pre class="programlisting"><a class="link" href="../../../iterator/functions/deref.html" title="deref"><code class="computeroutput"><span class="identifier">deref</span></code></a><span class="special">(</span><a class="link" href="../../../iterator/functions/advance.html" title="advance"><code class="computeroutput"><span class="identifier">advance</span></code></a><span class="special">&lt;</span><span class="identifier">N</span><span class="special">&gt;(</span><a class="link" href="begin.html" title="begin"><code class="computeroutput"><span class="identifier">begin</span></code></a><span class="special">(</span><span class="identifier">s</span><span class="special">)))</span>
 </pre>
 <a name="fusion.sequence.intrinsic.functions.at.header"></a><h6>
-<a name="id917301"></a>
+<a name="id800260"></a>
             <a class="link" href="at.html#fusion.sequence.intrinsic.functions.at.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">at</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">at</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.intrinsic.functions.at.example"></a><h6>
-<a name="id917416"></a>
+<a name="id800424"></a>
             <a class="link" href="at.html#fusion.sequence.intrinsic.functions.at.example">Example</a>
           </h6>
 <pre class="programlisting"><a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">&gt;</span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at_c.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at_c.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at_c.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>at_c</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="at.html" title="at">
@@ -27,14 +27,14 @@
 <a name="fusion.sequence.intrinsic.functions.at_c"></a><a class="link" href="at_c.html" title="at_c">at_c</a>
 </h5></div></div></div>
 <a name="fusion.sequence.intrinsic.functions.at_c.description"></a><h6>
-<a name="id917576"></a>
+<a name="id800651"></a>
             <a class="link" href="at_c.html#fusion.sequence.intrinsic.functions.at_c.description">Description</a>
           </h6>
 <p>
             Returns the N-th element from the beginning of the sequence.
           </p>
 <a name="fusion.sequence.intrinsic.functions.at_c.synopsis"></a><h6>
-<a name="id917593"></a>
+<a name="id800681"></a>
             <a class="link" href="at_c.html#fusion.sequence.intrinsic.functions.at_c.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">int</span> <span class="identifier">N</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">&gt;</span>
@@ -46,7 +46,7 @@
 <span class="identifier">at_c</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">);</span>
 </pre>
 <a name="fusion.sequence.intrinsic.functions.at_c.parameters"></a><h6>
-<a name="id917826"></a>
+<a name="id801013"></a>
             <a class="link" href="at_c.html#fusion.sequence.intrinsic.functions.at_c.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -111,7 +111,7 @@
 </tbody>
 </table></div>
 <a name="fusion.sequence.intrinsic.functions.at_c.expression_semantics"></a><h6>
-<a name="id917953"></a>
+<a name="id801171"></a>
             <a class="link" href="at_c.html#fusion.sequence.intrinsic.functions.at_c.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -138,14 +138,14 @@
 <pre class="programlisting"><a class="link" href="../../../iterator/functions/deref.html" title="deref"><code class="computeroutput"><span class="identifier">deref</span></code></a><span class="special">(</span><a class="link" href="../../../iterator/functions/advance.html" title="advance"><code class="computeroutput"><span class="identifier">advance</span></code></a><span class="special">&lt;</span><span class="identifier">N</span><span class="special">&gt;(</span><a class="link" href="begin.html" title="begin"><code class="computeroutput"><span class="identifier">begin</span></code></a><span class="special">(</span><span class="identifier">s</span><span class="special">)))</span>
 </pre>
 <a name="fusion.sequence.intrinsic.functions.at_c.header"></a><h6>
-<a name="id918156"></a>
+<a name="id801474"></a>
             <a class="link" href="at_c.html#fusion.sequence.intrinsic.functions.at_c.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">at_c</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">at_c</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.intrinsic.functions.at_c.example"></a><h6>
-<a name="id918271"></a>
+<a name="id801639"></a>
             <a class="link" href="at_c.html#fusion.sequence.intrinsic.functions.at_c.example">Example</a>
           </h6>
 <pre class="programlisting"><a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">&gt;</span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at_key.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at_key.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at_key.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>at_key</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="has_key.html" title="has_key">
@@ -27,14 +27,14 @@
 <a name="fusion.sequence.intrinsic.functions.at_key"></a><a class="link" href="at_key.html" title="at_key">at_key</a>
 </h5></div></div></div>
 <a name="fusion.sequence.intrinsic.functions.at_key.description"></a><h6>
-<a name="id919035"></a>
+<a name="id802739"></a>
             <a class="link" href="at_key.html#fusion.sequence.intrinsic.functions.at_key.description">Description</a>
           </h6>
 <p>
             Returns the element associated with a Key from the sequence.
           </p>
 <a name="fusion.sequence.intrinsic.functions.at_key.synopsis"></a><h6>
-<a name="id919051"></a>
+<a name="id802768"></a>
             <a class="link" href="at_key.html#fusion.sequence.intrinsic.functions.at_key.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Key</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">&gt;</span>
@@ -46,7 +46,7 @@
 <span class="identifier">at_key</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">);</span>
 </pre>
 <a name="fusion.sequence.intrinsic.functions.at_key.parameters"></a><h6>
-<a name="id919284"></a>
+<a name="id803099"></a>
             <a class="link" href="at_key.html#fusion.sequence.intrinsic.functions.at_key.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -111,7 +111,7 @@
 </tbody>
 </table></div>
 <a name="fusion.sequence.intrinsic.functions.at_key.expression_semantics"></a><h6>
-<a name="id919413"></a>
+<a name="id803257"></a>
             <a class="link" href="at_key.html#fusion.sequence.intrinsic.functions.at_key.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -134,14 +134,14 @@
             with Key.
           </p>
 <a name="fusion.sequence.intrinsic.functions.at_key.header"></a><h6>
-<a name="id919553"></a>
+<a name="id803461"></a>
             <a class="link" href="at_key.html#fusion.sequence.intrinsic.functions.at_key.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">at_key</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">at_key</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.intrinsic.functions.at_key.example"></a><h6>
-<a name="id919668"></a>
+<a name="id803627"></a>
             <a class="link" href="at_key.html#fusion.sequence.intrinsic.functions.at_key.example">Example</a>
           </h6>
 <pre class="programlisting"><a class="link" href="../../../container/set.html" title="set"><code class="computeroutput"><span class="identifier">set</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">,</span> <span class="keyword">bool</span><span class="special">&gt;</span> <span class="identifier">s</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="char">'x'</span><span class="special">,</span> <span class="keyword">true</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/back.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/back.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/back.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>back</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="front.html" title="front">
@@ -27,14 +27,14 @@
 <a name="fusion.sequence.intrinsic.functions.back"></a><a class="link" href="back.html" title="back">back</a>
 </h5></div></div></div>
 <a name="fusion.sequence.intrinsic.functions.back.description"></a><h6>
-<a name="id914817"></a>
+<a name="id797692"></a>
             <a class="link" href="back.html#fusion.sequence.intrinsic.functions.back.description">Description</a>
           </h6>
 <p>
             Returns the last element in the sequence.
           </p>
 <a name="fusion.sequence.intrinsic.functions.back.synopsis"></a><h6>
-<a name="id914834"></a>
+<a name="id797722"></a>
             <a class="link" href="back.html#fusion.sequence.intrinsic.functions.back.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">&gt;</span>
@@ -46,7 +46,7 @@
 <span class="identifier">back</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">);</span>
 </pre>
 <a name="fusion.sequence.intrinsic.functions.back.parameters"></a><h6>
-<a name="id915023"></a>
+<a name="id797996"></a>
             <a class="link" href="back.html#fusion.sequence.intrinsic.functions.back.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -92,7 +92,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.sequence.intrinsic.functions.back.expression_semantics"></a><h6>
-<a name="id915118"></a>
+<a name="id798115"></a>
             <a class="link" href="back.html#fusion.sequence.intrinsic.functions.back.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -115,14 +115,14 @@
             in the sequence.
           </p>
 <a name="fusion.sequence.intrinsic.functions.back.header"></a><h6>
-<a name="id915249"></a>
+<a name="id798310"></a>
             <a class="link" href="back.html#fusion.sequence.intrinsic.functions.back.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">back</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">back</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.intrinsic.functions.back.example"></a><h6>
-<a name="id915364"></a>
+<a name="id798477"></a>
             <a class="link" href="back.html#fusion.sequence.intrinsic.functions.back.example">Example</a>
           </h6>
 <pre class="programlisting"><a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">&gt;</span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/begin.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/begin.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/begin.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>begin</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="../functions.html" title="Functions">
@@ -27,14 +27,14 @@
 <a name="fusion.sequence.intrinsic.functions.begin"></a><a class="link" href="begin.html" title="begin">begin</a>
 </h5></div></div></div>
 <a name="fusion.sequence.intrinsic.functions.begin.description"></a><h6>
-<a name="id909450"></a>
+<a name="id793862"></a>
             <a class="link" href="begin.html#fusion.sequence.intrinsic.functions.begin.description">Description</a>
           </h6>
 <p>
             Returns an iterator pointing to the first element in the sequence.
           </p>
 <a name="fusion.sequence.intrinsic.functions.begin.synopsis"></a><h6>
-<a name="id909467"></a>
+<a name="id793891"></a>
             <a class="link" href="begin.html#fusion.sequence.intrinsic.functions.begin.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">&gt;</span>
@@ -46,7 +46,7 @@
 <span class="identifier">begin</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">);</span>
 </pre>
 <a name="fusion.sequence.intrinsic.functions.begin.parameters"></a><h6>
-<a name="id909657"></a>
+<a name="id794166"></a>
             <a class="link" href="begin.html#fusion.sequence.intrinsic.functions.begin.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -92,7 +92,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.sequence.intrinsic.functions.begin.expression_semantics"></a><h6>
-<a name="id909752"></a>
+<a name="id794286"></a>
             <a class="link" href="begin.html#fusion.sequence.intrinsic.functions.begin.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -103,37 +103,37 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../iterator/concepts/forward_iterator.html" title="Forward Iterator">Forward
- Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- is a <a class="link" href="../../concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a> else, <a class="link" href="../../../iterator/concepts/bidirectional_iterator.html" title="Bidirectional Iterator">Bidirectional
- Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- is a <a class="link" href="../../concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
- Sequence</a> else, <a class="link" href="../../../iterator/concepts/random_access_iterator.html" title="Random Access Iterator">Random
- Access Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- is a <a class="link" href="../../concepts/random_access_sequence.html" title="Random Access Sequence">Random
- Access Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../iterator/concepts/forward_iterator.html" title="Forward Iterator">Forward
+ Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ is a <a class="link" href="../../concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a> else, <a class="link" href="../../../iterator/concepts/bidirectional_iterator.html" title="Bidirectional Iterator">Bidirectional
+ Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ is a <a class="link" href="../../concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
+ Sequence</a> else, <a class="link" href="../../../iterator/concepts/random_access_iterator.html" title="Random Access Iterator">Random
+ Access Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ is a <a class="link" href="../../concepts/random_access_sequence.html" title="Random Access Sequence">Random
+ Access Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../iterator/concepts/associative_iterator.html" title="Associative Iterator">Associative
- Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- is an <a class="link" href="../../concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../iterator/concepts/associative_iterator.html" title="Associative Iterator">Associative
+ Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ is an <a class="link" href="../../concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a>.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns an iterator pointing
             to the first element in the sequence.
           </p>
 <a name="fusion.sequence.intrinsic.functions.begin.header"></a><h6>
-<a name="id909881"></a>
+<a name="id794505"></a>
             <a class="link" href="begin.html#fusion.sequence.intrinsic.functions.begin.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">begin</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">begin</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.intrinsic.functions.begin.example"></a><h6>
-<a name="id909996"></a>
+<a name="id794671"></a>
             <a class="link" href="begin.html#fusion.sequence.intrinsic.functions.begin.example">Example</a>
           </h6>
 <pre class="programlisting"><a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">&gt;</span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/empty.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/empty.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/empty.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>empty</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="end.html" title="end">
@@ -27,7 +27,7 @@
 <a name="fusion.sequence.intrinsic.functions.empty"></a><a class="link" href="empty.html" title="empty">empty</a>
 </h5></div></div></div>
 <a name="fusion.sequence.intrinsic.functions.empty.description"></a><h6>
-<a name="id910845"></a>
+<a name="id795914"></a>
             <a class="link" href="empty.html#fusion.sequence.intrinsic.functions.empty.description">Description</a>
           </h6>
 <p>
@@ -36,7 +36,7 @@
             the sequence is empty, else, evaluates to <code class="computeroutput"><span class="keyword">false</span></code>.
           </p>
 <a name="fusion.sequence.intrinsic.functions.empty.synopsis"></a><h6>
-<a name="id913616"></a>
+<a name="id795979"></a>
             <a class="link" href="empty.html#fusion.sequence.intrinsic.functions.empty.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">&gt;</span>
@@ -44,7 +44,7 @@
 <span class="identifier">empty</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">);</span>
 </pre>
 <a name="fusion.sequence.intrinsic.functions.empty.parameters"></a><h6>
-<a name="id913719"></a>
+<a name="id796131"></a>
             <a class="link" href="empty.html#fusion.sequence.intrinsic.functions.empty.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -90,7 +90,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.sequence.intrinsic.functions.empty.expression_semantics"></a><h6>
-<a name="id913814"></a>
+<a name="id796250"></a>
             <a class="link" href="empty.html#fusion.sequence.intrinsic.functions.empty.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -104,14 +104,14 @@
             to <code class="computeroutput"><span class="keyword">false</span></code>.
           </p>
 <a name="fusion.sequence.intrinsic.functions.empty.header"></a><h6>
-<a name="id913888"></a>
+<a name="id796362"></a>
             <a class="link" href="empty.html#fusion.sequence.intrinsic.functions.empty.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">empty</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">empty</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.intrinsic.functions.empty.example"></a><h6>
-<a name="id914003"></a>
+<a name="id796528"></a>
             <a class="link" href="empty.html#fusion.sequence.intrinsic.functions.empty.example">Example</a>
           </h6>
 <pre class="programlisting"><a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">&gt;</span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/end.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/end.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/end.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>end</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="begin.html" title="begin">
@@ -27,14 +27,14 @@
 <a name="fusion.sequence.intrinsic.functions.end"></a><a class="link" href="end.html" title="end">end</a>
 </h5></div></div></div>
 <a name="fusion.sequence.intrinsic.functions.end.description"></a><h6>
-<a name="id910142"></a>
+<a name="id794882"></a>
             <a class="link" href="end.html#fusion.sequence.intrinsic.functions.end.description">Description</a>
           </h6>
 <p>
             Returns an iterator pointing to one element past the end of the sequence.
           </p>
 <a name="fusion.sequence.intrinsic.functions.end.synopsis"></a><h6>
-<a name="id910158"></a>
+<a name="id794911"></a>
             <a class="link" href="end.html#fusion.sequence.intrinsic.functions.end.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">&gt;</span>
@@ -46,7 +46,7 @@
 <span class="identifier">end</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">);</span>
 </pre>
 <a name="fusion.sequence.intrinsic.functions.end.parameters"></a><h6>
-<a name="id910348"></a>
+<a name="id795183"></a>
             <a class="link" href="end.html#fusion.sequence.intrinsic.functions.end.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -92,7 +92,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.sequence.intrinsic.functions.end.expression_semantics"></a><h6>
-<a name="id910443"></a>
+<a name="id795300"></a>
             <a class="link" href="end.html#fusion.sequence.intrinsic.functions.end.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -103,37 +103,37 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../iterator/concepts/forward_iterator.html" title="Forward Iterator">Forward
- Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- is a <a class="link" href="../../concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a> else, <a class="link" href="../../../iterator/concepts/bidirectional_iterator.html" title="Bidirectional Iterator">Bidirectional
- Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- is a <a class="link" href="../../concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
- Sequence</a> else, <a class="link" href="../../../iterator/concepts/random_access_iterator.html" title="Random Access Iterator">Random
- Access Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- is a <a class="link" href="../../concepts/random_access_sequence.html" title="Random Access Sequence">Random
- Access Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../iterator/concepts/forward_iterator.html" title="Forward Iterator">Forward
+ Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ is a <a class="link" href="../../concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a> else, <a class="link" href="../../../iterator/concepts/bidirectional_iterator.html" title="Bidirectional Iterator">Bidirectional
+ Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ is a <a class="link" href="../../concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
+ Sequence</a> else, <a class="link" href="../../../iterator/concepts/random_access_iterator.html" title="Random Access Iterator">Random
+ Access Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ is a <a class="link" href="../../concepts/random_access_sequence.html" title="Random Access Sequence">Random
+ Access Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../iterator/concepts/associative_iterator.html" title="Associative Iterator">Associative
- Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- is an <a class="link" href="../../concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../iterator/concepts/associative_iterator.html" title="Associative Iterator">Associative
+ Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ is an <a class="link" href="../../concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a>.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns an iterator pointing
             to one element past the end of the sequence.
           </p>
 <a name="fusion.sequence.intrinsic.functions.end.header"></a><h6>
-<a name="id910572"></a>
+<a name="id795520"></a>
             <a class="link" href="end.html#fusion.sequence.intrinsic.functions.end.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">end</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">end</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.intrinsic.functions.end.example"></a><h6>
-<a name="id910688"></a>
+<a name="id795685"></a>
             <a class="link" href="end.html#fusion.sequence.intrinsic.functions.end.example">Example</a>
           </h6>
 <pre class="programlisting"><a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">&gt;</span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/front.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/front.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/front.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>front</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="empty.html" title="empty">
@@ -27,14 +27,14 @@
 <a name="fusion.sequence.intrinsic.functions.front"></a><a class="link" href="front.html" title="front">front</a>
 </h5></div></div></div>
 <a name="fusion.sequence.intrinsic.functions.front.description"></a><h6>
-<a name="id914136"></a>
+<a name="id796719"></a>
             <a class="link" href="front.html#fusion.sequence.intrinsic.functions.front.description">Description</a>
           </h6>
 <p>
             Returns the first element in the sequence.
           </p>
 <a name="fusion.sequence.intrinsic.functions.front.synopsis"></a><h6>
-<a name="id914153"></a>
+<a name="id796747"></a>
             <a class="link" href="front.html#fusion.sequence.intrinsic.functions.front.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">&gt;</span>
@@ -46,7 +46,7 @@
 <span class="identifier">front</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">);</span>
 </pre>
 <a name="fusion.sequence.intrinsic.functions.front.parameters"></a><h6>
-<a name="id914343"></a>
+<a name="id797021"></a>
             <a class="link" href="front.html#fusion.sequence.intrinsic.functions.front.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -92,7 +92,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.sequence.intrinsic.functions.front.expression_semantics"></a><h6>
-<a name="id914438"></a>
+<a name="id797140"></a>
             <a class="link" href="front.html#fusion.sequence.intrinsic.functions.front.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -115,14 +115,14 @@
             in the sequence.
           </p>
 <a name="fusion.sequence.intrinsic.functions.front.header"></a><h6>
-<a name="id914568"></a>
+<a name="id797335"></a>
             <a class="link" href="front.html#fusion.sequence.intrinsic.functions.front.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">front</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">front</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.intrinsic.functions.front.example"></a><h6>
-<a name="id914684"></a>
+<a name="id797502"></a>
             <a class="link" href="front.html#fusion.sequence.intrinsic.functions.front.example">Example</a>
           </h6>
 <pre class="programlisting"><a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">&gt;</span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/has_key.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/has_key.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/has_key.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_key</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="at_c.html" title="at_c">
@@ -27,7 +27,7 @@
 <a name="fusion.sequence.intrinsic.functions.has_key"></a><a class="link" href="has_key.html" title="has_key">has_key</a>
 </h5></div></div></div>
 <a name="fusion.sequence.intrinsic.functions.has_key.description"></a><h6>
-<a name="id918411"></a>
+<a name="id801841"></a>
             <a class="link" href="has_key.html#fusion.sequence.intrinsic.functions.has_key.description">Description</a>
           </h6>
 <p>
@@ -37,7 +37,7 @@
             to <code class="computeroutput"><span class="keyword">false</span></code>.
           </p>
 <a name="fusion.sequence.intrinsic.functions.has_key.synopsis"></a><h6>
-<a name="id918450"></a>
+<a name="id801908"></a>
             <a class="link" href="has_key.html#fusion.sequence.intrinsic.functions.has_key.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Key</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">&gt;</span>
@@ -45,7 +45,7 @@
 <span class="identifier">has_key</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">);</span>
 </pre>
 <a name="fusion.sequence.intrinsic.functions.has_key.parameters"></a><h6>
-<a name="id918574"></a>
+<a name="id802089"></a>
             <a class="link" href="has_key.html#fusion.sequence.intrinsic.functions.has_key.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -110,7 +110,7 @@
 </tbody>
 </table></div>
 <a name="fusion.sequence.intrinsic.functions.has_key.expression_semantics"></a><h6>
-<a name="id918701"></a>
+<a name="id802248"></a>
             <a class="link" href="has_key.html#fusion.sequence.intrinsic.functions.has_key.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -124,14 +124,14 @@
             associated with Key, else, evaluates to <code class="computeroutput"><span class="keyword">false</span></code>.
           </p>
 <a name="fusion.sequence.intrinsic.functions.has_key.header"></a><h6>
-<a name="id918779"></a>
+<a name="id802369"></a>
             <a class="link" href="has_key.html#fusion.sequence.intrinsic.functions.has_key.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">has_key</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">has_key</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.intrinsic.functions.has_key.example"></a><h6>
-<a name="id918894"></a>
+<a name="id802536"></a>
             <a class="link" href="has_key.html#fusion.sequence.intrinsic.functions.has_key.example">Example</a>
           </h6>
 <pre class="programlisting"><a class="link" href="../../../container/set.html" title="set"><code class="computeroutput"><span class="identifier">set</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">,</span> <span class="keyword">bool</span><span class="special">&gt;</span> <span class="identifier">s</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="char">'x'</span><span class="special">,</span> <span class="keyword">true</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/size.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/size.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/size.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>size</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="back.html" title="back">
@@ -27,7 +27,7 @@
 <a name="fusion.sequence.intrinsic.functions.size"></a><a class="link" href="size.html" title="size">size</a>
 </h5></div></div></div>
 <a name="fusion.sequence.intrinsic.functions.size.description"></a><h6>
-<a name="id915497"></a>
+<a name="id798669"></a>
             <a class="link" href="size.html#fusion.sequence.intrinsic.functions.size.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             that evaluates the number of elements in the sequence.
           </p>
 <a name="fusion.sequence.intrinsic.functions.size.synopsis"></a><h6>
-<a name="id915521"></a>
+<a name="id798711"></a>
             <a class="link" href="size.html#fusion.sequence.intrinsic.functions.size.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">&gt;</span>
@@ -43,7 +43,7 @@
 <span class="identifier">size</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">);</span>
 </pre>
 <a name="fusion.sequence.intrinsic.functions.size.parameters"></a><h6>
-<a name="id915624"></a>
+<a name="id798864"></a>
             <a class="link" href="size.html#fusion.sequence.intrinsic.functions.size.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -89,7 +89,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.sequence.intrinsic.functions.size.expression_semantics"></a><h6>
-<a name="id915719"></a>
+<a name="id798983"></a>
             <a class="link" href="size.html#fusion.sequence.intrinsic.functions.size.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -103,14 +103,14 @@
             in the sequence.
           </p>
 <a name="fusion.sequence.intrinsic.functions.size.header"></a><h6>
-<a name="id915778"></a>
+<a name="id799069"></a>
             <a class="link" href="size.html#fusion.sequence.intrinsic.functions.size.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">size</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">size</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.intrinsic.functions.size.example"></a><h6>
-<a name="id916576"></a>
+<a name="id799235"></a>
             <a class="link" href="size.html#fusion.sequence.intrinsic.functions.size.example">Example</a>
           </h6>
 <pre class="programlisting"><a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">&gt;</span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/swap.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/swap.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/swap.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>swap</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../functions.html" title="Functions">
 <link rel="prev" href="at_key.html" title="at_key">
@@ -27,21 +27,21 @@
 <a name="fusion.sequence.intrinsic.functions.swap"></a><a class="link" href="swap.html" title="swap">swap</a>
 </h5></div></div></div>
 <a name="fusion.sequence.intrinsic.functions.swap.description"></a><h6>
-<a name="id919809"></a>
+<a name="id803831"></a>
             <a class="link" href="swap.html#fusion.sequence.intrinsic.functions.swap.description">Description</a>
           </h6>
 <p>
             Performs an element by element swap of the elements in 2 sequences.
           </p>
 <a name="fusion.sequence.intrinsic.functions.swap.synopsis"></a><h6>
-<a name="id919825"></a>
+<a name="id803861"></a>
             <a class="link" href="swap.html#fusion.sequence.intrinsic.functions.swap.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Seq1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Seq2</span><span class="special">&gt;</span>
 <span class="keyword">void</span> <span class="identifier">swap</span><span class="special">(</span><span class="identifier">Seq1</span><span class="special">&amp;</span> <span class="identifier">seq1</span><span class="special">,</span> <span class="identifier">Seq2</span><span class="special">&amp;</span> <span class="identifier">seq2</span><span class="special">);</span>
 </pre>
 <a name="fusion.sequence.intrinsic.functions.swap.parameters"></a><h6>
-<a name="id919921"></a>
+<a name="id804000"></a>
             <a class="link" href="swap.html#fusion.sequence.intrinsic.functions.swap.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -87,7 +87,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.sequence.intrinsic.functions.swap.expression_semantics"></a><h6>
-<a name="id920023"></a>
+<a name="id804131"></a>
             <a class="link" href="swap.html#fusion.sequence.intrinsic.functions.swap.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -106,7 +106,7 @@
             /sequence/intrinsic/swap.hpp&gt;
           </p>
 <a name="fusion.sequence.intrinsic.functions.swap.example"></a><h6>
-<a name="id920191"></a>
+<a name="id804378"></a>
             <a class="link" href="swap.html#fusion.sequence.intrinsic.functions.swap.example">Example</a>
           </h6>
 <pre class="programlisting"><a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">&gt;</span> <span class="identifier">v1</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="string">"hello"</span><span class="special">),</span> <span class="identifier">v2</span><span class="special">(</span><span class="number">2</span><span class="special">,</span> <span class="string">"world"</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Metafunctions</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../intrinsic.html" title="Intrinsic">
 <link rel="prev" href="functions/swap.html" title="swap">

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>at</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="size.html" title="size">
@@ -27,16 +27,14 @@
 <a name="fusion.sequence.intrinsic.metafunctions.at"></a><a class="link" href="at.html" title="at">at</a>
 </h5></div></div></div>
 <a name="fusion.sequence.intrinsic.metafunctions.at.description"></a><h6>
-<a name="id925725"></a>
+<a name="id809842"></a>
             <a class="link" href="at.html#fusion.sequence.intrinsic.metafunctions.at.description">Description</a>
           </h6>
 <p>
- Returns the result type of <a class="link" href="../functions/at.html" title="at"><code class="computeroutput"><span class="identifier">at</span></code></a>
- <sup>[<a name="id925746" href="#ftn.id925746" class="footnote">6</a>]</sup>
- .
+ Returns the result type of <a class="link" href="../functions/at.html" title="at"><code class="computeroutput"><span class="identifier">at</span></code></a><sup>[<a name="id809879" href="#ftn.id809879" class="footnote">6</a>]</sup>.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.at.synopsis"></a><h6>
-<a name="id925816"></a>
+<a name="id809997"></a>
             <a class="link" href="at.html#fusion.sequence.intrinsic.metafunctions.at.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -48,7 +46,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id925900"></a><p class="title"><b>Table&#160;1.29.&#160;Parameters</b></p>
+<a name="id810111"></a><p class="title"><b>Table&#160;1.29.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -113,7 +111,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.sequence.intrinsic.metafunctions.at.expression_semantics"></a><h6>
-<a name="id926028"></a>
+<a name="id810263"></a>
             <a class="link" href="at.html#fusion.sequence.intrinsic.metafunctions.at.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -127,14 +125,14 @@
             using <a class="link" href="../functions/at.html" title="at"><code class="computeroutput"><span class="identifier">at</span></code></a> to access the <code class="computeroutput"><span class="identifier">N</span></code>th element of <code class="computeroutput"><span class="identifier">Seq</span></code>.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.at.header"></a><h6>
-<a name="id926123"></a>
+<a name="id810406"></a>
             <a class="link" href="at.html#fusion.sequence.intrinsic.metafunctions.at.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">at</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">at</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.intrinsic.metafunctions.at.example"></a><h6>
-<a name="id926238"></a>
+<a name="id810571"></a>
             <a class="link" href="at.html#fusion.sequence.intrinsic.metafunctions.at.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">char</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">;</span>
@@ -142,12 +140,12 @@
 </pre>
 <div class="footnotes">
 <br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id925746" href="#id925746" class="para">6</a>] </sup>
- <a class="link" href="at.html" title="at"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">at</span></code></a> reflects the actual return
- type of the function <a class="link" href="../functions/at.html" title="at"><code class="computeroutput"><span class="identifier">at</span></code></a>. <a class="link" href="../../../sequence.html" title="Sequence">Sequence</a>(s)
- typically return references to its elements via the <a class="link" href="../functions/at.html" title="at"><code class="computeroutput"><span class="identifier">at</span></code></a> function. If you want
- to get the actual element type, use <a class="link" href="value_at.html" title="value_at"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">value_at</span></code></a>
- </p></div>
+<div class="footnote"><p><sup>[<a id="ftn.id809879" href="#id809879" class="para">6</a>] </sup>
+ <a class="link" href="at.html" title="at"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">at</span></code></a> reflects the actual return
+ type of the function <a class="link" href="../functions/at.html" title="at"><code class="computeroutput"><span class="identifier">at</span></code></a>. <a class="link" href="../../../sequence.html" title="Sequence">Sequence</a>(s)
+ typically return references to its elements via the <a class="link" href="../functions/at.html" title="at"><code class="computeroutput"><span class="identifier">at</span></code></a> function. If you want to
+ get the actual element type, use <a class="link" href="value_at.html" title="value_at"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">value_at</span></code></a>
+ </p></div>
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at_c.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at_c.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at_c.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>at_c</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="at.html" title="at">
@@ -27,16 +27,14 @@
 <a name="fusion.sequence.intrinsic.metafunctions.at_c"></a><a class="link" href="at_c.html" title="at_c">at_c</a>
 </h5></div></div></div>
 <a name="fusion.sequence.intrinsic.metafunctions.at_c.description"></a><h6>
-<a name="id926416"></a>
+<a name="id810828"></a>
             <a class="link" href="at_c.html#fusion.sequence.intrinsic.metafunctions.at_c.description">Description</a>
           </h6>
 <p>
- Returns the result type of <a class="link" href="../functions/at_c.html" title="at_c"><code class="computeroutput"><span class="identifier">at_c</span></code></a>
- <sup>[<a name="id926440" href="#ftn.id926440" class="footnote">7</a>]</sup>
- .
+ Returns the result type of <a class="link" href="../functions/at_c.html" title="at_c"><code class="computeroutput"><span class="identifier">at_c</span></code></a><sup>[<a name="id810864" href="#ftn.id810864" class="footnote">7</a>]</sup>.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.at_c.synopsis"></a><h6>
-<a name="id926509"></a>
+<a name="id810985"></a>
             <a class="link" href="at_c.html#fusion.sequence.intrinsic.metafunctions.at_c.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -48,7 +46,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id926593"></a><p class="title"><b>Table&#160;1.30.&#160;Parameters</b></p>
+<a name="id811100"></a><p class="title"><b>Table&#160;1.30.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -112,7 +110,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.sequence.intrinsic.metafunctions.at_c.expression_semantics"></a><h6>
-<a name="id926715"></a>
+<a name="id811246"></a>
             <a class="link" href="at_c.html#fusion.sequence.intrinsic.metafunctions.at_c.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -126,14 +124,14 @@
             using <a class="link" href="../functions/at_c.html" title="at_c"><code class="computeroutput"><span class="identifier">at_c</span></code></a> to access the <code class="computeroutput"><span class="identifier">M</span></code>th element of <code class="computeroutput"><span class="identifier">Seq</span></code>.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.at_c.header"></a><h6>
-<a name="id926807"></a>
+<a name="id811389"></a>
             <a class="link" href="at_c.html#fusion.sequence.intrinsic.metafunctions.at_c.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">at</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">at</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.intrinsic.metafunctions.at_c.example"></a><h6>
-<a name="id926922"></a>
+<a name="id811556"></a>
             <a class="link" href="at_c.html#fusion.sequence.intrinsic.metafunctions.at_c.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">char</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">;</span>
@@ -141,12 +139,12 @@
 </pre>
 <div class="footnotes">
 <br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id926440" href="#id926440" class="para">7</a>] </sup>
- <a class="link" href="at_c.html" title="at_c"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">at_c</span></code></a> reflects the actual
- return type of the function <a class="link" href="../functions/at_c.html" title="at_c"><code class="computeroutput"><span class="identifier">at_c</span></code></a>. <a class="link" href="../../../sequence.html" title="Sequence">Sequence</a>(s)
- typically return references to its elements via the <a class="link" href="../functions/at_c.html" title="at_c"><code class="computeroutput"><span class="identifier">at_c</span></code></a> function. If you want
- to get the actual element type, use <a class="link" href="value_at_c.html" title="value_at_c"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">value_at_c</span></code></a>
- </p></div>
+<div class="footnote"><p><sup>[<a id="ftn.id810864" href="#id810864" class="para">7</a>] </sup>
+ <a class="link" href="at_c.html" title="at_c"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">at_c</span></code></a> reflects the actual return
+ type of the function <a class="link" href="../functions/at_c.html" title="at_c"><code class="computeroutput"><span class="identifier">at_c</span></code></a>. <a class="link" href="../../../sequence.html" title="Sequence">Sequence</a>(s)
+ typically return references to its elements via the <a class="link" href="../functions/at_c.html" title="at_c"><code class="computeroutput"><span class="identifier">at_c</span></code></a> function. If you want
+ to get the actual element type, use <a class="link" href="value_at_c.html" title="value_at_c"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">value_at_c</span></code></a>
+ </p></div>
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at_key.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at_key.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at_key.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>at_key</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="has_key.html" title="has_key">
@@ -27,16 +27,14 @@
 <a name="fusion.sequence.intrinsic.metafunctions.at_key"></a><a class="link" href="at_key.html" title="at_key">at_key</a>
 </h5></div></div></div>
 <a name="fusion.sequence.intrinsic.metafunctions.at_key.description"></a><h6>
-<a name="id930765"></a>
+<a name="id814440"></a>
             <a class="link" href="at_key.html#fusion.sequence.intrinsic.metafunctions.at_key.description">Description</a>
           </h6>
 <p>
- Returns the result type of <a class="link" href="../functions/at_key.html" title="at_key"><code class="computeroutput"><span class="identifier">at_key</span></code></a>
- <sup>[<a name="id930789" href="#ftn.id930789" class="footnote">8</a>]</sup>
- .
+ Returns the result type of <a class="link" href="../functions/at_key.html" title="at_key"><code class="computeroutput"><span class="identifier">at_key</span></code></a><sup>[<a name="id814477" href="#ftn.id814477" class="footnote">8</a>]</sup>.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.at_key.synopsis"></a><h6>
-<a name="id930859"></a>
+<a name="id814594"></a>
             <a class="link" href="at_key.html#fusion.sequence.intrinsic.metafunctions.at_key.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -48,7 +46,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id930943"></a><p class="title"><b>Table&#160;1.34.&#160;Parameters</b></p>
+<a name="id814710"></a><p class="title"><b>Table&#160;1.34.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -112,7 +110,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.sequence.intrinsic.metafunctions.at_key.expression_semantics"></a><h6>
-<a name="id931132"></a>
+<a name="id814856"></a>
             <a class="link" href="at_key.html#fusion.sequence.intrinsic.metafunctions.at_key.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -128,14 +126,14 @@
             <code class="computeroutput"><span class="identifier">Seq</span></code>.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.at_key.header"></a><h6>
-<a name="id931224"></a>
+<a name="id814999"></a>
             <a class="link" href="at_key.html#fusion.sequence.intrinsic.metafunctions.at_key.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">at_key</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">at_key</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.intrinsic.metafunctions.at_key.example"></a><h6>
-<a name="id931339"></a>
+<a name="id815164"></a>
             <a class="link" href="at_key.html#fusion.sequence.intrinsic.metafunctions.at_key.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../../container/map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a><span class="special">&lt;</span><a class="link" href="../../../support/pair.html" title="pair"><code class="computeroutput"><span class="identifier">pair</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">&gt;,</span> <a class="link" href="../../../support/pair.html" title="pair"><code class="computeroutput"><span class="identifier">pair</span></code></a><span class="special">&lt;</span><span class="keyword">char</span><span class="special">,</span> <span class="keyword">char</span><span class="special">&gt;,</span> <a class="link" href="../../../support/pair.html" title="pair"><code class="computeroutput"><span class="identifier">pair</span></code></a><span class="special">&lt;</span><span c
lass="keyword">double</span><span class="special">,</span> <span class="keyword">char</span><span class="special">&gt;</span> <span class="special">&gt;</span> <span class="identifier">mymap</span><span class="special">;</span>
@@ -143,12 +141,12 @@
 </pre>
 <div class="footnotes">
 <br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id930789" href="#id930789" class="para">8</a>] </sup>
- <a class="link" href="at_key.html" title="at_key"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">at_key</span></code></a> reflects the actual
- return type of the function <a class="link" href="../functions/at_key.html" title="at_key"><code class="computeroutput"><span class="identifier">at_key</span></code></a>. <span class="underline">_sequence</span>_s
- typically return references to its elements via the <a class="link" href="../functions/at_key.html" title="at_key"><code class="computeroutput"><span class="identifier">at_key</span></code></a> function. If you
- want to get the actual element type, use <a class="link" href="value_at_key.html" title="value_at_key"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">value_at_key</span></code></a>
- </p></div>
+<div class="footnote"><p><sup>[<a id="ftn.id814477" href="#id814477" class="para">8</a>] </sup>
+ <a class="link" href="at_key.html" title="at_key"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">at_key</span></code></a> reflects the actual
+ return type of the function <a class="link" href="../functions/at_key.html" title="at_key"><code class="computeroutput"><span class="identifier">at_key</span></code></a>. <span class="underline">_sequence</span>_s
+ typically return references to its elements via the <a class="link" href="../functions/at_key.html" title="at_key"><code class="computeroutput"><span class="identifier">at_key</span></code></a> function. If you want
+ to get the actual element type, use <a class="link" href="value_at_key.html" title="value_at_key"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">value_at_key</span></code></a>
+ </p></div>
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/back.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/back.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/back.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>back</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="front.html" title="front">
@@ -27,14 +27,14 @@
 <a name="fusion.sequence.intrinsic.metafunctions.back"></a><a class="link" href="back.html" title="back">back</a>
 </h5></div></div></div>
 <a name="fusion.sequence.intrinsic.metafunctions.back.description"></a><h6>
-<a name="id924066"></a>
+<a name="id808248"></a>
             <a class="link" href="back.html#fusion.sequence.intrinsic.metafunctions.back.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/back.html" title="back"><code class="computeroutput"><span class="identifier">back</span></code></a>.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.back.synopsis"></a><h6>
-<a name="id924094"></a>
+<a name="id808295"></a>
             <a class="link" href="back.html#fusion.sequence.intrinsic.metafunctions.back.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Seq</span><span class="special">&gt;</span>
@@ -44,7 +44,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id924164"></a><p class="title"><b>Table&#160;1.27.&#160;Parameters</b></p>
+<a name="id808392"></a><p class="title"><b>Table&#160;1.27.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -89,7 +89,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.sequence.intrinsic.metafunctions.back.expression_semantics"></a><h6>
-<a name="id924252"></a>
+<a name="id808497"></a>
             <a class="link" href="back.html#fusion.sequence.intrinsic.metafunctions.back.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -103,14 +103,14 @@
             an iterator to the last element in the sequence. Equivalent to <code class="computeroutput"><a class="link" href="../../../iterator/metafunctions/deref.html" title="deref"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">deref</span></code></a><span class="special">&lt;</span><a class="link" href="../../../iterator/metafunctions/prior.html" title="prior"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">prior</span></code></a><span class="special">&lt;</span><a class="link" href="end.html" title="end"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">end</span></code></a><span class="special">&lt;</span><span class="identifier">Seq</span><span class="special">&gt;::</span><span class="identifier">type</span><span class="special">&gt;::</span><span class="identifier">type
</span><span class="special">&gt;::</span><span class="identifier">type</span></code>.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.back.header"></a><h6>
-<a name="id924945"></a>
+<a name="id808722"></a>
             <a class="link" href="back.html#fusion.sequence.intrinsic.metafunctions.back.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">back</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">back</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.intrinsic.metafunctions.back.example"></a><h6>
-<a name="id925060"></a>
+<a name="id808887"></a>
             <a class="link" href="back.html#fusion.sequence.intrinsic.metafunctions.back.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">char</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/begin.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/begin.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/begin.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>begin</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="../metafunctions.html" title="Metafunctions">
@@ -27,14 +27,14 @@
 <a name="fusion.sequence.intrinsic.metafunctions.begin"></a><a class="link" href="begin.html" title="begin">begin</a>
 </h5></div></div></div>
 <a name="fusion.sequence.intrinsic.metafunctions.begin.description"></a><h6>
-<a name="id920431"></a>
+<a name="id804725"></a>
             <a class="link" href="begin.html#fusion.sequence.intrinsic.metafunctions.begin.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/begin.html" title="begin"><code class="computeroutput"><span class="identifier">begin</span></code></a>.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.begin.synopsis"></a><h6>
-<a name="id920460"></a>
+<a name="id804772"></a>
             <a class="link" href="begin.html#fusion.sequence.intrinsic.metafunctions.begin.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Seq</span><span class="special">&gt;</span>
@@ -44,7 +44,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id920530"></a><p class="title"><b>Table&#160;1.23.&#160;Parameters</b></p>
+<a name="id804869"></a><p class="title"><b>Table&#160;1.23.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -89,7 +89,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.sequence.intrinsic.metafunctions.begin.expression_semantics"></a><h6>
-<a name="id920617"></a>
+<a name="id804975"></a>
             <a class="link" href="begin.html#fusion.sequence.intrinsic.metafunctions.begin.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -100,37 +100,37 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../iterator/concepts/forward_iterator.html" title="Forward Iterator">Forward
- Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- is a <a class="link" href="../../concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a> else, <a class="link" href="../../../iterator/concepts/bidirectional_iterator.html" title="Bidirectional Iterator">Bidirectional
- Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- is a <a class="link" href="../../concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
- Sequence</a> else, <a class="link" href="../../../iterator/concepts/random_access_iterator.html" title="Random Access Iterator">Random
- Access Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- is a <a class="link" href="../../concepts/random_access_sequence.html" title="Random Access Sequence">Random
- Access Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../iterator/concepts/forward_iterator.html" title="Forward Iterator">Forward
+ Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ is a <a class="link" href="../../concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a> else, <a class="link" href="../../../iterator/concepts/bidirectional_iterator.html" title="Bidirectional Iterator">Bidirectional
+ Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ is a <a class="link" href="../../concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
+ Sequence</a> else, <a class="link" href="../../../iterator/concepts/random_access_iterator.html" title="Random Access Iterator">Random
+ Access Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ is a <a class="link" href="../../concepts/random_access_sequence.html" title="Random Access Sequence">Random
+ Access Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../iterator/concepts/associative_iterator.html" title="Associative Iterator">Associative
- Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- is an <a class="link" href="../../concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../iterator/concepts/associative_iterator.html" title="Associative Iterator">Associative
+ Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ is an <a class="link" href="../../concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a>.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns the type of an iterator
             to the first element of <code class="computeroutput"><span class="identifier">Seq</span></code>.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.begin.header"></a><h6>
-<a name="id920763"></a>
+<a name="id805220"></a>
             <a class="link" href="begin.html#fusion.sequence.intrinsic.metafunctions.begin.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">begin</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">begin</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.intrinsic.metafunctions.begin.example"></a><h6>
-<a name="id922107"></a>
+<a name="id805386"></a>
             <a class="link" href="begin.html#fusion.sequence.intrinsic.metafunctions.begin.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/empty.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/empty.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/empty.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>empty</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="end.html" title="end">
@@ -27,14 +27,14 @@
 <a name="fusion.sequence.intrinsic.metafunctions.empty"></a><a class="link" href="empty.html" title="empty">empty</a>
 </h5></div></div></div>
 <a name="fusion.sequence.intrinsic.metafunctions.empty.description"></a><h6>
-<a name="id922926"></a>
+<a name="id806605"></a>
             <a class="link" href="empty.html#fusion.sequence.intrinsic.metafunctions.empty.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/empty.html" title="empty"><code class="computeroutput"><span class="identifier">empty</span></code></a>.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.empty.synopsis"></a><h6>
-<a name="id922954"></a>
+<a name="id806653"></a>
             <a class="link" href="empty.html#fusion.sequence.intrinsic.metafunctions.empty.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Seq</span><span class="special">&gt;</span>
@@ -44,7 +44,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id923024"></a><p class="title"><b>Table&#160;1.25.&#160;Parameters</b></p>
+<a name="id806750"></a><p class="title"><b>Table&#160;1.25.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -89,7 +89,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.sequence.intrinsic.metafunctions.empty.expression_semantics"></a><h6>
-<a name="id923112"></a>
+<a name="id806857"></a>
             <a class="link" href="empty.html#fusion.sequence.intrinsic.metafunctions.empty.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -105,14 +105,14 @@
             <code class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">false_</span></code> otherwise.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.empty.header"></a><h6>
-<a name="id923212"></a>
+<a name="id807009"></a>
             <a class="link" href="empty.html#fusion.sequence.intrinsic.metafunctions.empty.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">empty</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">empty</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.intrinsic.metafunctions.empty.example"></a><h6>
-<a name="id923328"></a>
+<a name="id807175"></a>
             <a class="link" href="empty.html#fusion.sequence.intrinsic.metafunctions.empty.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;&gt;</span> <span class="identifier">empty_vec</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/end.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/end.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/end.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>end</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="begin.html" title="begin">
@@ -27,14 +27,14 @@
 <a name="fusion.sequence.intrinsic.metafunctions.end"></a><a class="link" href="end.html" title="end">end</a>
 </h5></div></div></div>
 <a name="fusion.sequence.intrinsic.metafunctions.end.description"></a><h6>
-<a name="id922278"></a>
+<a name="id805640"></a>
             <a class="link" href="end.html#fusion.sequence.intrinsic.metafunctions.end.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/end.html" title="end"><code class="computeroutput"><span class="identifier">end</span></code></a>.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.end.synopsis"></a><h6>
-<a name="id922304"></a>
+<a name="id805686"></a>
             <a class="link" href="end.html#fusion.sequence.intrinsic.metafunctions.end.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Seq</span><span class="special">&gt;</span>
@@ -44,7 +44,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id922374"></a><p class="title"><b>Table&#160;1.24.&#160;Parameters</b></p>
+<a name="id805783"></a><p class="title"><b>Table&#160;1.24.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -89,7 +89,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.sequence.intrinsic.metafunctions.end.expression_semantics"></a><h6>
-<a name="id922461"></a>
+<a name="id805889"></a>
             <a class="link" href="end.html#fusion.sequence.intrinsic.metafunctions.end.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -100,37 +100,37 @@
           </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../../../iterator/concepts/forward_iterator.html" title="Forward Iterator">Forward
- Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- is a <a class="link" href="../../concepts/forward_sequence.html" title="Forward Sequence">Forward
- Sequence</a> else, <a class="link" href="../../../iterator/concepts/bidirectional_iterator.html" title="Bidirectional Iterator">Bidirectional
- Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- is a <a class="link" href="../../concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
- Sequence</a> else, <a class="link" href="../../../iterator/concepts/random_access_iterator.html" title="Random Access Iterator">Random
- Access Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- is a <a class="link" href="../../concepts/random_access_sequence.html" title="Random Access Sequence">Random
- Access Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../iterator/concepts/forward_iterator.html" title="Forward Iterator">Forward
+ Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ is a <a class="link" href="../../concepts/forward_sequence.html" title="Forward Sequence">Forward
+ Sequence</a> else, <a class="link" href="../../../iterator/concepts/bidirectional_iterator.html" title="Bidirectional Iterator">Bidirectional
+ Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ is a <a class="link" href="../../concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
+ Sequence</a> else, <a class="link" href="../../../iterator/concepts/random_access_iterator.html" title="Random Access Iterator">Random
+ Access Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ is a <a class="link" href="../../concepts/random_access_sequence.html" title="Random Access Sequence">Random
+ Access Sequence</a>.
+ </li>
 <li class="listitem">
- A model of <a class="link" href="../../../iterator/concepts/associative_iterator.html" title="Associative Iterator">Associative
- Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
- is an <a class="link" href="../../concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a>.
- </li>
+ A model of <a class="link" href="../../../iterator/concepts/associative_iterator.html" title="Associative Iterator">Associative
+ Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ is an <a class="link" href="../../concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a>.
+ </li>
 </ul></div>
 <p>
             <span class="bold"><strong>Semantics</strong></span>: Returns the type of an iterator
             one past the end of <code class="computeroutput"><span class="identifier">Seq</span></code>.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.end.header"></a><h6>
-<a name="id922606"></a>
+<a name="id806134"></a>
             <a class="link" href="end.html#fusion.sequence.intrinsic.metafunctions.end.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">end</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">end</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.intrinsic.metafunctions.end.example"></a><h6>
-<a name="id922722"></a>
+<a name="id806300"></a>
             <a class="link" href="end.html#fusion.sequence.intrinsic.metafunctions.end.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/front.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/front.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/front.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>front</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="empty.html" title="empty">
@@ -27,14 +27,14 @@
 <a name="fusion.sequence.intrinsic.metafunctions.front"></a><a class="link" href="front.html" title="front">front</a>
 </h5></div></div></div>
 <a name="fusion.sequence.intrinsic.metafunctions.front.description"></a><h6>
-<a name="id923502"></a>
+<a name="id807434"></a>
             <a class="link" href="front.html#fusion.sequence.intrinsic.metafunctions.front.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/front.html" title="front"><code class="computeroutput"><span class="identifier">front</span></code></a>.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.front.synopsis"></a><h6>
-<a name="id923530"></a>
+<a name="id807482"></a>
             <a class="link" href="front.html#fusion.sequence.intrinsic.metafunctions.front.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Seq</span><span class="special">&gt;</span>
@@ -44,7 +44,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id923600"></a><p class="title"><b>Table&#160;1.26.&#160;Parameters</b></p>
+<a name="id807579"></a><p class="title"><b>Table&#160;1.26.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -89,7 +89,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.sequence.intrinsic.metafunctions.front.expression_semantics"></a><h6>
-<a name="id923688"></a>
+<a name="id807686"></a>
             <a class="link" href="front.html#fusion.sequence.intrinsic.metafunctions.front.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -104,14 +104,14 @@
             Equivalent to <code class="computeroutput"><a class="link" href="../../../iterator/metafunctions/deref.html" title="deref"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">deref</span></code></a><span class="special">&lt;</span><a class="link" href="begin.html" title="begin"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin</span></code></a><span class="special">&lt;</span><span class="identifier">Seq</span><span class="special">&gt;::</span><span class="identifier">type</span><span class="special">&gt;::</span><span class="identifier">type</span></code>.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.front.header"></a><h6>
-<a name="id923815"></a>
+<a name="id807882"></a>
             <a class="link" href="front.html#fusion.sequence.intrinsic.metafunctions.front.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">front</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">front</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.intrinsic.metafunctions.front.example"></a><h6>
-<a name="id923930"></a>
+<a name="id808048"></a>
             <a class="link" href="front.html#fusion.sequence.intrinsic.metafunctions.front.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">char</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/has_key.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/has_key.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/has_key.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>has_key</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="value_at_c.html" title="value_at_c">
@@ -27,14 +27,14 @@
 <a name="fusion.sequence.intrinsic.metafunctions.has_key"></a><a class="link" href="has_key.html" title="has_key">has_key</a>
 </h5></div></div></div>
 <a name="fusion.sequence.intrinsic.metafunctions.has_key.description"></a><h6>
-<a name="id930063"></a>
+<a name="id813448"></a>
             <a class="link" href="has_key.html#fusion.sequence.intrinsic.metafunctions.has_key.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/has_key.html" title="has_key"><code class="computeroutput"><span class="identifier">has_key</span></code></a>.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.has_key.synopsis"></a><h6>
-<a name="id930094"></a>
+<a name="id813495"></a>
             <a class="link" href="has_key.html#fusion.sequence.intrinsic.metafunctions.has_key.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id930181"></a><p class="title"><b>Table&#160;1.33.&#160;Parameters</b></p>
+<a name="id813611"></a><p class="title"><b>Table&#160;1.33.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -110,7 +110,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.sequence.intrinsic.metafunctions.has_key.expression_semantics"></a><h6>
-<a name="id930301"></a>
+<a name="id813756"></a>
             <a class="link" href="has_key.html#fusion.sequence.intrinsic.metafunctions.has_key.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -127,14 +127,14 @@
             <code class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">false_</span></code> otherwise.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.has_key.header"></a><h6>
-<a name="id930417"></a>
+<a name="id813931"></a>
             <a class="link" href="has_key.html#fusion.sequence.intrinsic.metafunctions.has_key.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">has_key</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">has_key</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.intrinsic.metafunctions.has_key.example"></a><h6>
-<a name="id930532"></a>
+<a name="id814098"></a>
             <a class="link" href="has_key.html#fusion.sequence.intrinsic.metafunctions.has_key.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../../container/map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a><span class="special">&lt;</span><a class="link" href="../../../support/pair.html" title="pair"><code class="computeroutput"><span class="identifier">pair</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">&gt;,</span> <a class="link" href="../../../support/pair.html" title="pair"><code class="computeroutput"><span class="identifier">pair</span></code></a><span class="special">&lt;</span><span class="keyword">char</span><span class="special">,</span> <span class="keyword">char</span><span class="special">&gt;,</span> <a class="link" href="../../../support/pair.html" title="pair"><code class="computeroutput"><span class="identifier">pair</span></code></a><span class="special">&lt;</span><span c
lass="keyword">double</span><span class="special">,</span> <span class="keyword">char</span><span class="special">&gt;</span> <span class="special">&gt;</span> <span class="identifier">mymap</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/size.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/size.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/size.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>size</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="back.html" title="back">
@@ -27,14 +27,14 @@
 <a name="fusion.sequence.intrinsic.metafunctions.size"></a><a class="link" href="size.html" title="size">size</a>
 </h5></div></div></div>
 <a name="fusion.sequence.intrinsic.metafunctions.size.description"></a><h6>
-<a name="id925195"></a>
+<a name="id809087"></a>
             <a class="link" href="size.html#fusion.sequence.intrinsic.metafunctions.size.description">Description</a>
           </h6>
 <p>
             Returns the result type of <a class="link" href="../functions/size.html" title="size"><code class="computeroutput"><span class="identifier">size</span></code></a>.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.size.synopsis"></a><h6>
-<a name="id925224"></a>
+<a name="id809134"></a>
             <a class="link" href="size.html#fusion.sequence.intrinsic.metafunctions.size.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Seq</span><span class="special">&gt;</span>
@@ -44,7 +44,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id925294"></a><p class="title"><b>Table&#160;1.28.&#160;Parameters</b></p>
+<a name="id809231"></a><p class="title"><b>Table&#160;1.28.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -89,7 +89,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.sequence.intrinsic.metafunctions.size.expression_semantics"></a><h6>
-<a name="id925381"></a>
+<a name="id809337"></a>
             <a class="link" href="size.html#fusion.sequence.intrinsic.metafunctions.size.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -104,14 +104,14 @@
             in <code class="computeroutput"><span class="identifier">Seq</span></code>.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.size.header"></a><h6>
-<a name="id925453"></a>
+<a name="id809446"></a>
             <a class="link" href="size.html#fusion.sequence.intrinsic.metafunctions.size.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">size</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">size</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.intrinsic.metafunctions.size.example"></a><h6>
-<a name="id925569"></a>
+<a name="id809613"></a>
             <a class="link" href="size.html#fusion.sequence.intrinsic.metafunctions.size.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">char</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/swap.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/swap.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/swap.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>swap</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="value_at_key.html" title="value_at_key">
@@ -27,14 +27,14 @@
 <a name="fusion.sequence.intrinsic.metafunctions.swap"></a><a class="link" href="swap.html" title="swap">swap</a>
 </h5></div></div></div>
 <a name="fusion.sequence.intrinsic.metafunctions.swap.description"></a><h6>
-<a name="id932214"></a>
+<a name="id816400"></a>
             <a class="link" href="swap.html#fusion.sequence.intrinsic.metafunctions.swap.description">Description</a>
           </h6>
 <p>
             Returns the return type of swap.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.swap.synopsis"></a><h6>
-<a name="id932234"></a>
+<a name="id816430"></a>
             <a class="link" href="swap.html#fusion.sequence.intrinsic.metafunctions.swap.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Seq1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Seq2</span><span class="special">&gt;</span>
@@ -44,7 +44,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id932318"></a><p class="title"><b>Table&#160;1.36.&#160;Parameters</b></p>
+<a name="id816547"></a><p class="title"><b>Table&#160;1.36.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -89,7 +89,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.sequence.intrinsic.metafunctions.swap.expression_semantics"></a><h6>
-<a name="id932412"></a>
+<a name="id816667"></a>
             <a class="link" href="swap.html#fusion.sequence.intrinsic.metafunctions.swap.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -102,7 +102,7 @@
             <span class="bold"><strong>Semantics</strong></span>: Always returns <code class="computeroutput"><span class="keyword">void</span></code>.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.swap.header"></a><h6>
-<a name="id932495"></a>
+<a name="id816793"></a>
             <a class="link" href="swap.html#fusion.sequence.intrinsic.metafunctions.swap.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">swap</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>value_at</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="at_c.html" title="at_c">
@@ -27,14 +27,14 @@
 <a name="fusion.sequence.intrinsic.metafunctions.value_at"></a><a class="link" href="value_at.html" title="value_at">value_at</a>
 </h5></div></div></div>
 <a name="fusion.sequence.intrinsic.metafunctions.value_at.description"></a><h6>
-<a name="id928849"></a>
+<a name="id811778"></a>
             <a class="link" href="value_at.html#fusion.sequence.intrinsic.metafunctions.value_at.description">Description</a>
           </h6>
 <p>
             Returns the actual type at a given index from the <a class="link" href="../../../sequence.html" title="Sequence">Sequence</a>.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.value_at.synopsis"></a><h6>
-<a name="id928876"></a>
+<a name="id811815"></a>
             <a class="link" href="value_at.html#fusion.sequence.intrinsic.metafunctions.value_at.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id928963"></a><p class="title"><b>Table&#160;1.31.&#160;Parameters</b></p>
+<a name="id811930"></a><p class="title"><b>Table&#160;1.31.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -111,7 +111,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.sequence.intrinsic.metafunctions.value_at.expression_semantics"></a><h6>
-<a name="id929089"></a>
+<a name="id812083"></a>
             <a class="link" href="value_at.html#fusion.sequence.intrinsic.metafunctions.value_at.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -125,14 +125,14 @@
             the <code class="computeroutput"><span class="identifier">N</span></code>th element of <code class="computeroutput"><span class="identifier">Seq</span></code>.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.value_at.header"></a><h6>
-<a name="id929172"></a>
+<a name="id812208"></a>
             <a class="link" href="value_at.html#fusion.sequence.intrinsic.metafunctions.value_at.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">value_at</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">value_at</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.intrinsic.metafunctions.value_at.example"></a><h6>
-<a name="id929289"></a>
+<a name="id812375"></a>
             <a class="link" href="value_at.html#fusion.sequence.intrinsic.metafunctions.value_at.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">char</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_c.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_c.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_c.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>value_at_c</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="value_at.html" title="value_at">
@@ -27,14 +27,14 @@
 <a name="fusion.sequence.intrinsic.metafunctions.value_at_c"></a><a class="link" href="value_at_c.html" title="value_at_c">value_at_c</a>
 </h5></div></div></div>
 <a name="fusion.sequence.intrinsic.metafunctions.value_at_c.description"></a><h6>
-<a name="id929469"></a>
+<a name="id812633"></a>
             <a class="link" href="value_at_c.html#fusion.sequence.intrinsic.metafunctions.value_at_c.description">Description</a>
           </h6>
 <p>
             Returns the actual type at a given index from the <a class="link" href="../../../sequence.html" title="Sequence">Sequence</a>.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.value_at_c.synopsis"></a><h6>
-<a name="id929497"></a>
+<a name="id812672"></a>
             <a class="link" href="value_at_c.html#fusion.sequence.intrinsic.metafunctions.value_at_c.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id929583"></a><p class="title"><b>Table&#160;1.32.&#160;Parameters</b></p>
+<a name="id812787"></a><p class="title"><b>Table&#160;1.32.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -110,7 +110,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.sequence.intrinsic.metafunctions.value_at_c.expression_semantics"></a><h6>
-<a name="id929704"></a>
+<a name="id812932"></a>
             <a class="link" href="value_at_c.html#fusion.sequence.intrinsic.metafunctions.value_at_c.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -124,14 +124,14 @@
             the <code class="computeroutput"><span class="identifier">M</span></code>th element of <code class="computeroutput"><span class="identifier">Seq</span></code>.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.value_at_c.header"></a><h6>
-<a name="id929790"></a>
+<a name="id813056"></a>
             <a class="link" href="value_at_c.html#fusion.sequence.intrinsic.metafunctions.value_at_c.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">value_at</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">value_at</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.intrinsic.metafunctions.value_at_c.example"></a><h6>
-<a name="id929910"></a>
+<a name="id813224"></a>
             <a class="link" href="value_at_c.html#fusion.sequence.intrinsic.metafunctions.value_at_c.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">char</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_key.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_key.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_key.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>value_at_key</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../metafunctions.html" title="Metafunctions">
 <link rel="prev" href="at_key.html" title="at_key">
@@ -27,14 +27,14 @@
 <a name="fusion.sequence.intrinsic.metafunctions.value_at_key"></a><a class="link" href="value_at_key.html" title="value_at_key">value_at_key</a>
 </h5></div></div></div>
 <a name="fusion.sequence.intrinsic.metafunctions.value_at_key.description"></a><h6>
-<a name="id931556"></a>
+<a name="id815486"></a>
             <a class="link" href="value_at_key.html#fusion.sequence.intrinsic.metafunctions.value_at_key.description">Description</a>
           </h6>
 <p>
             Returns the actual element type associated with a Key from the <a class="link" href="../../../sequence.html" title="Sequence">Sequence</a>.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.value_at_key.synopsis"></a><h6>
-<a name="id931580"></a>
+<a name="id815524"></a>
             <a class="link" href="value_at_key.html#fusion.sequence.intrinsic.metafunctions.value_at_key.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -46,7 +46,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id931667"></a><p class="title"><b>Table&#160;1.35.&#160;Parameters</b></p>
+<a name="id815640"></a><p class="title"><b>Table&#160;1.35.&#160;Parameters</b></p>
 <div class="table-contents"><table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -110,7 +110,7 @@
 </table></div>
 </div>
 <br class="table-break"><a name="fusion.sequence.intrinsic.metafunctions.value_at_key.expression_semantics"></a><h6>
-<a name="id931787"></a>
+<a name="id815786"></a>
             <a class="link" href="value_at_key.html#fusion.sequence.intrinsic.metafunctions.value_at_key.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -125,14 +125,14 @@
             in <code class="computeroutput"><span class="identifier">Seq</span></code>.
           </p>
 <a name="fusion.sequence.intrinsic.metafunctions.value_at_key.header"></a><h6>
-<a name="id931872"></a>
+<a name="id815910"></a>
             <a class="link" href="value_at_key.html#fusion.sequence.intrinsic.metafunctions.value_at_key.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">value_at_key</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">value_at_key</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.intrinsic.metafunctions.value_at_key.example"></a><h6>
-<a name="id931992"></a>
+<a name="id816078"></a>
             <a class="link" href="value_at_key.html#fusion.sequence.intrinsic.metafunctions.value_at_key.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../../container/map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a><span class="special">&lt;</span><a class="link" href="../../../support/pair.html" title="pair"><code class="computeroutput"><span class="identifier">pair</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">&gt;,</span> <a class="link" href="../../../support/pair.html" title="pair"><code class="computeroutput"><span class="identifier">pair</span></code></a><span class="special">&lt;</span><span class="keyword">char</span><span class="special">,</span> <span class="keyword">char</span><span class="special">&gt;,</span> <a class="link" href="../../../support/pair.html" title="pair"><code class="computeroutput"><span class="identifier">pair</span></code></a><span class="special">&lt;</span><span c
lass="keyword">double</span><span class="special">,</span> <span class="keyword">char</span><span class="special">&gt;</span> <span class="special">&gt;</span> <span class="identifier">mymap</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/operator.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/operator.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/operator.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Operator</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../sequence.html" title="Sequence">
 <link rel="prev" href="intrinsic/metafunctions/swap.html" title="swap">

Modified: trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Comparison</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../operator.html" title="Operator">
 <link rel="prev" href="i_o/out.html" title="out">
@@ -49,7 +49,7 @@
           only until the result is clear.
         </p>
 <a name="fusion.sequence.operator.comparison.header"></a><h6>
-<a name="id935774"></a>
+<a name="id819932"></a>
           <a class="link" href="comparison.html#fusion.sequence.operator.comparison.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">comparison</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/equal.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/equal.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/equal.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>equal</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../comparison.html" title="Comparison">
 <link rel="prev" href="../comparison.html" title="Comparison">
@@ -27,14 +27,14 @@
 <a name="fusion.sequence.operator.comparison.equal"></a><a class="link" href="equal.html" title="equal">equal</a>
 </h5></div></div></div>
 <a name="fusion.sequence.operator.comparison.equal.description"></a><h6>
-<a name="id935892"></a>
+<a name="id820105"></a>
             <a class="link" href="equal.html#fusion.sequence.operator.comparison.equal.description">Description</a>
           </h6>
 <p>
             Compare two sequences for equality.
           </p>
 <a name="fusion.sequence.operator.comparison.equal.synopsis"></a><h6>
-<a name="id935910"></a>
+<a name="id820134"></a>
             <a class="link" href="equal.html#fusion.sequence.operator.comparison.equal.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Seq1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Seq2</span><span class="special">&gt;</span>
@@ -42,7 +42,7 @@
 <span class="keyword">operator</span><span class="special">==(</span><span class="identifier">Seq1</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">a</span><span class="special">,</span> <span class="identifier">Seq2</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">b</span><span class="special">);</span>
 </pre>
 <a name="fusion.sequence.operator.comparison.equal.parameters"></a><h6>
-<a name="id936016"></a>
+<a name="id820286"></a>
             <a class="link" href="equal.html#fusion.sequence.operator.comparison.equal.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -88,7 +88,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.sequence.operator.comparison.equal.expression_semantics"></a><h6>
-<a name="id936124"></a>
+<a name="id820421"></a>
             <a class="link" href="equal.html#fusion.sequence.operator.comparison.equal.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -123,14 +123,14 @@
             true.
           </p>
 <a name="fusion.sequence.operator.comparison.equal.header"></a><h6>
-<a name="id936298"></a>
+<a name="id820680"></a>
             <a class="link" href="equal.html#fusion.sequence.operator.comparison.equal.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">comparison</span><span class="special">/</span><span class="identifier">equal_to</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">equal_to</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.operator.comparison.equal.example"></a><h6>
-<a name="id936414"></a>
+<a name="id820847"></a>
             <a class="link" href="equal.html#fusion.sequence.operator.comparison.equal.example">Example</a>
           </h6>
 <pre class="programlisting"><a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">&gt;</span> <span class="identifier">v1</span><span class="special">(</span><span class="number">5</span><span class="special">,</span> <span class="char">'a'</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/greater_than.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/greater_than.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/greater_than.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>greater than</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../comparison.html" title="Comparison">
 <link rel="prev" href="less_than_equal.html" title="less than equal">
@@ -31,7 +31,7 @@
             Lexicographically compare two sequences.
           </p>
 <a name="fusion.sequence.operator.comparison.greater_than.synopsis"></a><h6>
-<a name="id939880"></a>
+<a name="id823996"></a>
             <a class="link" href="greater_than.html#fusion.sequence.operator.comparison.greater_than.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Seq1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Seq2</span><span class="special">&gt;</span>
@@ -39,7 +39,7 @@
 <span class="keyword">operator</span><span class="special">&gt;(</span><span class="identifier">Seq1</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">a</span><span class="special">,</span> <span class="identifier">Seq2</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">b</span><span class="special">);</span>
 </pre>
 <a name="fusion.sequence.operator.comparison.greater_than.parameters"></a><h6>
-<a name="id941699"></a>
+<a name="id824148"></a>
             <a class="link" href="greater_than.html#fusion.sequence.operator.comparison.greater_than.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -85,7 +85,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.sequence.operator.comparison.greater_than.expression_semantics"></a><h6>
-<a name="id941807"></a>
+<a name="id824285"></a>
             <a class="link" href="greater_than.html#fusion.sequence.operator.comparison.greater_than.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -112,14 +112,14 @@
             <span class="bold"><strong>Semantics</strong></span>: Returns b &lt; a.
           </p>
 <a name="fusion.sequence.operator.comparison.greater_than.header"></a><h6>
-<a name="id941923"></a>
+<a name="id824461"></a>
             <a class="link" href="greater_than.html#fusion.sequence.operator.comparison.greater_than.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">comparison</span><span class="special">/</span><span class="identifier">less_equal</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">less_equal</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.operator.comparison.greater_than.example"></a><h6>
-<a name="id942041"></a>
+<a name="id824628"></a>
             <a class="link" href="greater_than.html#fusion.sequence.operator.comparison.greater_than.example">Example</a>
           </h6>
 <pre class="programlisting"><a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">float</span><span class="special">&gt;</span> <span class="identifier">v1</span><span class="special">(</span><span class="number">4</span><span class="special">,</span> <span class="number">3.3f</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/greater_than_equal.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/greater_than_equal.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/greater_than_equal.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>greater than equal</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../comparison.html" title="Comparison">
 <link rel="prev" href="greater_than.html" title="greater than">
@@ -31,7 +31,7 @@
             Lexicographically compare two sequences.
           </p>
 <a name="fusion.sequence.operator.comparison.greater_than_equal.synopsis"></a><h6>
-<a name="id942285"></a>
+<a name="id824970"></a>
             <a class="link" href="greater_than_equal.html#fusion.sequence.operator.comparison.greater_than_equal.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Seq1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Seq2</span><span class="special">&gt;</span>
@@ -39,7 +39,7 @@
 <span class="keyword">operator</span><span class="special">&gt;=(</span><span class="identifier">Seq1</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">a</span><span class="special">,</span> <span class="identifier">Seq2</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">b</span><span class="special">);</span>
 </pre>
 <a name="fusion.sequence.operator.comparison.greater_than_equal.parameters"></a><h6>
-<a name="id942395"></a>
+<a name="id825124"></a>
             <a class="link" href="greater_than_equal.html#fusion.sequence.operator.comparison.greater_than_equal.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -85,7 +85,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.sequence.operator.comparison.greater_than_equal.expression_semantics"></a><h6>
-<a name="id942500"></a>
+<a name="id825261"></a>
             <a class="link" href="greater_than_equal.html#fusion.sequence.operator.comparison.greater_than_equal.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -112,14 +112,14 @@
             <span class="bold"><strong>Semantics</strong></span>: Returns !(a &lt; b).
           </p>
 <a name="fusion.sequence.operator.comparison.greater_than_equal.header"></a><h6>
-<a name="id942619"></a>
+<a name="id825437"></a>
             <a class="link" href="greater_than_equal.html#fusion.sequence.operator.comparison.greater_than_equal.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">comparison</span><span class="special">/</span><span class="identifier">greater_equal</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">greater_equal</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.operator.comparison.greater_than_equal.example"></a><h6>
-<a name="id942739"></a>
+<a name="id825605"></a>
             <a class="link" href="greater_than_equal.html#fusion.sequence.operator.comparison.greater_than_equal.example">Example</a>
           </h6>
 <pre class="programlisting"><a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">float</span><span class="special">&gt;</span> <span class="identifier">v1</span><span class="special">(</span><span class="number">4</span><span class="special">,</span> <span class="number">3.3f</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/less_than.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/less_than.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/less_than.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>less than</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../comparison.html" title="Comparison">
 <link rel="prev" href="not_equal.html" title="not equal">
@@ -31,7 +31,7 @@
             Lexicographically compare two sequences.
           </p>
 <a name="fusion.sequence.operator.comparison.less_than.synopsis"></a><h6>
-<a name="id938471"></a>
+<a name="id822020"></a>
             <a class="link" href="less_than.html#fusion.sequence.operator.comparison.less_than.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Seq1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Seq2</span><span class="special">&gt;</span>
@@ -39,7 +39,7 @@
 <span class="keyword">operator</span><span class="special">&lt;(</span><span class="identifier">Seq1</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">a</span><span class="special">,</span> <span class="identifier">Seq2</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">b</span><span class="special">);</span>
 </pre>
 <a name="fusion.sequence.operator.comparison.less_than.parameters"></a><h6>
-<a name="id938580"></a>
+<a name="id822172"></a>
             <a class="link" href="less_than.html#fusion.sequence.operator.comparison.less_than.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -85,7 +85,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.sequence.operator.comparison.less_than.expression_semantics"></a><h6>
-<a name="id938688"></a>
+<a name="id822309"></a>
             <a class="link" href="less_than.html#fusion.sequence.operator.comparison.less_than.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -114,14 +114,14 @@
             and <code class="computeroutput"><span class="identifier">b</span></code>.
           </p>
 <a name="fusion.sequence.operator.comparison.less_than.header"></a><h6>
-<a name="id938819"></a>
+<a name="id822507"></a>
             <a class="link" href="less_than.html#fusion.sequence.operator.comparison.less_than.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">comparison</span><span class="special">/</span><span class="identifier">less</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">less</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.operator.comparison.less_than.example"></a><h6>
-<a name="id938934"></a>
+<a name="id822674"></a>
             <a class="link" href="less_than.html#fusion.sequence.operator.comparison.less_than.example">Example</a>
           </h6>
 <pre class="programlisting"><a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">float</span><span class="special">&gt;</span> <span class="identifier">v1</span><span class="special">(</span><span class="number">4</span><span class="special">,</span> <span class="number">3.3f</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/less_than_equal.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/less_than_equal.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/less_than_equal.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>less than equal</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../comparison.html" title="Comparison">
 <link rel="prev" href="less_than.html" title="less than">
@@ -31,7 +31,7 @@
             Lexicographically compare two sequences.
           </p>
 <a name="fusion.sequence.operator.comparison.less_than_equal.synopsis"></a><h6>
-<a name="id939177"></a>
+<a name="id823018"></a>
             <a class="link" href="less_than_equal.html#fusion.sequence.operator.comparison.less_than_equal.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Seq1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Seq2</span><span class="special">&gt;</span>
@@ -39,7 +39,7 @@
 <span class="keyword">operator</span><span class="special">&lt;=(</span><span class="identifier">Seq1</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">a</span><span class="special">,</span> <span class="identifier">Seq2</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">b</span><span class="special">);</span>
 </pre>
 <a name="fusion.sequence.operator.comparison.less_than_equal.parameters"></a><h6>
-<a name="id939288"></a>
+<a name="id823170"></a>
             <a class="link" href="less_than_equal.html#fusion.sequence.operator.comparison.less_than_equal.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -85,7 +85,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.sequence.operator.comparison.less_than_equal.expression_semantics"></a><h6>
-<a name="id939396"></a>
+<a name="id823308"></a>
             <a class="link" href="less_than_equal.html#fusion.sequence.operator.comparison.less_than_equal.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -112,14 +112,14 @@
             <span class="bold"><strong>Semantics</strong></span>: Returns !(b &lt; a).
           </p>
 <a name="fusion.sequence.operator.comparison.less_than_equal.header"></a><h6>
-<a name="id939515"></a>
+<a name="id823484"></a>
             <a class="link" href="less_than_equal.html#fusion.sequence.operator.comparison.less_than_equal.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">comparison</span><span class="special">/</span><span class="identifier">less_equal</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">less_equal</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.operator.comparison.less_than_equal.example"></a><h6>
-<a name="id939635"></a>
+<a name="id823652"></a>
             <a class="link" href="less_than_equal.html#fusion.sequence.operator.comparison.less_than_equal.example">Example</a>
           </h6>
 <pre class="programlisting"><a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">float</span><span class="special">&gt;</span> <span class="identifier">v1</span><span class="special">(</span><span class="number">4</span><span class="special">,</span> <span class="number">3.3f</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/not_equal.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/not_equal.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/not_equal.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>not equal</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../comparison.html" title="Comparison">
 <link rel="prev" href="equal.html" title="equal">
@@ -31,7 +31,7 @@
             Compare two sequences for inequality.
           </p>
 <a name="fusion.sequence.operator.comparison.not_equal.synopsis"></a><h6>
-<a name="id937806"></a>
+<a name="id821082"></a>
             <a class="link" href="not_equal.html#fusion.sequence.operator.comparison.not_equal.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Seq1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Seq2</span><span class="special">&gt;</span>
@@ -39,7 +39,7 @@
 <span class="keyword">operator</span><span class="special">!=(</span><span class="identifier">Seq1</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">a</span><span class="special">,</span> <span class="identifier">Seq2</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">b</span><span class="special">);</span>
 </pre>
 <a name="fusion.sequence.operator.comparison.not_equal.parameters"></a><h6>
-<a name="id937915"></a>
+<a name="id821234"></a>
             <a class="link" href="not_equal.html#fusion.sequence.operator.comparison.not_equal.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -85,7 +85,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.sequence.operator.comparison.not_equal.expression_semantics"></a><h6>
-<a name="id938023"></a>
+<a name="id821371"></a>
             <a class="link" href="not_equal.html#fusion.sequence.operator.comparison.not_equal.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -115,14 +115,14 @@
             Returns !(a == b).
           </p>
 <a name="fusion.sequence.operator.comparison.not_equal.header"></a><h6>
-<a name="id938143"></a>
+<a name="id821551"></a>
             <a class="link" href="not_equal.html#fusion.sequence.operator.comparison.not_equal.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">comparison</span><span class="special">/</span><span class="identifier">not_equal_to</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">not_equal_to</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.operator.comparison.not_equal.example"></a><h6>
-<a name="id938259"></a>
+<a name="id821718"></a>
             <a class="link" href="not_equal.html#fusion.sequence.operator.comparison.not_equal.example">Example</a>
           </h6>
 <pre class="programlisting"><a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">&gt;</span> <span class="identifier">v3</span><span class="special">(</span><span class="number">5</span><span class="special">,</span> <span class="char">'b'</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/operator/i_o.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/operator/i_o.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/operator/i_o.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>I/O</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../operator.html" title="Operator">
 <link rel="prev" href="../operator.html" title="Operator">
@@ -113,7 +113,7 @@
           representation may not be unambiguously parseable.
         </p>
 <a name="fusion.sequence.operator.i_o.header"></a><h6>
-<a name="id934544"></a>
+<a name="id818169"></a>
           <a class="link" href="i_o.html#fusion.sequence.operator.i_o.header">Header</a>
         </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">io</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/operator/i_o/in.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/operator/i_o/in.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/operator/i_o/in.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>in</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../i_o.html" title="I/O">
 <link rel="prev" href="../i_o.html" title="I/O">
@@ -27,7 +27,7 @@
 <a name="fusion.sequence.operator.i_o.in"></a><a class="link" href="in.html" title="in">in</a>
 </h5></div></div></div>
 <a name="fusion.sequence.operator.i_o.in.description"></a><h6>
-<a name="id934662"></a>
+<a name="id818343"></a>
             <a class="link" href="in.html#fusion.sequence.operator.i_o.in.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             stream.
           </p>
 <a name="fusion.sequence.operator.i_o.in.synopsis"></a><h6>
-<a name="id934683"></a>
+<a name="id818381"></a>
             <a class="link" href="in.html#fusion.sequence.operator.i_o.in.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">IStream</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">&gt;</span>
@@ -43,7 +43,7 @@
 <span class="keyword">operator</span><span class="special">&gt;&gt;(</span><span class="identifier">IStream</span><span class="special">&amp;</span> <span class="identifier">is</span><span class="special">,</span> <span class="identifier">Sequence</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">);</span>
 </pre>
 <a name="fusion.sequence.operator.i_o.in.parameters"></a><h6>
-<a name="id934784"></a>
+<a name="id818524"></a>
             <a class="link" href="in.html#fusion.sequence.operator.i_o.in.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -107,7 +107,7 @@
 </tbody>
 </table></div>
 <a name="fusion.sequence.operator.i_o.in.expression_semantics"></a><h6>
-<a name="id934896"></a>
+<a name="id818660"></a>
             <a class="link" href="in.html#fusion.sequence.operator.i_o.in.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -122,14 +122,14 @@
             <span class="identifier">e</span></code>.
           </p>
 <a name="fusion.sequence.operator.i_o.in.header"></a><h6>
-<a name="id934975"></a>
+<a name="id818778"></a>
             <a class="link" href="in.html#fusion.sequence.operator.i_o.in.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">io</span><span class="special">/</span><span class="identifier">in</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">in</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.operator.i_o.in.example"></a><h6>
-<a name="id935090"></a>
+<a name="id818943"></a>
             <a class="link" href="in.html#fusion.sequence.operator.i_o.in.example">Example</a>
           </h6>
 <pre class="programlisting"><a class="link" href="../../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">,</span> <span class="keyword">char</span><span class="special">&gt;</span> <span class="identifier">v</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/sequence/operator/i_o/out.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/operator/i_o/out.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/operator/i_o/out.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>out</title>
 <link rel="stylesheet" href="../../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../i_o.html" title="I/O">
 <link rel="prev" href="in.html" title="in">
@@ -27,7 +27,7 @@
 <a name="fusion.sequence.operator.i_o.out"></a><a class="link" href="out.html" title="out">out</a>
 </h5></div></div></div>
 <a name="fusion.sequence.operator.i_o.out.description"></a><h6>
-<a name="id935196"></a>
+<a name="id819100"></a>
             <a class="link" href="out.html#fusion.sequence.operator.i_o.out.description">Description</a>
           </h6>
 <p>
@@ -35,7 +35,7 @@
             stream.
           </p>
 <a name="fusion.sequence.operator.i_o.out.synopsis"></a><h6>
-<a name="id935217"></a>
+<a name="id819137"></a>
             <a class="link" href="out.html#fusion.sequence.operator.i_o.out.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">OStream</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">&gt;</span>
@@ -43,7 +43,7 @@
 <span class="keyword">operator</span><span class="special">&lt;&lt;(</span><span class="identifier">OStream</span><span class="special">&amp;</span> <span class="identifier">os</span><span class="special">,</span> <span class="identifier">Sequence</span><span class="special">&amp;</span> <span class="identifier">seq</span><span class="special">);</span>
 </pre>
 <a name="fusion.sequence.operator.i_o.out.parameters"></a><h6>
-<a name="id935318"></a>
+<a name="id819282"></a>
             <a class="link" href="out.html#fusion.sequence.operator.i_o.out.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -107,7 +107,7 @@
 </tbody>
 </table></div>
 <a name="fusion.sequence.operator.i_o.out.expression_semantics"></a><h6>
-<a name="id935430"></a>
+<a name="id819417"></a>
             <a class="link" href="out.html#fusion.sequence.operator.i_o.out.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -122,14 +122,14 @@
             <span class="identifier">e</span></code>.
           </p>
 <a name="fusion.sequence.operator.i_o.out.header"></a><h6>
-<a name="id935509"></a>
+<a name="id819535"></a>
             <a class="link" href="out.html#fusion.sequence.operator.i_o.out.header">Header</a>
           </h6>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">io</span><span class="special">/</span><span class="identifier">out</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">out</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.sequence.operator.i_o.out.example"></a><h6>
-<a name="id935624"></a>
+<a name="id819701"></a>
             <a class="link" href="out.html#fusion.sequence.operator.i_o.out.example">Example</a>
           </h6>
 <pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <a class="link" href="../../../container/generation/functions/make_vector.html" title="make_vector"><code class="computeroutput"><span class="identifier">make_vector</span></code></a><span class="special">(</span><span class="number">123</span><span class="special">,</span> <span class="string">"Hello"</span><span class="special">,</span> <span class="char">'x'</span><span class="special">)</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/support.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/support.html (original)
+++ trunk/libs/fusion/doc/html/fusion/support.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Support</title>
 <link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="prev" href="organization.html" title="Organization">

Modified: trunk/libs/fusion/doc/html/fusion/support/category_of.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/support/category_of.html (original)
+++ trunk/libs/fusion/doc/html/fusion/support/category_of.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>category_of</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../support.html" title="Support">
 <link rel="prev" href="tag_of.html" title="tag_of">
@@ -27,7 +27,7 @@
 <a name="fusion.support.category_of"></a><a class="link" href="category_of.html" title="category_of">category_of</a>
 </h3></div></div></div>
 <a name="fusion.support.category_of.description"></a><h5>
-<a name="id872703"></a>
+<a name="id754839"></a>
         <a class="link" href="category_of.html#fusion.support.category_of.description">Description</a>
       </h5>
 <p>
@@ -37,7 +37,7 @@
         <a class="link" href="../sequence/concepts.html" title="Concepts">Sequence Concepts</a>).
       </p>
 <a name="fusion.support.category_of.synopsis"></a><h5>
-<a name="id872739"></a>
+<a name="id754889"></a>
         <a class="link" href="category_of.html#fusion.support.category_of.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">traits</span>
@@ -50,7 +50,7 @@
 <span class="special">}</span>
 </pre>
 <a name="fusion.support.category_of.parameters"></a><h5>
-<a name="id872833"></a>
+<a name="id755004"></a>
         <a class="link" href="category_of.html#fusion.support.category_of.parameters">Parameters</a>
       </h5>
 <div class="informaltable"><table class="table">
@@ -95,7 +95,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.support.category_of.expression_semantics"></a><h5>
-<a name="id872920"></a>
+<a name="id755108"></a>
         <a class="link" href="category_of.html#fusion.support.category_of.expression_semantics">Expression
         Semantics</a>
       </h5>
@@ -137,14 +137,14 @@
         of a particular <a class="link" href="../sequence.html" title="Sequence">Sequence</a> or <a class="link" href="../iterator.html" title="Iterator">Iterator</a>.
       </p>
 <a name="fusion.support.category_of.header"></a><h5>
-<a name="id874302"></a>
+<a name="id755466"></a>
         <a class="link" href="category_of.html#fusion.support.category_of.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">support</span><span class="special">/</span><span class="identifier">category_of</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">category_of</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.support.category_of.example"></a><h5>
-<a name="id874410"></a>
+<a name="id755604"></a>
         <a class="link" href="category_of.html#fusion.support.category_of.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_base_of</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/support/deduce.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/support/deduce.html (original)
+++ trunk/libs/fusion/doc/html/fusion/support/deduce.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>deduce</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../support.html" title="Support">
 <link rel="prev" href="category_of.html" title="category_of">
@@ -27,7 +27,7 @@
 <a name="fusion.support.deduce"></a><a class="link" href="deduce.html" title="deduce">deduce</a>
 </h3></div></div></div>
 <a name="fusion.support.deduce.description"></a><h5>
-<a name="id874631"></a>
+<a name="id755882"></a>
         <a class="link" href="deduce.html#fusion.support.deduce.description">Description</a>
       </h5>
 <p>
@@ -40,14 +40,14 @@
         Reference wrappers are removed (see <a class="link" href="../notes.html#fusion.notes.boost__ref"><code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">ref</span></code></a>).
       </p>
 <a name="fusion.support.deduce.header"></a><h5>
-<a name="id874689"></a>
+<a name="id755979"></a>
         <a class="link" href="deduce.html#fusion.support.deduce.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">support</span><span class="special">/</span><span class="identifier">deduce</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">deduce</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.support.deduce.synopsis"></a><h5>
-<a name="id874797"></a>
+<a name="id756134"></a>
         <a class="link" href="deduce.html#fusion.support.deduce.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">traits</span>
@@ -60,7 +60,7 @@
 <span class="special">}</span>
 </pre>
 <a name="fusion.support.deduce.example"></a><h5>
-<a name="id874890"></a>
+<a name="id756263"></a>
         <a class="link" href="deduce.html#fusion.support.deduce.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">T</span><span class="special">&gt;</span>
@@ -80,10 +80,12 @@
 <span class="special">}</span>
 </pre>
 <a name="fusion.support.deduce.see_also"></a><h5>
-<a name="id875158"></a>
+<a name="id756626"></a>
         <a class="link" href="deduce.html#fusion.support.deduce.see_also">See also</a>
       </h5>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><a class="link" href="deduce_sequence.html" title="deduce_sequence"><code class="computeroutput"><span class="identifier">deduce_sequence</span></code></a></li></ul></div>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ <a class="link" href="deduce_sequence.html" title="deduce_sequence"><code class="computeroutput"><span class="identifier">deduce_sequence</span></code></a>
+ </li></ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>

Modified: trunk/libs/fusion/doc/html/fusion/support/deduce_sequence.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/support/deduce_sequence.html (original)
+++ trunk/libs/fusion/doc/html/fusion/support/deduce_sequence.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>deduce_sequence</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../support.html" title="Support">
 <link rel="prev" href="deduce.html" title="deduce">
@@ -27,7 +27,7 @@
 <a name="fusion.support.deduce_sequence"></a><a class="link" href="deduce_sequence.html" title="deduce_sequence">deduce_sequence</a>
 </h3></div></div></div>
 <a name="fusion.support.deduce_sequence.description"></a><h5>
-<a name="id875199"></a>
+<a name="id756696"></a>
         <a class="link" href="deduce_sequence.html#fusion.support.deduce_sequence.description">Description</a>
       </h5>
 <p>
@@ -38,14 +38,14 @@
         original type as its argument.
       </p>
 <a name="fusion.support.deduce_sequence.header"></a><h5>
-<a name="id875231"></a>
+<a name="id756757"></a>
         <a class="link" href="deduce_sequence.html#fusion.support.deduce_sequence.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">support</span><span class="special">/</span><span class="identifier">deduce_sequence</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">deduce_sequence</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.support.deduce_sequence.synopsis"></a><h5>
-<a name="id875339"></a>
+<a name="id756912"></a>
         <a class="link" href="deduce_sequence.html#fusion.support.deduce_sequence.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">traits</span>
@@ -58,7 +58,7 @@
 <span class="special">}</span>
 </pre>
 <a name="fusion.support.deduce_sequence.example"></a><h5>
-<a name="id875433"></a>
+<a name="id757041"></a>
         <a class="link" href="deduce_sequence.html#fusion.support.deduce_sequence.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">Seq</span><span class="special">&gt;</span>
@@ -80,10 +80,12 @@
 <span class="special">}</span>
 </pre>
 <a name="fusion.support.deduce_sequence.see_also"></a><h5>
-<a name="id875843"></a>
+<a name="id757600"></a>
         <a class="link" href="deduce_sequence.html#fusion.support.deduce_sequence.see_also">See also</a>
       </h5>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><a class="link" href="deduce.html" title="deduce"><code class="computeroutput"><span class="identifier">deduce</span></code></a></li></ul></div>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ <a class="link" href="deduce.html" title="deduce"><code class="computeroutput"><span class="identifier">deduce</span></code></a>
+ </li></ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>

Modified: trunk/libs/fusion/doc/html/fusion/support/is_sequence.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/support/is_sequence.html (original)
+++ trunk/libs/fusion/doc/html/fusion/support/is_sequence.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_sequence</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../support.html" title="Support">
 <link rel="prev" href="../support.html" title="Support">
@@ -27,7 +27,7 @@
 <a name="fusion.support.is_sequence"></a><a class="link" href="is_sequence.html" title="is_sequence">is_sequence</a>
 </h3></div></div></div>
 <a name="fusion.support.is_sequence.description"></a><h5>
-<a name="id869880"></a>
+<a name="id751956"></a>
         <a class="link" href="is_sequence.html#fusion.support.is_sequence.description">Description</a>
       </h5>
 <p>
@@ -38,7 +38,7 @@
         conforming sequences.
       </p>
 <a name="fusion.support.is_sequence.synopsis"></a><h5>
-<a name="id869938"></a>
+<a name="id752036"></a>
         <a class="link" href="is_sequence.html#fusion.support.is_sequence.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">traits</span>
@@ -51,7 +51,7 @@
 <span class="special">}</span>
 </pre>
 <a name="fusion.support.is_sequence.parameters"></a><h5>
-<a name="id870031"></a>
+<a name="id752152"></a>
         <a class="link" href="is_sequence.html#fusion.support.is_sequence.parameters">Parameters</a>
       </h5>
 <div class="informaltable"><table class="table">
@@ -96,7 +96,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.support.is_sequence.expression_semantics"></a><h5>
-<a name="id870119"></a>
+<a name="id752256"></a>
         <a class="link" href="is_sequence.html#fusion.support.is_sequence.expression_semantics">Expression
         Semantics</a>
       </h5>
@@ -113,14 +113,14 @@
         otherwise.
       </p>
 <a name="fusion.support.is_sequence.header"></a><h5>
-<a name="id870233"></a>
+<a name="id752406"></a>
         <a class="link" href="is_sequence.html#fusion.support.is_sequence.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">support</span><span class="special">/</span><span class="identifier">is_sequence</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">is_sequence</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.support.is_sequence.example"></a><h5>
-<a name="id870341"></a>
+<a name="id752545"></a>
         <a class="link" href="is_sequence.html#fusion.support.is_sequence.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="identifier">BOOST_MPL_ASSERT_NOT</span><span class="special">((</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">is_sequence</span><span class="special">&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">vector</span><span class="special">&lt;</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="special">&gt;</span> <span class="special">));</span>

Modified: trunk/libs/fusion/doc/html/fusion/support/is_view.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/support/is_view.html (original)
+++ trunk/libs/fusion/doc/html/fusion/support/is_view.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_view</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../support.html" title="Support">
 <link rel="prev" href="is_sequence.html" title="is_sequence">
@@ -27,7 +27,7 @@
 <a name="fusion.support.is_view"></a><a class="link" href="is_view.html" title="is_view">is_view</a>
 </h3></div></div></div>
 <a name="fusion.support.is_view.description"></a><h5>
-<a name="id871200"></a>
+<a name="id752934"></a>
         <a class="link" href="is_view.html#fusion.support.is_view.description">Description</a>
       </h5>
 <p>
@@ -41,7 +41,7 @@
         specialized to accomodate clients providing Fusion conforming views.
       </p>
 <a name="fusion.support.is_view.synopsis"></a><h5>
-<a name="id871264"></a>
+<a name="id753028"></a>
         <a class="link" href="is_view.html#fusion.support.is_view.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">traits</span>
@@ -54,7 +54,7 @@
 <span class="special">}</span>
 </pre>
 <a name="fusion.support.is_view.parameters"></a><h5>
-<a name="id871358"></a>
+<a name="id753145"></a>
         <a class="link" href="is_view.html#fusion.support.is_view.parameters">Parameters</a>
       </h5>
 <div class="informaltable"><table class="table">
@@ -99,7 +99,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.support.is_view.expression_semantics"></a><h5>
-<a name="id871446"></a>
+<a name="id753249"></a>
         <a class="link" href="is_view.html#fusion.support.is_view.expression_semantics">Expression Semantics</a>
       </h5>
 <pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">is_view</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">c</span><span class="special">;</span>
@@ -115,14 +115,14 @@
         otherwise.
       </p>
 <a name="fusion.support.is_view.header"></a><h5>
-<a name="id871560"></a>
+<a name="id753397"></a>
         <a class="link" href="is_view.html#fusion.support.is_view.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">support</span><span class="special">/</span><span class="identifier">is_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">is_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.support.is_view.example"></a><h5>
-<a name="id871668"></a>
+<a name="id753535"></a>
         <a class="link" href="is_view.html#fusion.support.is_view.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="identifier">BOOST_MPL_ASSERT_NOT</span><span class="special">((</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">is_view</span><span class="special">&lt;</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">vector</span><span class="special">&lt;</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="special">&gt;</span> <span class="special">));</span>

Modified: trunk/libs/fusion/doc/html/fusion/support/pair.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/support/pair.html (original)
+++ trunk/libs/fusion/doc/html/fusion/support/pair.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>pair</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../support.html" title="Support">
 <link rel="prev" href="deduce_sequence.html" title="deduce_sequence">
@@ -27,7 +27,7 @@
 <a name="fusion.support.pair"></a><a class="link" href="pair.html" title="pair">pair</a>
 </h3></div></div></div>
 <a name="fusion.support.pair.description"></a><h5>
-<a name="id875884"></a>
+<a name="id757666"></a>
         <a class="link" href="pair.html#fusion.support.pair.description">Description</a>
       </h5>
 <p>
@@ -37,7 +37,7 @@
         the first type does not have data. It is used as elements in <a class="link" href="../container/map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a>s, for example.
       </p>
 <a name="fusion.support.pair.synopsis"></a><h5>
-<a name="id875951"></a>
+<a name="id757779"></a>
         <a class="link" href="pair.html#fusion.support.pair.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">First</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Second</span><span class="special">&gt;</span>
@@ -60,7 +60,7 @@
 <span class="identifier">make_pair</span><span class="special">(</span><span class="identifier">Second</span> <span class="keyword">const</span> <span class="special">&amp;);</span>
 </pre>
 <a name="fusion.support.pair.template_parameters"></a><h5>
-<a name="id876248"></a>
+<a name="id758183"></a>
         <a class="link" href="pair.html#fusion.support.pair.template_parameters">Template parameters</a>
       </h5>
 <div class="informaltable"><table class="table">
@@ -137,7 +137,7 @@
 </dl>
 </div>
 <a name="fusion.support.pair.expression_semantics"></a><h5>
-<a name="id876476"></a>
+<a name="id758476"></a>
         <a class="link" href="pair.html#fusion.support.pair.expression_semantics">Expression Semantics</a>
       </h5>
 <div class="informaltable"><table class="table">
@@ -317,14 +317,14 @@
 </tbody>
 </table></div>
 <a name="fusion.support.pair.header"></a><h5>
-<a name="id877080"></a>
+<a name="id759267"></a>
         <a class="link" href="pair.html#fusion.support.pair.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">support</span><span class="special">/</span><span class="identifier">pair</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">pair</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.support.pair.example"></a><h5>
-<a name="id877188"></a>
+<a name="id759421"></a>
         <a class="link" href="pair.html#fusion.support.pair.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="identifier">pair</span><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">&gt;</span> <span class="identifier">p</span><span class="special">(</span><span class="char">'X'</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/support/tag_of.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/support/tag_of.html (original)
+++ trunk/libs/fusion/doc/html/fusion/support/tag_of.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>tag_of</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../support.html" title="Support">
 <link rel="prev" href="is_view.html" title="is_view">
@@ -27,7 +27,7 @@
 <a name="fusion.support.tag_of"></a><a class="link" href="tag_of.html" title="tag_of">tag_of</a>
 </h3></div></div></div>
 <a name="fusion.support.tag_of.description"></a><h5>
-<a name="id871988"></a>
+<a name="id753934"></a>
         <a class="link" href="tag_of.html#fusion.support.tag_of.description">Description</a>
       </h5>
 <p>
@@ -41,7 +41,7 @@
         conforming sequences.
       </p>
 <a name="fusion.support.tag_of.synopsis"></a><h5>
-<a name="id872019"></a>
+<a name="id753982"></a>
         <a class="link" href="tag_of.html#fusion.support.tag_of.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">traits</span>
@@ -54,7 +54,7 @@
 <span class="special">}</span>
 </pre>
 <a name="fusion.support.tag_of.parameters"></a><h5>
-<a name="id872112"></a>
+<a name="id754096"></a>
         <a class="link" href="tag_of.html#fusion.support.tag_of.parameters">Parameters</a>
       </h5>
 <div class="informaltable"><table class="table">
@@ -99,7 +99,7 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.support.tag_of.expression_semantics"></a><h5>
-<a name="id872199"></a>
+<a name="id754200"></a>
         <a class="link" href="tag_of.html#fusion.support.tag_of.expression_semantics">Expression Semantics</a>
       </h5>
 <pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">tag_of</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">tag</span><span class="special">;</span>
@@ -112,14 +112,14 @@
         with <code class="computeroutput"><span class="identifier">T</span></code>.
       </p>
 <a name="fusion.support.tag_of.header"></a><h5>
-<a name="id872280"></a>
+<a name="id754302"></a>
         <a class="link" href="tag_of.html#fusion.support.tag_of.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">support</span><span class="special">/</span><span class="identifier">tag_of</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">tag_of</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.support.tag_of.example"></a><h5>
-<a name="id872388"></a>
+<a name="id754440"></a>
         <a class="link" href="tag_of.html#fusion.support.tag_of.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">tag_of</span><span class="special">&lt;</span><a class="link" href="../container/list.html" title="list"><code class="computeroutput"><span class="identifier">list</span></code></a><span class="special">&lt;&gt;</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">tag1</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/tuple.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/tuple.html (original)
+++ trunk/libs/fusion/doc/html/fusion/tuple.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Tuple</title>
 <link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="prev" href="algorithm/transformation/metafunctions/push_front.html" title="push_front">

Modified: trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple.html (original)
+++ trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Class template tuple</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../tuple.html" title="Tuple">
 <link rel="prev" href="../tuple.html" title="Tuple">
@@ -48,7 +48,7 @@
         in future releases of fusion.
       </p>
 <a name="fusion.tuple.class_template_tuple.synopsis"></a><h5>
-<a name="id1067298"></a>
+<a name="id953004"></a>
         <a class="link" href="class_template_tuple.html#fusion.tuple.class_template_tuple.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/construction.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/construction.html (original)
+++ trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/construction.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Construction</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../class_template_tuple.html" title="Class template tuple">
 <link rel="prev" href="../class_template_tuple.html" title="Class template tuple">
@@ -27,7 +27,7 @@
 <a name="fusion.tuple.class_template_tuple.construction"></a><a class="link" href="construction.html" title="Construction">Construction</a>
 </h4></div></div></div>
 <a name="fusion.tuple.class_template_tuple.construction.description"></a><h6>
-<a name="id1067421"></a>
+<a name="id953174"></a>
           <a class="link" href="construction.html#fusion.tuple.class_template_tuple.construction.description">Description</a>
         </h6>
 <p>
@@ -38,7 +38,7 @@
           in this section.
         </p>
 <a name="fusion.tuple.class_template_tuple.construction.specification"></a><h6>
-<a name="id1067449"></a>
+<a name="id953216"></a>
           <a class="link" href="construction.html#fusion.tuple.class_template_tuple.construction.specification">Specification</a>
         </h6>
 <div class="variablelist">

Modified: trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/element_access.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/element_access.html (original)
+++ trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/element_access.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Element access</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../class_template_tuple.html" title="Class template tuple">
 <link rel="prev" href="tuple_helper_classes.html" title="Tuple helper classes">
@@ -28,7 +28,7 @@
         access</a>
 </h4></div></div></div>
 <a name="fusion.tuple.class_template_tuple.element_access.description"></a><h6>
-<a name="id1070330"></a>
+<a name="id955194"></a>
           <a class="link" href="element_access.html#fusion.tuple.class_template_tuple.element_access.description">Description</a>
         </h6>
 <p>
@@ -37,7 +37,7 @@
           function to provide access to it's elements by zero based numeric index.
         </p>
 <a name="fusion.tuple.class_template_tuple.element_access.specification"></a><h6>
-<a name="id1070365"></a>
+<a name="id955245"></a>
           <a class="link" href="element_access.html#fusion.tuple.class_template_tuple.element_access.specification">Specification</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">int</span> <span class="identifier">I</span><span class="special">,</span> <span class="identifier">T</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/relational_operators.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/relational_operators.html (original)
+++ trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/relational_operators.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Relational operators</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../class_template_tuple.html" title="Class template tuple">
 <link rel="prev" href="element_access.html" title="Element access">
@@ -28,7 +28,7 @@
         operators</a>
 </h4></div></div></div>
 <a name="fusion.tuple.class_template_tuple.relational_operators.description"></a><h6>
-<a name="id1070794"></a>
+<a name="id955871"></a>
           <a class="link" href="relational_operators.html#fusion.tuple.class_template_tuple.relational_operators.description">Description</a>
         </h6>
 <p>
@@ -36,7 +36,7 @@
           Tuple</a> provides the standard boolean relational operators.
         </p>
 <a name="fusion.tuple.class_template_tuple.relational_operators.specification"></a><h6>
-<a name="id1070818"></a>
+<a name="id955909"></a>
           <a class="link" href="relational_operators.html#fusion.tuple.class_template_tuple.relational_operators.specification">Specification</a>
         </h6>
 <div class="variablelist">

Modified: trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/tuple_creation_functions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/tuple_creation_functions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/tuple_creation_functions.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Tuple creation functions</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../class_template_tuple.html" title="Class template tuple">
 <link rel="prev" href="construction.html" title="Construction">
@@ -28,7 +28,7 @@
         creation functions</a>
 </h4></div></div></div>
 <a name="fusion.tuple.class_template_tuple.tuple_creation_functions.description"></a><h6>
-<a name="id1069485"></a>
+<a name="id953964"></a>
           <a class="link" href="tuple_creation_functions.html#fusion.tuple.class_template_tuple.tuple_creation_functions.description">Description</a>
         </h6>
 <p>
@@ -38,7 +38,7 @@
           functions are described in this section.
         </p>
 <a name="fusion.tuple.class_template_tuple.tuple_creation_functions.specification"></a><h6>
-<a name="id1069527"></a>
+<a name="id954035"></a>
           <a class="link" href="tuple_creation_functions.html#fusion.tuple.class_template_tuple.tuple_creation_functions.specification">Specification</a>
         </h6>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T2</span><span class="special">,</span> <span class="special">...,</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/tuple_helper_classes.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/tuple_helper_classes.html (original)
+++ trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/tuple_helper_classes.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Tuple helper classes</title>
 <link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../class_template_tuple.html" title="Class template tuple">
 <link rel="prev" href="tuple_creation_functions.html" title="Tuple creation functions">
@@ -28,7 +28,7 @@
         helper classes</a>
 </h4></div></div></div>
 <a name="fusion.tuple.class_template_tuple.tuple_helper_classes.description"></a><h6>
-<a name="id1070036"></a>
+<a name="id954752"></a>
           <a class="link" href="tuple_helper_classes.html#fusion.tuple.class_template_tuple.tuple_helper_classes.description">Description</a>
         </h6>
 <p>
@@ -37,7 +37,7 @@
           tuple size, and the element types.
         </p>
 <a name="fusion.tuple.class_template_tuple.tuple_helper_classes.specification"></a><h6>
-<a name="id1070059"></a>
+<a name="id954790"></a>
           <a class="link" href="tuple_helper_classes.html#fusion.tuple.class_template_tuple.tuple_helper_classes.specification">Specification</a>
         </h6>
 <pre class="programlisting"><span class="identifier">tuple_size</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;::</span><span class="identifier">value</span>

Modified: trunk/libs/fusion/doc/html/fusion/tuple/pairs.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/tuple/pairs.html (original)
+++ trunk/libs/fusion/doc/html/fusion/tuple/pairs.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Pairs</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../tuple.html" title="Tuple">
 <link rel="prev" href="class_template_tuple/relational_operators.html" title="Relational operators">
@@ -27,7 +27,7 @@
 <a name="fusion.tuple.pairs"></a><a class="link" href="pairs.html" title="Pairs">Pairs</a>
 </h3></div></div></div>
 <a name="fusion.tuple.pairs.description"></a><h5>
-<a name="id1073207"></a>
+<a name="id959219"></a>
         <a class="link" href="pairs.html#fusion.tuple.pairs.description">Description</a>
       </h5>
 <p>
@@ -36,7 +36,7 @@
         as if it were a 2 element tuple.
       </p>
 <a name="fusion.tuple.pairs.specification"></a><h5>
-<a name="id1073244"></a>
+<a name="id959277"></a>
         <a class="link" href="pairs.html#fusion.tuple.pairs.specification">Specification</a>
       </h5>
 <pre class="programlisting"><span class="identifier">tuple_size</span><span class="special">&lt;</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span><span class="identifier">T1</span><span class="special">,</span> <span class="identifier">T2</span><span class="special">&gt;</span> <span class="special">&gt;::</span><span class="identifier">value</span>

Modified: trunk/libs/fusion/doc/html/fusion/view.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/view.html (original)
+++ trunk/libs/fusion/doc/html/fusion/view.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>View</title>
 <link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="prev" href="container/conversion/metafunctions/as_map.html" title="as_map">
@@ -46,7 +46,7 @@
       to copy and be passed around by value.
     </p>
 <a name="fusion.view.header"></a><h4>
-<a name="id980947"></a>
+<a name="id865344"></a>
       <a class="link" href="view.html#fusion.view.header">Header</a>
     </h4>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: trunk/libs/fusion/doc/html/fusion/view/filter_view.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/view/filter_view.html (original)
+++ trunk/libs/fusion/doc/html/fusion/view/filter_view.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>filter_view</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../view.html" title="View">
 <link rel="prev" href="single_view.html" title="single_view">
@@ -27,7 +27,7 @@
 <a name="fusion.view.filter_view"></a><a class="link" href="filter_view.html" title="filter_view">filter_view</a>
 </h3></div></div></div>
 <a name="fusion.view.filter_view.description"></a><h5>
-<a name="id982865"></a>
+<a name="id866491"></a>
         <a class="link" href="filter_view.html#fusion.view.filter_view.description">Description</a>
       </h5>
 <p>
@@ -38,21 +38,21 @@
         only those elements for which its predicate evaluates to <code class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></code>.
       </p>
 <a name="fusion.view.filter_view.header"></a><h5>
-<a name="id982916"></a>
+<a name="id866573"></a>
         <a class="link" href="filter_view.html#fusion.view.filter_view.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">view</span><span class="special">/</span><span class="identifier">filter_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">filter_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.view.filter_view.synopsis"></a><h5>
-<a name="id983024"></a>
+<a name="id866728"></a>
         <a class="link" href="filter_view.html#fusion.view.filter_view.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Pred</span><span class="special">&gt;</span>
 <span class="keyword">struct</span> <span class="identifier">filter_view</span><span class="special">;</span>
 </pre>
 <a name="fusion.view.filter_view.template_parameters"></a><h5>
-<a name="id983088"></a>
+<a name="id866824"></a>
         <a class="link" href="filter_view.html#fusion.view.filter_view.template_parameters">Template parameters</a>
       </h5>
 <div class="informaltable"><table class="table">
@@ -115,17 +115,19 @@
 </tbody>
 </table></div>
 <a name="fusion.view.filter_view.model_of"></a><h5>
-<a name="id983228"></a>
+<a name="id866998"></a>
         <a class="link" href="filter_view.html#fusion.view.filter_view.model_of">Model of</a>
       </h5>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward Sequence</a></li>
 <li class="listitem">
-<a class="link" href="../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
- implements the <a class="link" href="../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ <a class="link" href="../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward Sequence</a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
+ implements the <a class="link" href="../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <div class="variablelist">
 <p class="title"><b>Notation</b></p>
@@ -146,7 +148,7 @@
 </dl>
 </div>
 <a name="fusion.view.filter_view.expression_semantics"></a><h5>
-<a name="id983364"></a>
+<a name="id867204"></a>
         <a class="link" href="filter_view.html#fusion.view.filter_view.expression_semantics">Expression Semantics</a>
       </h5>
 <p>
@@ -216,7 +218,7 @@
 </tbody>
 </table></div>
 <a name="fusion.view.filter_view.example"></a><h5>
-<a name="id983588"></a>
+<a name="id867511"></a>
         <a class="link" href="filter_view.html#fusion.view.filter_view.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">_</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/view/iterator_range.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/view/iterator_range.html (original)
+++ trunk/libs/fusion/doc/html/fusion/view/iterator_range.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>iterator_range</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../view.html" title="View">
 <link rel="prev" href="filter_view.html" title="filter_view">
@@ -27,7 +27,7 @@
 <a name="fusion.view.iterator_range"></a><a class="link" href="iterator_range.html" title="iterator_range">iterator_range</a>
 </h3></div></div></div>
 <a name="fusion.view.iterator_range.description"></a><h5>
-<a name="id983930"></a>
+<a name="id867984"></a>
         <a class="link" href="iterator_range.html#fusion.view.iterator_range.description">Description</a>
       </h5>
 <p>
@@ -35,21 +35,21 @@
         sub-range of its underlying sequence delimited by a pair of iterators.
       </p>
 <a name="fusion.view.iterator_range.header"></a><h5>
-<a name="id983954"></a>
+<a name="id868024"></a>
         <a class="link" href="iterator_range.html#fusion.view.iterator_range.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">view</span><span class="special">/</span><span class="identifier">iterator_range</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">iterator_range</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.view.iterator_range.synopsis"></a><h5>
-<a name="id984062"></a>
+<a name="id868180"></a>
         <a class="link" href="iterator_range.html#fusion.view.iterator_range.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">First</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Last</span><span class="special">&gt;</span>
 <span class="keyword">struct</span> <span class="identifier">iterator_range</span><span class="special">;</span>
 </pre>
 <a name="fusion.view.iterator_range.template_parameters"></a><h5>
-<a name="id984126"></a>
+<a name="id868276"></a>
         <a class="link" href="iterator_range.html#fusion.view.iterator_range.template_parameters">Template parameters</a>
       </h5>
 <div class="informaltable"><table class="table">
@@ -111,25 +111,25 @@
 </tbody>
 </table></div>
 <a name="fusion.view.iterator_range.model_of"></a><h5>
-<a name="id984256"></a>
+<a name="id868436"></a>
         <a class="link" href="iterator_range.html#fusion.view.iterator_range.model_of">Model of</a>
       </h5>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
-<a class="link" href="../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward Sequence</a>,
- <a class="link" href="../sequence/concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
- Sequence</a> or <a class="link" href="../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
- Access Sequence</a> depending on the traversal characteristics (see
- <a class="link" href="../sequence/concepts.html#fusion.sequence.concepts.traversal">Sequence Traversal Concept</a>)
- of its underlying sequence.
- </li>
+ <a class="link" href="../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward Sequence</a>,
+ <a class="link" href="../sequence/concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
+ Sequence</a> or <a class="link" href="../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
+ Access Sequence</a> depending on the traversal characteristics (see
+ <a class="link" href="../sequence/concepts.html#fusion.sequence.concepts.traversal">Sequence Traversal
+ Concept</a>) of its underlying sequence.
+ </li>
 <li class="listitem">
-<a class="link" href="../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">First</span></code>
- and <code class="computeroutput"><span class="identifier">Last</span></code> implement the
- <a class="link" href="../iterator/concepts/associative_iterator.html" title="Associative Iterator">Associative
- Iterator</a> model.
- </li>
+ <a class="link" href="../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">First</span></code>
+ and <code class="computeroutput"><span class="identifier">Last</span></code> implement the
+ <a class="link" href="../iterator/concepts/associative_iterator.html" title="Associative Iterator">Associative
+ Iterator</a> model.
+ </li>
 </ul></div>
 <div class="variablelist">
 <p class="title"><b>Notation</b></p>
@@ -153,7 +153,7 @@
 </dl>
 </div>
 <a name="fusion.view.iterator_range.expression_semantics"></a><h5>
-<a name="id984991"></a>
+<a name="id868724"></a>
         <a class="link" href="iterator_range.html#fusion.view.iterator_range.expression_semantics">Expression
         Semantics</a>
       </h5>
@@ -227,7 +227,7 @@
 </tbody>
 </table></div>
 <a name="fusion.view.iterator_range.example"></a><h5>
-<a name="id985230"></a>
+<a name="id869055"></a>
         <a class="link" href="iterator_range.html#fusion.view.iterator_range.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="keyword">char</span> <span class="keyword">const</span><span class="special">*</span> <span class="identifier">s</span> <span class="special">=</span> <span class="string">"Ruby"</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/view/joint_view.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/view/joint_view.html (original)
+++ trunk/libs/fusion/doc/html/fusion/view/joint_view.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>joint_view</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../view.html" title="View">
 <link rel="prev" href="iterator_range.html" title="iterator_range">
@@ -27,7 +27,7 @@
 <a name="fusion.view.joint_view"></a><a class="link" href="joint_view.html" title="joint_view">joint_view</a>
 </h3></div></div></div>
 <a name="fusion.view.joint_view.description"></a><h5>
-<a name="id985706"></a>
+<a name="id869719"></a>
         <a class="link" href="joint_view.html#fusion.view.joint_view.description">Description</a>
       </h5>
 <p>
@@ -35,21 +35,21 @@
         which is a concatenation of two sequences.
       </p>
 <a name="fusion.view.joint_view.header"></a><h5>
-<a name="id985730"></a>
+<a name="id869760"></a>
         <a class="link" href="joint_view.html#fusion.view.joint_view.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">view</span><span class="special">/</span><span class="identifier">joint_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">joint_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.view.joint_view.synopsis"></a><h5>
-<a name="id985838"></a>
+<a name="id869915"></a>
         <a class="link" href="joint_view.html#fusion.view.joint_view.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Sequence1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Sequence2</span><span class="special">&gt;</span>
 <span class="keyword">struct</span> <span class="identifier">joint_view</span><span class="special">;</span>
 </pre>
 <a name="fusion.view.joint_view.template_parameters"></a><h5>
-<a name="id985903"></a>
+<a name="id870010"></a>
         <a class="link" href="joint_view.html#fusion.view.joint_view.template_parameters">Template parameters</a>
       </h5>
 <div class="informaltable"><table class="table">
@@ -113,18 +113,20 @@
 </tbody>
 </table></div>
 <a name="fusion.view.joint_view.model_of"></a><h5>
-<a name="id986033"></a>
+<a name="id870173"></a>
         <a class="link" href="joint_view.html#fusion.view.joint_view.model_of">Model of</a>
       </h5>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><a class="link" href="../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward Sequence</a></li>
 <li class="listitem">
-<a class="link" href="../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence1</span></code>
- and <code class="computeroutput"><span class="identifier">Sequence2</span></code> implement
- the <a class="link" href="../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ <a class="link" href="../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward Sequence</a>
+ </li>
+<li class="listitem">
+ <a class="link" href="../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence1</span></code>
+ and <code class="computeroutput"><span class="identifier">Sequence2</span></code> implement
+ the <a class="link" href="../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <div class="variablelist">
 <p class="title"><b>Notation</b></p>
@@ -148,7 +150,7 @@
 </dl>
 </div>
 <a name="fusion.view.joint_view.expression_semantics"></a><h5>
-<a name="id986206"></a>
+<a name="id870431"></a>
         <a class="link" href="joint_view.html#fusion.view.joint_view.expression_semantics">Expression Semantics</a>
       </h5>
 <p>
@@ -220,7 +222,7 @@
 </tbody>
 </table></div>
 <a name="fusion.view.joint_view.example"></a><h5>
-<a name="id986444"></a>
+<a name="id870762"></a>
         <a class="link" href="joint_view.html#fusion.view.joint_view.example">Example</a>
       </h5>
 <pre class="programlisting"><a class="link" href="../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">&gt;</span> <span class="identifier">v1</span><span class="special">(</span><span class="number">3</span><span class="special">,</span> <span class="char">'x'</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/view/nview.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/view/nview.html (original)
+++ trunk/libs/fusion/doc/html/fusion/view/nview.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>nview</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../view.html" title="View">
 <link rel="prev" href="reverse_view.html" title="reverse_view">
@@ -27,7 +27,7 @@
 <a name="fusion.view.nview"></a><a class="link" href="nview.html" title="nview">nview</a>
 </h3></div></div></div>
 <a name="fusion.view.nview.description"></a><h5>
-<a name="id991313"></a>
+<a name="id876090"></a>
         <a class="link" href="nview.html#fusion.view.nview.description">Description</a>
       </h5>
 <p>
@@ -38,14 +38,14 @@
         and a list of indicies specifying the elements to iterate over.
       </p>
 <a name="fusion.view.nview.header"></a><h5>
-<a name="id991354"></a>
+<a name="id876158"></a>
         <a class="link" href="nview.html#fusion.view.nview.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">view</span><span class="special">/</span><span class="identifier">nview</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">nview</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.view.nview.synopsis"></a><h5>
-<a name="id991462"></a>
+<a name="id876313"></a>
         <a class="link" href="nview.html#fusion.view.nview.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Indicies</span><span class="special">&gt;</span>
@@ -56,7 +56,7 @@
 <span class="identifier">as_nview</span><span class="special">(</span><span class="identifier">Sequence</span><span class="special">&amp;</span> <span class="identifier">s</span><span class="special">);</span>
 </pre>
 <a name="fusion.view.nview.template_parameters"></a><h5>
-<a name="id991669"></a>
+<a name="id876599"></a>
         <a class="link" href="nview.html#fusion.view.nview.template_parameters">Template parameters</a>
       </h5>
 <div class="informaltable"><table class="table">
@@ -137,14 +137,14 @@
 </tbody>
 </table></div>
 <a name="fusion.view.nview.model_of"></a><h5>
-<a name="id991892"></a>
+<a name="id876894"></a>
         <a class="link" href="nview.html#fusion.view.nview.model_of">Model of</a>
       </h5>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
-<a class="link" href="../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
- Access Sequence</a> (see <a class="link" href="../sequence/concepts.html#fusion.sequence.concepts.traversal">Sequence
- Traversal Concept</a>)
- </li></ul></div>
+ <a class="link" href="../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
+ Access Sequence</a> (see <a class="link" href="../sequence/concepts.html#fusion.sequence.concepts.traversal">Sequence
+ Traversal Concept</a>)
+ </li></ul></div>
 <div class="variablelist">
 <p class="title"><b>Notation</b></p>
 <dl>
@@ -163,7 +163,7 @@
 </dl>
 </div>
 <a name="fusion.view.nview.expression_semantics"></a><h5>
-<a name="id992016"></a>
+<a name="id877074"></a>
         <a class="link" href="nview.html#fusion.view.nview.expression_semantics">Expression Semantics</a>
       </h5>
 <p>
@@ -239,7 +239,7 @@
         of references to the elements of the original Fusion <a class="link" href="../sequence.html" title="Sequence">Sequence</a>
       </p>
 <a name="fusion.view.nview.example"></a><h5>
-<a name="id992263"></a>
+<a name="id877420"></a>
         <a class="link" href="nview.html#fusion.view.nview.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">,</span> <span class="keyword">double</span><span class="special">&gt;</span> <span class="identifier">vec</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/view/reverse_view.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/view/reverse_view.html (original)
+++ trunk/libs/fusion/doc/html/fusion/view/reverse_view.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>reverse_view</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../view.html" title="View">
 <link rel="prev" href="transform_view.html" title="transform_view">
@@ -32,21 +32,21 @@
         element will be its first.
       </p>
 <a name="fusion.view.reverse_view.header"></a><h5>
-<a name="id990481"></a>
+<a name="id874899"></a>
         <a class="link" href="reverse_view.html#fusion.view.reverse_view.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">view</span><span class="special">/</span><span class="identifier">reverse_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">reverse_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.view.reverse_view.synopsis"></a><h5>
-<a name="id990589"></a>
+<a name="id875054"></a>
         <a class="link" href="reverse_view.html#fusion.view.reverse_view.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">&gt;</span>
 <span class="keyword">struct</span> <span class="identifier">reverse_view</span><span class="special">;</span>
 </pre>
 <a name="fusion.view.reverse_view.template_parameters"></a><h5>
-<a name="id990641"></a>
+<a name="id875133"></a>
         <a class="link" href="reverse_view.html#fusion.view.reverse_view.template_parameters">Template parameters</a>
       </h5>
 <div class="informaltable"><table class="table">
@@ -91,25 +91,25 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.view.reverse_view.model_of"></a><h5>
-<a name="id990733"></a>
+<a name="id875250"></a>
         <a class="link" href="reverse_view.html#fusion.view.reverse_view.model_of">Model of</a>
       </h5>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- A model of <a class="link" href="../sequence/concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
- Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
- is a <a class="link" href="../sequence/concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
- Sequence</a> else, <a class="link" href="../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
- Access Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
- is a <a class="link" href="../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
- Access Sequence</a>.
- </li>
+ A model of <a class="link" href="../sequence/concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
+ Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
+ is a <a class="link" href="../sequence/concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
+ Sequence</a> else, <a class="link" href="../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
+ Access Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
+ is a <a class="link" href="../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
+ Access Sequence</a>.
+ </li>
 <li class="listitem">
-<a class="link" href="../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
- implements the <a class="link" href="../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> model.
- </li>
+ <a class="link" href="../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> if <code class="computeroutput"><span class="identifier">Sequence</span></code>
+ implements the <a class="link" href="../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
+ Sequence</a> model.
+ </li>
 </ul></div>
 <div class="variablelist">
 <p class="title"><b>Notation</b></p>
@@ -129,7 +129,7 @@
 </dl>
 </div>
 <a name="fusion.view.reverse_view.expression_semantics"></a><h5>
-<a name="id990901"></a>
+<a name="id875514"></a>
         <a class="link" href="reverse_view.html#fusion.view.reverse_view.expression_semantics">Expression
         Semantics</a>
       </h5>
@@ -201,7 +201,7 @@
 </tbody>
 </table></div>
 <a name="fusion.view.reverse_view.example"></a><h5>
-<a name="id991124"></a>
+<a name="id875823"></a>
         <a class="link" href="reverse_view.html#fusion.view.reverse_view.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">short</span><span class="special">,</span> <span class="keyword">double</span><span class="special">&gt;</span> <span class="identifier">vector_type</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/fusion/view/single_view.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/view/single_view.html (original)
+++ trunk/libs/fusion/doc/html/fusion/view/single_view.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>single_view</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../view.html" title="View">
 <link rel="prev" href="../view.html" title="View">
@@ -31,21 +31,21 @@
         a value as a single element sequence.
       </p>
 <a name="fusion.view.single_view.header"></a><h5>
-<a name="id982170"></a>
+<a name="id865521"></a>
         <a class="link" href="single_view.html#fusion.view.single_view.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">view</span><span class="special">/</span><span class="identifier">single_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">single_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.view.single_view.synopsis"></a><h5>
-<a name="id982278"></a>
+<a name="id865677"></a>
         <a class="link" href="single_view.html#fusion.view.single_view.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">T</span><span class="special">&gt;</span>
 <span class="keyword">struct</span> <span class="identifier">single_view</span><span class="special">;</span>
 </pre>
 <a name="fusion.view.single_view.template_parameters"></a><h5>
-<a name="id982330"></a>
+<a name="id865754"></a>
         <a class="link" href="single_view.html#fusion.view.single_view.template_parameters">Template parameters</a>
       </h5>
 <div class="informaltable"><table class="table">
@@ -89,10 +89,12 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.view.single_view.model_of"></a><h5>
-<a name="id982418"></a>
+<a name="id865862"></a>
         <a class="link" href="single_view.html#fusion.view.single_view.model_of">Model of</a>
       </h5>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><a class="link" href="../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward Sequence</a></li></ul></div>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ <a class="link" href="../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward Sequence</a>
+ </li></ul></div>
 <div class="variablelist">
 <p class="title"><b>Notation</b></p>
 <dl>
@@ -111,7 +113,7 @@
 </dl>
 </div>
 <a name="fusion.view.single_view.expression_semantics"></a><h5>
-<a name="id982536"></a>
+<a name="id866032"></a>
         <a class="link" href="single_view.html#fusion.view.single_view.expression_semantics">Expression Semantics</a>
       </h5>
 <p>
@@ -182,7 +184,7 @@
 </tbody>
 </table></div>
 <a name="fusion.view.single_view.example"></a><h5>
-<a name="id982764"></a>
+<a name="id866347"></a>
         <a class="link" href="single_view.html#fusion.view.single_view.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="identifier">single_view</span><span class="special">&lt;</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="identifier">view</span><span class="special">(</span><span class="number">3</span><span class="special">);</span>

Modified: trunk/libs/fusion/doc/html/fusion/view/transform_view.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/view/transform_view.html (original)
+++ trunk/libs/fusion/doc/html/fusion/view/transform_view.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>transform_view</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../view.html" title="View">
 <link rel="prev" href="zip_view.html" title="zip_view">
@@ -36,14 +36,14 @@
         Traversal Concept</a>) of its underlying sequence or sequences.
       </p>
 <a name="fusion.view.transform_view.header"></a><h5>
-<a name="id987713"></a>
+<a name="id872571"></a>
         <a class="link" href="transform_view.html#fusion.view.transform_view.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">view</span><span class="special">/</span><span class="identifier">transform_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">transform_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.view.transform_view.synopsis"></a><h5>
-<a name="id987821"></a>
+<a name="id872727"></a>
         <a class="link" href="transform_view.html#fusion.view.transform_view.synopsis">Synopsis</a>
       </h5>
 <p>
@@ -59,7 +59,7 @@
 <span class="keyword">struct</span> <span class="identifier">transform_view</span><span class="special">;</span>
 </pre>
 <a name="fusion.view.transform_view.template_parameters"></a><h5>
-<a name="id987968"></a>
+<a name="id872932"></a>
         <a class="link" href="transform_view.html#fusion.view.transform_view.template_parameters">Template parameters</a>
       </h5>
 <div class="informaltable"><table class="table">
@@ -179,17 +179,17 @@
 </tbody>
 </table></div>
 <a name="fusion.view.transform_view.model_of"></a><h5>
-<a name="id988329"></a>
+<a name="id873413"></a>
         <a class="link" href="transform_view.html#fusion.view.transform_view.model_of">Model of</a>
       </h5>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
-<a class="link" href="../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward Sequence</a>,
- <a class="link" href="../sequence/concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
- Sequence</a> or <a class="link" href="../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
- Access Sequence</a> depending on the traversal characteristics (see
- <a class="link" href="../sequence/concepts.html#fusion.sequence.concepts.traversal">Sequence Traversal Concept</a>)
- of its underlying sequence.
- </li></ul></div>
+ <a class="link" href="../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward Sequence</a>,
+ <a class="link" href="../sequence/concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
+ Sequence</a> or <a class="link" href="../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
+ Access Sequence</a> depending on the traversal characteristics (see
+ <a class="link" href="../sequence/concepts.html#fusion.sequence.concepts.traversal">Sequence Traversal
+ Concept</a>) of its underlying sequence.
+ </li></ul></div>
 <div class="variablelist">
 <p class="title"><b>Notation</b></p>
 <dl>
@@ -234,7 +234,7 @@
 </dl>
 </div>
 <a name="fusion.view.transform_view.expression_semantics"></a><h5>
-<a name="id988622"></a>
+<a name="id873829"></a>
         <a class="link" href="transform_view.html#fusion.view.transform_view.expression_semantics">Expression
         Semantics</a>
       </h5>
@@ -329,7 +329,7 @@
 </tbody>
 </table></div>
 <a name="fusion.view.transform_view.example"></a><h5>
-<a name="id988962"></a>
+<a name="id874314"></a>
         <a class="link" href="transform_view.html#fusion.view.transform_view.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">square</span>

Modified: trunk/libs/fusion/doc/html/fusion/view/zip_view.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/view/zip_view.html (original)
+++ trunk/libs/fusion/doc/html/fusion/view/zip_view.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>zip_view</title>
 <link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="up" href="../view.html" title="View">
 <link rel="prev" href="joint_view.html" title="joint_view">
@@ -27,7 +27,7 @@
 <a name="fusion.view.zip_view"></a><a class="link" href="zip_view.html" title="zip_view">zip_view</a>
 </h3></div></div></div>
 <a name="fusion.view.zip_view.description"></a><h5>
-<a name="id986734"></a>
+<a name="id871168"></a>
         <a class="link" href="zip_view.html#fusion.view.zip_view.description">Description</a>
       </h5>
 <p>
@@ -38,21 +38,21 @@
         to the component <span class="underline">_sequence</span>_s.
       </p>
 <a name="fusion.view.zip_view.header"></a><h5>
-<a name="id986780"></a>
+<a name="id871245"></a>
         <a class="link" href="zip_view.html#fusion.view.zip_view.header">Header</a>
       </h5>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">view</span><span class="special">/</span><span class="identifier">zip_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">zip_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="fusion.view.zip_view.synopsis"></a><h5>
-<a name="id986888"></a>
+<a name="id871400"></a>
         <a class="link" href="zip_view.html#fusion.view.zip_view.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Sequences</span><span class="special">&gt;</span>
 <span class="keyword">struct</span> <span class="identifier">zip_view</span><span class="special">;</span>
 </pre>
 <a name="fusion.view.zip_view.template_parameters"></a><h5>
-<a name="id986940"></a>
+<a name="id871477"></a>
         <a class="link" href="zip_view.html#fusion.view.zip_view.template_parameters">Template parameters</a>
       </h5>
 <div class="informaltable"><table class="table">
@@ -97,17 +97,17 @@
 </tr></tbody>
 </table></div>
 <a name="fusion.view.zip_view.model_of"></a><h5>
-<a name="id987037"></a>
+<a name="id871601"></a>
         <a class="link" href="zip_view.html#fusion.view.zip_view.model_of">Model of</a>
       </h5>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
-<a class="link" href="../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward Sequence</a>,
- <a class="link" href="../sequence/concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
- Sequence</a> or <a class="link" href="../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
- Access Sequence</a> depending on the traversal characteristics (see
- <a class="link" href="../sequence/concepts.html#fusion.sequence.concepts.traversal">Sequence Traversal Concept</a>)
- of its underlying sequence.
- </li></ul></div>
+ <a class="link" href="../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward Sequence</a>,
+ <a class="link" href="../sequence/concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
+ Sequence</a> or <a class="link" href="../sequence/concepts/random_access_sequence.html" title="Random Access Sequence">Random
+ Access Sequence</a> depending on the traversal characteristics (see
+ <a class="link" href="../sequence/concepts.html#fusion.sequence.concepts.traversal">Sequence Traversal
+ Concept</a>) of its underlying sequence.
+ </li></ul></div>
 <div class="variablelist">
 <p class="title"><b>Notation</b></p>
 <dl>
@@ -126,7 +126,7 @@
 </dl>
 </div>
 <a name="fusion.view.zip_view.expression_semantics"></a><h5>
-<a name="id987172"></a>
+<a name="id871801"></a>
         <a class="link" href="zip_view.html#fusion.view.zip_view.expression_semantics">Expression Semantics</a>
       </h5>
 <p>
@@ -197,7 +197,7 @@
 </tbody>
 </table></div>
 <a name="fusion.view.zip_view.example"></a><h5>
-<a name="id987398"></a>
+<a name="id872114"></a>
         <a class="link" href="zip_view.html#fusion.view.zip_view.example">Example</a>
       </h5>
 <pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="identifier">vec1</span><span class="special">;</span>

Modified: trunk/libs/fusion/doc/html/index.html
==============================================================================
--- trunk/libs/fusion/doc/html/index.html (original)
+++ trunk/libs/fusion/doc/html/index.html 2010-06-12 21:45:12 EDT (Sat, 12 Jun 2010)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Chapter&#160;1.&#160;Fusion 2.0</title>
 <link rel="stylesheet" href="../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
 <link rel="home" href="index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
 <link rel="next" href="fusion/preface.html" title="Preface">
 </head>
@@ -34,7 +34,7 @@
 <div><p class="copyright">Copyright &#169; 2001-2007 Joel de Guzman, Dan Marsden, Tobias
       Schwinger</p></div>
 <div><div class="legalnotice">
-<a name="id863333"></a><p>
+<a name="id693029"></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>
@@ -256,7 +256,7 @@
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: June 03, 2010 at 08:22:59 GMT</small></p></td>
+<td align="left"><p><small>Last revised: June 13, 2010 at 01:29:59 GMT</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>


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