From 798b2f4017dcadaa60ea08ef21b92787db412d0d Mon Sep 17 00:00:00 2001
From: Eric Niebler
Date: Fri, 16 Nov 2007 08:03:15 +0000
Subject: [PATCH] Merged revisions 41072-41140 via svnmerge from
https://svn.boost.org/svn/boost/trunk
........
r41077 | troyer | 2007-11-13 23:00:02 -0800 (Tue, 13 Nov 2007) | 1 line
Added support for std::complex to serialization
........
r41078 | joaquin | 2007-11-13 23:09:29 -0800 (Tue, 13 Nov 2007) | 1 line
added missing include
........
r41079 | djowel | 2007-11-14 02:13:51 -0800 (Wed, 14 Nov 2007) | 1 line
adjust to compensate for lack of tag.
........
r41080 | djowel | 2007-11-14 02:17:09 -0800 (Wed, 14 Nov 2007) | 1 line
refresh docs
........
r41081 | djowel | 2007-11-14 02:23:23 -0800 (Wed, 14 Nov 2007) | 1 line
refresh docs
........
r41082 | djowel | 2007-11-14 02:24:21 -0800 (Wed, 14 Nov 2007) | 1 line
refresh docs
........
r41083 | anthonyw | 2007-11-14 03:08:09 -0800 (Wed, 14 Nov 2007) | 1 line
ignore and join all threads in group on exception
........
r41084 | anthonyw | 2007-11-14 03:56:53 -0800 (Wed, 14 Nov 2007) | 1 line
interrupt and join all threads in a group if an exception is thrown during a test
........
r41086 | johnmaddock | 2007-11-14 04:14:19 -0800 (Wed, 14 Nov 2007) | 1 line
Merged changes from the Sandbox to Trunk.
........
r41087 | anthonyw | 2007-11-14 04:17:41 -0800 (Wed, 14 Nov 2007) | 1 line
interrupt and join all threads in a group if an exception is thrown during a test
........
r41088 | johnmaddock | 2007-11-14 04:41:32 -0800 (Wed, 14 Nov 2007) | 1 line
Added WinCE workaround.
........
r41089 | johnmaddock | 2007-11-14 05:03:15 -0800 (Wed, 14 Nov 2007) | 1 line
Catch exceptions thrown from thread creation.
........
r41090 | anthonyw | 2007-11-14 06:49:58 -0800 (Wed, 14 Nov 2007) | 1 line
fixes for pthread implementation
........
r41091 | bemandawes | 2007-11-14 07:50:43 -0800 (Wed, 14 Nov 2007) | 1 line
Replace old docs with excerpts from http://article.gmane.org/gmane.comp.lib.boost.testing/5020
........
r41093 | eric_niebler | 2007-11-14 08:36:15 -0800 (Wed, 14 Nov 2007) | 1 line
fix support for segmented iteration
........
r41094 | dave | 2007-11-14 09:37:55 -0800 (Wed, 14 Nov 2007) | 3 lines
Update command-prompt instructions per
http://news.gmane.org/find-root.php?message_id=%3cfhcrem%24c4%241%40ger.gmane.org%3e
........
r41095 | bemandawes | 2007-11-14 12:05:30 -0800 (Wed, 14 Nov 2007) | 1 line
Bring docs more in line with reality:-)
........
r41097 | hljin | 2007-11-14 18:07:53 -0800 (Wed, 14 Nov 2007) | 1 line
GIL: removed the example directory from the documentation as it is a duplication and re-directed the Doxygen documentation to a local copy (to be submitted next)
........
r41098 | hljin | 2007-11-14 18:30:13 -0800 (Wed, 14 Nov 2007) | 1 line
GIL: added a local copy of the Doxygen documentation
........
r41099 | hljin | 2007-11-14 18:32:04 -0800 (Wed, 14 Nov 2007) | 1 line
GIL: added a local copy of the Doxygen documentation (second batch)
........
r41100 | chris_kohlhoff | 2007-11-14 22:19:04 -0800 (Wed, 14 Nov 2007) | 6 lines
Try to fix an order-of-initialisation problem with error_category references.
The symptom, which only occurs in some applications, is a crash due to a
dereference of a null pointer. The exact conditions under which the problem
occurs are not fully understood, so this fix is probably more paranoid than
necessary.
........
r41102 | jhunold | 2007-11-14 23:04:24 -0800 (Wed, 14 Nov 2007) | 1 line
Suppress msvc "deprecated" warnings.
........
r41103 | johnmaddock | 2007-11-15 01:52:26 -0800 (Thu, 15 Nov 2007) | 1 line
Fix some compiler warnings when building with the Intel and aCC compilers.
........
r41104 | garcia | 2007-11-15 04:50:48 -0800 (Thu, 15 Nov 2007) | 2 lines
John Torjo is reviewing the X-files.
........
r41105 | hkaiser | 2007-11-15 05:27:24 -0800 (Thu, 15 Nov 2007) | 1 line
Suppressed more warnings during build of Wave.
........
r41106 | bemandawes | 2007-11-15 06:36:40 -0800 (Thu, 15 Nov 2007) | 1 line
GetUserDefaultUILanguage isn't present for Cygwin, so disable use
........
r41107 | bemandawes | 2007-11-15 07:20:27 -0800 (Thu, 15 Nov 2007) | 1 line
Get rid of .cvsignore files
........
r41108 | eric_niebler | 2007-11-15 08:06:22 -0800 (Thu, 15 Nov 2007) | 1 line
fix typo
........
r41110 | grafik | 2007-11-15 08:58:21 -0800 (Thu, 15 Nov 2007) | 1 line
Fix building of multiple regression tools at once.
........
r41111 | gmelquio | 2007-11-15 09:52:31 -0800 (Thu, 15 Nov 2007) | 1 line
Fixed documentation typo.
........
r41113 | grafik | 2007-11-15 10:56:43 -0800 (Thu, 15 Nov 2007) | 1 line
Switch intel-win32 to use static multi thread runtime since the single thread static runtime is no longer available. (fixes #1287)
........
r41114 | andreas_huber69 | 2007-11-15 11:22:12 -0800 (Thu, 15 Nov 2007) | 1 line
Added new FAQ item suggested by Chris Paulse.
........
r41116 | guwi17 | 2007-11-15 12:52:37 -0800 (Thu, 15 Nov 2007) | 4 lines
This patch now lets the Sun compiler work for most of uBLAS. 'test4' is now failing.
Too avoid other compilers complaining about missing return values in some functions where exceptions are thrown, code was added so an arbitatry were chosen.
........
r41117 | danmarsden | 2007-11-15 13:15:47 -0800 (Thu, 15 Nov 2007) | 1 line
removing failing test on EDG compilers
........
r41118 | grafik | 2007-11-15 14:05:15 -0800 (Thu, 15 Nov 2007) | 1 line
Remove redundant reference to system library. It causes double linking when used indirectly through filesystem. Which can lead to double linking incompatible variants when a specific filesystem variant is requested.
........
r41119 | grafik | 2007-11-15 14:05:22 -0800 (Thu, 15 Nov 2007) | 1 line
Oops, forgot we need to use the root boost project settings when building.
........
[SVN r41141]
---
doc/html/fusion/acknowledgements.html | 5 ++--
doc/html/fusion/adapted.html | 11 +++----
doc/html/fusion/adapted/boost__array.html | 13 +++++----
doc/html/fusion/adapted/boost__tuple.html | 13 +++++----
doc/html/fusion/adapted/boost__variant.html | 13 +++++----
doc/html/fusion/adapted/mpl_sequence.html | 13 +++++----
doc/html/fusion/adapted/std__pair.html | 13 +++++----
doc/html/fusion/algorithm.html | 11 +++----
doc/html/fusion/algorithm/iteration.html | 7 +++--
.../fusion/algorithm/iteration/functions.html | 5 ++--
.../iteration/functions/accumulate.html | 19 ++++++------
.../algorithm/iteration/functions/fold.html | 19 ++++++------
.../iteration/functions/for_each.html | 19 ++++++------
.../algorithm/iteration/metafunctions.html | 5 ++--
.../iteration/metafunctions/accumulate.html | 17 ++++++-----
.../iteration/metafunctions/fold.html | 17 ++++++-----
.../iteration/metafunctions/for_each.html | 17 ++++++-----
doc/html/fusion/algorithm/query.html | 7 +++--
.../fusion/algorithm/query/functions.html | 5 ++--
.../fusion/algorithm/query/functions/all.html | 19 ++++++------
.../fusion/algorithm/query/functions/any.html | 19 ++++++------
.../algorithm/query/functions/count.html | 19 ++++++------
.../algorithm/query/functions/count_if.html | 19 ++++++------
.../algorithm/query/functions/find.html | 19 ++++++------
.../algorithm/query/functions/find_if.html | 17 ++++++-----
.../algorithm/query/functions/none.html | 19 ++++++------
.../fusion/algorithm/query/metafunctions.html | 5 ++--
.../algorithm/query/metafunctions/all.html | 17 ++++++-----
.../algorithm/query/metafunctions/any.html | 17 ++++++-----
.../algorithm/query/metafunctions/count.html | 17 ++++++-----
.../query/metafunctions/count_if.html | 17 ++++++-----
.../algorithm/query/metafunctions/find.html | 17 ++++++-----
.../query/metafunctions/find_if.html | 17 ++++++-----
.../algorithm/query/metafunctions/none.html | 17 ++++++-----
doc/html/fusion/algorithm/transformation.html | 7 +++--
.../algorithm/transformation/functions.html | 5 ++--
.../transformation/functions/clear.html | 19 ++++++------
.../transformation/functions/erase.html | 19 ++++++------
.../transformation/functions/erase_key.html | 19 ++++++------
.../transformation/functions/filter.html | 19 ++++++------
.../transformation/functions/filter_if.html | 19 ++++++------
.../transformation/functions/insert.html | 19 ++++++------
.../functions/insert_range.html | 19 ++++++------
.../transformation/functions/join.html | 19 ++++++------
.../transformation/functions/pop_back.html | 19 ++++++------
.../transformation/functions/pop_front.html | 19 ++++++------
.../transformation/functions/push_back.html | 19 ++++++------
.../transformation/functions/push_front.html | 19 ++++++------
.../transformation/functions/remove.html | 19 ++++++------
.../transformation/functions/remove_if.html | 19 ++++++------
.../transformation/functions/replace.html | 19 ++++++------
.../transformation/functions/replace_if.html | 19 ++++++------
.../transformation/functions/reverse.html | 19 ++++++------
.../transformation/functions/transform.html | 23 ++++++++-------
.../transformation/functions/zip.html | 19 ++++++------
.../transformation/metafunctions.html | 5 ++--
.../transformation/metafunctions/clear.html | 17 ++++++-----
.../transformation/metafunctions/erase.html | 17 ++++++-----
.../metafunctions/erase_key.html | 17 ++++++-----
.../transformation/metafunctions/filter.html | 17 ++++++-----
.../metafunctions/filter_if.html | 17 ++++++-----
.../transformation/metafunctions/insert.html | 17 ++++++-----
.../metafunctions/insert_range.html | 17 ++++++-----
.../transformation/metafunctions/join.html | 15 +++++-----
.../metafunctions/pop_back.html | 17 ++++++-----
.../metafunctions/pop_front.html | 15 +++++-----
.../metafunctions/push_back.html | 15 +++++-----
.../metafunctions/push_front.html | 15 +++++-----
.../transformation/metafunctions/remove.html | 17 ++++++-----
.../metafunctions/remove_if.html | 17 ++++++-----
.../transformation/metafunctions/replace.html | 17 ++++++-----
.../metafunctions/replace_if.html | 17 ++++++-----
.../transformation/metafunctions/reverse.html | 17 ++++++-----
.../metafunctions/transform.html | 23 ++++++++-------
.../transformation/metafunctions/zip.html | 15 +++++-----
doc/html/fusion/change_log.html | 5 ++--
doc/html/fusion/container.html | 7 +++--
doc/html/fusion/container/cons.html | 19 ++++++------
doc/html/fusion/container/conversion.html | 7 +++--
.../container/conversion/functions.html | 5 ++--
.../conversion/functions/as_list.html | 17 ++++++-----
.../conversion/functions/as_map.html | 17 ++++++-----
.../conversion/functions/as_set.html | 17 ++++++-----
.../conversion/functions/as_vector.html | 17 ++++++-----
.../container/conversion/metafunctions.html | 5 ++--
.../conversion/metafunctions/as_list.html | 17 ++++++-----
.../conversion/metafunctions/as_map.html | 17 ++++++-----
.../conversion/metafunctions/as_set.html | 17 ++++++-----
.../conversion/metafunctions/as_vector.html | 17 ++++++-----
doc/html/fusion/container/generation.html | 7 +++--
.../container/generation/functions.html | 5 ++--
.../generation/functions/list_tie.html | 17 ++++++-----
.../generation/functions/make_cons.html | 19 ++++++------
.../generation/functions/make_list.html | 19 ++++++------
.../generation/functions/make_map.html | 23 ++++++++-------
.../generation/functions/make_set.html | 23 ++++++++-------
.../generation/functions/make_vector.html | 19 ++++++------
.../generation/functions/map_tie.html | 17 ++++++-----
.../container/generation/functions/tiers.html | 11 +++----
.../generation/functions/vector_tie.html | 17 ++++++-----
.../container/generation/metafunctions.html | 5 ++--
.../generation/metafunctions/list_tie.html | 17 ++++++-----
.../generation/metafunctions/make_cons.html | 17 ++++++-----
.../generation/metafunctions/make_list.html | 17 ++++++-----
.../generation/metafunctions/make_map.html | 23 ++++++++-------
.../generation/metafunctions/make_set.html | 21 +++++++-------
.../generation/metafunctions/make_vector.html | 17 ++++++-----
.../generation/metafunctions/map_tie.html | 17 ++++++-----
.../generation/metafunctions/vector_tie.html | 17 ++++++-----
doc/html/fusion/container/list.html | 19 ++++++------
doc/html/fusion/container/map.html | 19 ++++++------
doc/html/fusion/container/set.html | 19 ++++++------
doc/html/fusion/container/vector.html | 19 ++++++------
doc/html/fusion/extension.html | 5 ++--
doc/html/fusion/extension/ext_full.html | 21 +++++++-------
.../fusion/extension/iterator_facade.html | 19 ++++++------
doc/html/fusion/extension/macros.html | 5 ++--
.../fusion/extension/macros/adapt_assoc.html | 13 +++++----
.../fusion/extension/macros/adapt_struct.html | 13 +++++----
.../fusion/extension/sequence_facade.html | 19 ++++++------
doc/html/fusion/functional.html | 11 +++----
doc/html/fusion/functional/adapters.html | 5 ++--
.../fusion/functional/adapters/fused.html | 19 ++++++------
.../adapters/fused_function_object.html | 19 ++++++------
.../functional/adapters/fused_procedure.html | 19 ++++++------
.../functional/adapters/unfused_generic.html | 19 ++++++------
.../adapters/unfused_lvalue_args.html | 19 ++++++------
.../adapters/unfused_rvalue_args.html | 19 ++++++------
.../functional/adapters/unfused_typed.html | 19 ++++++------
doc/html/fusion/functional/concepts.html | 5 ++--
.../fusion/functional/concepts/callable.html | 11 +++----
.../functional/concepts/def_callable.html | 15 +++++-----
doc/html/fusion/functional/concepts/poly.html | 15 +++++-----
.../functional/concepts/reg_callable.html | 15 +++++-----
doc/html/fusion/functional/generation.html | 5 ++--
.../functional/generation/functions.html | 5 ++--
.../generation/functions/mk_fused.html | 19 ++++++------
.../generation/functions/mk_fused_fobj.html | 19 ++++++------
.../generation/functions/mk_fused_proc.html | 19 ++++++------
.../functions/mk_unfused_genrc.html | 19 ++++++------
.../functions/mk_unfused_lvargs.html | 19 ++++++------
.../functions/mk_unfused_rvargs.html | 19 ++++++------
.../functional/generation/metafunctions.html | 5 ++--
.../generation/metafunctions/mk_fused.html | 13 +++++----
.../metafunctions/mk_fused_fobj.html | 13 +++++----
.../metafunctions/mk_fused_proc.html | 13 +++++----
.../metafunctions/mk_unfused_genrc.html | 13 +++++----
.../metafunctions/mk_unfused_lvargs.html | 13 +++++----
.../metafunctions/mk_unfused_rvargs.html | 13 +++++----
doc/html/fusion/functional/invocation.html | 5 ++--
.../functional/invocation/functions.html | 5 ++--
.../invocation/functions/invoke.html | 17 ++++++-----
.../invocation/functions/invoke_fobj.html | 17 ++++++-----
.../invocation/functions/invoke_proc.html | 17 ++++++-----
.../functional/invocation/metafunctions.html | 5 ++--
.../invocation/metafunctions/invoke.html | 11 +++----
.../invocation/metafunctions/invoke_fobj.html | 11 +++----
.../invocation/metafunctions/invoke_proc.html | 11 +++----
doc/html/fusion/introduction.html | 5 ++--
doc/html/fusion/iterator.html | 5 ++--
doc/html/fusion/iterator/concepts.html | 5 ++--
.../concepts/bidirectional_iterator.html | 19 ++++++------
.../iterator/concepts/forward_iterator.html | 17 ++++++-----
.../concepts/random_access_iterator.html | 15 +++++-----
doc/html/fusion/iterator/functions.html | 5 ++--
.../fusion/iterator/functions/advance.html | 15 +++++-----
.../fusion/iterator/functions/advance_c.html | 15 +++++-----
doc/html/fusion/iterator/functions/deref.html | 15 +++++-----
.../fusion/iterator/functions/distance.html | 15 +++++-----
doc/html/fusion/iterator/functions/next.html | 15 +++++-----
doc/html/fusion/iterator/functions/prior.html | 15 +++++-----
doc/html/fusion/iterator/metafunctions.html | 5 ++--
.../iterator/metafunctions/advance.html | 15 +++++-----
.../iterator/metafunctions/advance_c.html | 15 +++++-----
.../fusion/iterator/metafunctions/deref.html | 15 +++++-----
.../iterator/metafunctions/distance.html | 15 +++++-----
.../iterator/metafunctions/equal_to.html | 15 +++++-----
.../fusion/iterator/metafunctions/next.html | 15 +++++-----
.../fusion/iterator/metafunctions/prior.html | 15 +++++-----
.../iterator/metafunctions/value_of.html | 15 +++++-----
doc/html/fusion/iterator/operator.html | 5 ++--
.../iterator/operator/operator_equality.html | 13 +++++----
.../operator/operator_inequality.html | 13 +++++----
.../operator/operator_unary_star.html | 15 +++++-----
doc/html/fusion/notes.html | 21 +++++++-------
doc/html/fusion/organization.html | 15 +++++-----
doc/html/fusion/preface.html | 15 +++++-----
doc/html/fusion/quick_start.html | 21 +++++++-------
doc/html/fusion/references.html | 5 ++--
doc/html/fusion/sequence.html | 7 +++--
doc/html/fusion/sequence/concepts.html | 9 +++---
.../concepts/associative_sequence.html | 15 +++++-----
.../concepts/bidirectional_sequence.html | 17 ++++++-----
.../sequence/concepts/forward_sequence.html | 17 ++++++-----
.../concepts/random_access_sequence.html | 17 ++++++-----
doc/html/fusion/sequence/intrinsic.html | 11 +++----
.../fusion/sequence/intrinsic/functions.html | 5 ++--
.../sequence/intrinsic/functions/at.html | 17 ++++++-----
.../sequence/intrinsic/functions/at_c.html | 17 ++++++-----
.../sequence/intrinsic/functions/at_key.html | 17 ++++++-----
.../sequence/intrinsic/functions/back.html | 17 ++++++-----
.../sequence/intrinsic/functions/begin.html | 17 ++++++-----
.../sequence/intrinsic/functions/empty.html | 17 ++++++-----
.../sequence/intrinsic/functions/end.html | 17 ++++++-----
.../sequence/intrinsic/functions/front.html | 17 ++++++-----
.../sequence/intrinsic/functions/has_key.html | 17 ++++++-----
.../sequence/intrinsic/functions/size.html | 17 ++++++-----
.../sequence/intrinsic/functions/swap.html | 15 +++++-----
.../sequence/intrinsic/metafunctions.html | 5 ++--
.../sequence/intrinsic/metafunctions/at.html | 19 ++++++------
.../intrinsic/metafunctions/at_c.html | 19 ++++++------
.../intrinsic/metafunctions/at_key.html | 19 ++++++------
.../intrinsic/metafunctions/back.html | 15 +++++-----
.../intrinsic/metafunctions/begin.html | 15 +++++-----
.../intrinsic/metafunctions/empty.html | 15 +++++-----
.../sequence/intrinsic/metafunctions/end.html | 15 +++++-----
.../intrinsic/metafunctions/front.html | 15 +++++-----
.../intrinsic/metafunctions/has_key.html | 15 +++++-----
.../intrinsic/metafunctions/size.html | 15 +++++-----
.../intrinsic/metafunctions/swap.html | 13 +++++----
.../intrinsic/metafunctions/value_at.html | 15 +++++-----
.../intrinsic/metafunctions/value_at_c.html | 15 +++++-----
.../intrinsic/metafunctions/value_at_key.html | 15 +++++-----
doc/html/fusion/sequence/operator.html | 5 ++--
.../fusion/sequence/operator/comparison.html | 7 +++--
.../sequence/operator/comparison/equal.html | 17 ++++++-----
.../operator/comparison/greater_than.html | 15 +++++-----
.../comparison/greater_than_equal.html | 15 +++++-----
.../operator/comparison/less_than.html | 15 +++++-----
.../operator/comparison/less_than_equal.html | 15 +++++-----
.../operator/comparison/not_equal.html | 15 +++++-----
doc/html/fusion/sequence/operator/i_o.html | 7 +++--
doc/html/fusion/sequence/operator/i_o/in.html | 17 ++++++-----
.../fusion/sequence/operator/i_o/out.html | 17 ++++++-----
doc/html/fusion/support.html | 5 ++--
doc/html/fusion/support/category_of.html | 17 ++++++-----
doc/html/fusion/support/deduce.html | 15 +++++-----
doc/html/fusion/support/deduce_sequence.html | 15 +++++-----
doc/html/fusion/support/is_sequence.html | 17 ++++++-----
doc/html/fusion/support/is_view.html | 17 ++++++-----
doc/html/fusion/support/pair.html | 17 ++++++-----
doc/html/fusion/support/tag_of.html | 17 ++++++-----
doc/html/fusion/tuple.html | 5 ++--
.../fusion/tuple/class_template_tuple.html | 7 +++--
.../class_template_tuple/construction.html | 9 +++---
.../class_template_tuple/element_access.html | 9 +++---
.../relational_operators.html | 9 +++---
.../tuple_creation_functions.html | 9 +++---
.../tuple_helper_classes.html | 9 +++---
doc/html/fusion/tuple/pairs.html | 9 +++---
doc/html/fusion/view.html | 7 +++--
doc/html/fusion/view/filter_view.html | 19 ++++++------
doc/html/fusion/view/iterator_range.html | 19 ++++++------
doc/html/fusion/view/joint_view.html | 19 ++++++------
doc/html/fusion/view/reverse_view.html | 17 ++++++-----
doc/html/fusion/view/single_view.html | 17 ++++++-----
doc/html/fusion/view/transform_view.html | 17 ++++++-----
doc/html/fusion/view/zip_view.html | 19 ++++++------
doc/html/index.html | 6 ++--
.../fusion/algorithm/query/ext_/find_if_s.hpp | 2 +-
.../view/ext_/segmented_iterator_range.hpp | 29 ++++++++++++++-----
test/sequence/ext_/iterator_range_s.cpp | 4 +--
test/sequence/filter_view.cpp | 2 ++
263 files changed, 2041 insertions(+), 1768 deletions(-)
diff --git a/doc/html/fusion/acknowledgements.html b/doc/html/fusion/acknowledgements.html
index 39960553..d10ff6f0 100644
--- a/doc/html/fusion/acknowledgements.html
+++ b/doc/html/fusion/acknowledgements.html
@@ -42,11 +42,12 @@
diff --git a/doc/html/fusion/adapted.html b/doc/html/fusion/adapted.html
index def0b264..0a9121e6 100644
--- a/doc/html/fusion/adapted.html
+++ b/doc/html/fusion/adapted.html
@@ -39,11 +39,11 @@
non-intrusive
Extension mechanism.
If you wish to use these sequences with fusion, simply include the necessary
files and they will be regarded as first-class, fully conforming fusion sequences
-
[13]
+
[13]
.
@@ -52,7 +52,7 @@
diff --git a/doc/html/fusion/algorithm/transformation/functions.html b/doc/html/fusion/algorithm/transformation/functions.html
index b747c3a8..10863dc6 100644
--- a/doc/html/fusion/algorithm/transformation/functions.html
+++ b/doc/html/fusion/algorithm/transformation/functions.html
@@ -49,11 +49,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/functions/clear.html b/doc/html/fusion/algorithm/transformation/functions/clear.html
index b00dc7f8..173037b8 100644
--- a/doc/html/fusion/algorithm/transformation/functions/clear.html
+++ b/doc/html/fusion/algorithm/transformation/functions/clear.html
@@ -26,14 +26,14 @@
clear returns an empty sequence.
@@ -43,7 +43,7 @@
typename result_of::clear<Sequence const>::type clear(Sequence const& seq);
-
Table 1.62. Parameters
+
Table 1.62. Parameters
@@ -106,14 +106,14 @@
with no elements.
Constant.
@@ -121,7 +121,7 @@
#include <boost/fusion/include/clear.hpp>
@@ -130,11 +130,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/functions/erase.html b/doc/html/fusion/algorithm/transformation/functions/erase.html
index c90b40ab..6f7c111e 100644
--- a/doc/html/fusion/algorithm/transformation/functions/erase.html
+++ b/doc/html/fusion/algorithm/transformation/functions/erase.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
those at a specified iterator, or between two iterators.
@@ -54,7 +54,7 @@
Sequence const& seq, First const& it1, Last const& it2);
-
Table 1.63. Parameters
+
Table 1.63. Parameters
@@ -172,14 +172,14 @@
in their original order, except those in the range [
first,
last).
Constant. Returns a view which is lazily evaluated.
@@ -187,7 +187,7 @@
#include <boost/fusion/include/erase.hpp>
@@ -198,11 +198,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/functions/erase_key.html b/doc/html/fusion/algorithm/transformation/functions/erase_key.html
index 54212949..6ba6a695 100644
--- a/doc/html/fusion/algorithm/transformation/functions/erase_key.html
+++ b/doc/html/fusion/algorithm/transformation/functions/erase_key.html
@@ -26,7 +26,7 @@
@@ -39,7 +39,7 @@
with a given key.
@@ -50,7 +50,7 @@
typename result_of::erase_key<Sequence const, Key>::type erase_key(Sequence const& seq);
-
Table 1.64. Parameters
+
Table 1.64. Parameters
@@ -133,14 +133,14 @@
except those with key
Key.
Constant. Returns a view which is lazily evaluated.
@@ -148,7 +148,7 @@
#include <boost/fusion/include/erase_key.hpp>
@@ -157,11 +157,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/functions/filter.html b/doc/html/fusion/algorithm/transformation/functions/filter.html
index ff01592f..a332c3d3 100644
--- a/doc/html/fusion/algorithm/transformation/functions/filter.html
+++ b/doc/html/fusion/algorithm/transformation/functions/filter.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
the elements of a specified type.
@@ -45,7 +45,7 @@
typename result_of::filter<Sequence const, T>::type filter(Sequence const& seq);
-
Table 1.53. Parameters
+
Table 1.53. Parameters
@@ -129,14 +129,14 @@
to
filter_if<boost::same_type<_, T> >(seq).
Constant. Returns a view which is lazily evaluated.
@@ -144,7 +144,7 @@
#include <boost/fusion/include/filter.hpp>
@@ -154,11 +154,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/functions/filter_if.html b/doc/html/fusion/algorithm/transformation/functions/filter_if.html
index cf01743f..69d113cc 100644
--- a/doc/html/fusion/algorithm/transformation/functions/filter_if.html
+++ b/doc/html/fusion/algorithm/transformation/functions/filter_if.html
@@ -26,7 +26,7 @@
@@ -35,7 +35,7 @@
Lambda Expression evaluates to boost::mpl::true_.
@@ -46,7 +46,7 @@
typename result_of::filter_if<Sequence const, Pred>::type filter_if(Sequence const& seq);
-
Table 1.54. Parameters
+
Table 1.54. Parameters
@@ -132,14 +132,14 @@
is the same as in the original sequence.
Constant. Returns a view which is lazily evaluated.
@@ -147,7 +147,7 @@
#include <boost/fusion/include/filter_if.hpp>
@@ -157,11 +157,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/functions/insert.html b/doc/html/fusion/algorithm/transformation/functions/insert.html
index d96a070f..9f96a928 100644
--- a/doc/html/fusion/algorithm/transformation/functions/insert.html
+++ b/doc/html/fusion/algorithm/transformation/functions/insert.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
element inserted the position described by a given iterator.
@@ -46,7 +46,7 @@
unspecified insert(Sequence const& seq, Pos const& pos, T const& t);
-
Table 1.65. Parameters
+
Table 1.65. Parameters
@@ -150,14 +150,14 @@
pos.
Constant. Returns a view which is lazily evaluated.
@@ -165,7 +165,7 @@
#include <boost/fusion/include/insert.hpp>
@@ -175,11 +175,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/functions/insert_range.html b/doc/html/fusion/algorithm/transformation/functions/insert_range.html
index 44266528..a722101d 100644
--- a/doc/html/fusion/algorithm/transformation/functions/insert_range.html
+++ b/doc/html/fusion/algorithm/transformation/functions/insert_range.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
iterator.
@@ -47,7 +47,7 @@
Sequence const& seq, Pos const& pos, Range const& range);
-
Table 1.66. Parameters
+
Table 1.66. Parameters
@@ -153,14 +153,14 @@
All elements retaining their ordering from the orignal sequences.
Constant. Returns a view which is lazily evaluated.
@@ -168,7 +168,7 @@
#include <boost/fusion/include/insert_range.hpp>
@@ -178,11 +178,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/functions/join.html b/doc/html/fusion/algorithm/transformation/functions/join.html
index db68680e..97e6b27b 100644
--- a/doc/html/fusion/algorithm/transformation/functions/join.html
+++ b/doc/html/fusion/algorithm/transformation/functions/join.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
first followed by the elements of the second.
@@ -44,7 +44,7 @@
typename result_of::join<LhSequence, RhSequence>::type join(LhSequence const& lhs, RhSequence const& rhs);
-
Table 1.67. Parameters
+
Table 1.67. Parameters
@@ -130,14 +130,14 @@
The order of th elements is preserved.
Constant. Returns a view which is lazily evaluated.
@@ -145,7 +145,7 @@
#include <boost/fusion/include/join.hpp>
@@ -156,11 +156,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/functions/pop_back.html b/doc/html/fusion/algorithm/transformation/functions/pop_back.html
index 5f0a61a9..469ccdb1 100644
--- a/doc/html/fusion/algorithm/transformation/functions/pop_back.html
+++ b/doc/html/fusion/algorithm/transformation/functions/pop_back.html
@@ -26,14 +26,14 @@
Returns a new sequence, with the last element of the original removed.
@@ -43,7 +43,7 @@
typename result_of::pop_back<Sequence const>::type pop_back(Sequence const& seq);
-
Table 1.69. Parameters
+
Table 1.69. Parameters
@@ -108,14 +108,14 @@
same order as they were in
seq.
Constant. Returns a view which is lazily evaluated.
@@ -123,7 +123,7 @@
#include <boost/fusion/include/pop_back.hpp>
@@ -132,11 +132,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/functions/pop_front.html b/doc/html/fusion/algorithm/transformation/functions/pop_front.html
index ed3107d5..e35b7b96 100644
--- a/doc/html/fusion/algorithm/transformation/functions/pop_front.html
+++ b/doc/html/fusion/algorithm/transformation/functions/pop_front.html
@@ -26,14 +26,14 @@
Returns a new sequence, with the first element of the original removed.
@@ -43,7 +43,7 @@
typename result_of::pop_front<Sequence const>::type pop_front(Sequence const& seq);
-
Table 1.70. Parameters
+
Table 1.70. Parameters
@@ -108,14 +108,14 @@
same order as they were in
seq.
Constant. Returns a view which is lazily evaluated.
@@ -123,7 +123,7 @@
#include <boost/fusion/include/pop_front.hpp>
@@ -132,11 +132,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/functions/push_back.html b/doc/html/fusion/algorithm/transformation/functions/push_back.html
index 4886e62b..45e5c236 100644
--- a/doc/html/fusion/algorithm/transformation/functions/push_back.html
+++ b/doc/html/fusion/algorithm/transformation/functions/push_back.html
@@ -26,14 +26,14 @@
Returns a new sequence with an element added at the end.
@@ -45,7 +45,7 @@
Sequence const& seq, T const& t);
-
Table 1.71. Parameters
+
Table 1.71. Parameters
@@ -129,14 +129,14 @@
to the end. The elements are in the same order as they were in
seq.
Constant. Returns a view which is lazily evaluated.
@@ -144,7 +144,7 @@
#include <boost/fusion/include/push_back.hpp>
@@ -153,11 +153,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/functions/push_front.html b/doc/html/fusion/algorithm/transformation/functions/push_front.html
index af6b66b9..968235c8 100644
--- a/doc/html/fusion/algorithm/transformation/functions/push_front.html
+++ b/doc/html/fusion/algorithm/transformation/functions/push_front.html
@@ -26,14 +26,14 @@
Returns a new sequence with an element added at the beginning.
@@ -45,7 +45,7 @@
Sequence const& seq, T const& t);
-
Table 1.72. Parameters
+
Table 1.72. Parameters
@@ -130,14 +130,14 @@
seq.
Constant. Returns a view which is lazily evaluated.
@@ -145,7 +145,7 @@
#include <boost/fusion/include/push_front.hpp>
@@ -154,11 +154,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/functions/remove.html b/doc/html/fusion/algorithm/transformation/functions/remove.html
index f6af75d4..73274cbb 100644
--- a/doc/html/fusion/algorithm/transformation/functions/remove.html
+++ b/doc/html/fusion/algorithm/transformation/functions/remove.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
except those of a given type.
@@ -45,7 +45,7 @@
typename result_of::remove<Sequence const, T>::type replace(Sequence const& seq);
-
Table 1.59. Parameters
+
Table 1.59. Parameters
@@ -129,14 +129,14 @@
Equivalent to
remove_if<boost::is_same<_,T> >(seq).
Constant. Returns a view which is lazily evaluated.
@@ -144,7 +144,7 @@
#include <boost/fusion/include/remove.hpp>
@@ -154,11 +154,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/functions/remove_if.html b/doc/html/fusion/algorithm/transformation/functions/remove_if.html
index bc4167e2..fbefda13 100644
--- a/doc/html/fusion/algorithm/transformation/functions/remove_if.html
+++ b/doc/html/fusion/algorithm/transformation/functions/remove_if.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
those where a given unary function object evaluates to true.
@@ -45,7 +45,7 @@
typename result_of::remove_if<Sequence const, Pred>::type remove_if(Sequence const& seq);
-
Table 1.60. Parameters
+
Table 1.60. Parameters
@@ -131,14 +131,14 @@
>(seq).
Constant. Returns a view which is lazily evaluated.
@@ -146,7 +146,7 @@
#include <boost/fusion/include/remove_if.hpp>
@@ -156,11 +156,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/functions/replace.html b/doc/html/fusion/algorithm/transformation/functions/replace.html
index 3c7a2322..f3b6ee15 100644
--- a/doc/html/fusion/algorithm/transformation/functions/replace.html
+++ b/doc/html/fusion/algorithm/transformation/functions/replace.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
a new value.
@@ -46,7 +46,7 @@
Sequence const& seq, T const& old_value, T const& new_value);
-
Table 1.57. Parameters
+
Table 1.57. Parameters
@@ -151,14 +151,14 @@
to elements with the same type and equal to
old_value.
Constant. Returns a view which is lazily evaluated.
@@ -166,7 +166,7 @@
#include <boost/fusion/include/replace.hpp>
@@ -175,11 +175,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/functions/replace_if.html b/doc/html/fusion/algorithm/transformation/functions/replace_if.html
index 61cec450..3e3fe678 100644
--- a/doc/html/fusion/algorithm/transformation/functions/replace_if.html
+++ b/doc/html/fusion/algorithm/transformation/functions/replace_if.html
@@ -26,7 +26,7 @@
@@ -35,7 +35,7 @@
replaced with a new value.
@@ -47,7 +47,7 @@
Sequence const& seq, F f, T const& new_value);
-
Table 1.58. Parameters
+
Table 1.58. Parameters
@@ -151,14 +151,14 @@
evaluates to
true.
Constant. Returns a view which is lazily evaluated.
@@ -166,7 +166,7 @@
#include <boost/fusion/include/replace_if.hpp>
@@ -184,11 +184,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/functions/reverse.html b/doc/html/fusion/algorithm/transformation/functions/reverse.html
index 33b11e6f..e9b86fd2 100644
--- a/doc/html/fusion/algorithm/transformation/functions/reverse.html
+++ b/doc/html/fusion/algorithm/transformation/functions/reverse.html
@@ -26,14 +26,14 @@
Returns a new sequence with the elements of the original in reverse order.
@@ -43,7 +43,7 @@
typename result_of::reverse<Sequence const>::type reverse(Sequence const& seq);
-
Table 1.61. Parameters
+
Table 1.61. Parameters
@@ -107,14 +107,14 @@
in reverse order.
Constant. Returns a view which is lazily evaluated.
@@ -122,7 +122,7 @@
#include <boost/fusion/include/reverse.hpp>
@@ -131,11 +131,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/functions/transform.html b/doc/html/fusion/algorithm/transformation/functions/transform.html
index 73e7581d..24029b65 100644
--- a/doc/html/fusion/algorithm/transformation/functions/transform.html
+++ b/doc/html/fusion/algorithm/transformation/functions/transform.html
@@ -26,7 +26,7 @@
@@ -37,7 +37,7 @@
of seq.
@@ -50,7 +50,7 @@
Sequence const& seq, F f);
-
Table 1.55. Parameters
+
Table 1.55. Parameters
@@ -136,7 +136,7 @@
within
seq.
@@ -150,7 +150,7 @@
Sequence1 const& seq1, Sequence2 const& seq2, F f);
-
Table 1.56. Parameters
+
Table 1.56. Parameters
@@ -248,14 +248,14 @@
within seq1 and seq2 respectively.
Constant. Returns a view which is lazily evaluated.
@@ -263,7 +263,7 @@
#include <boost/fusion/include/transform.hpp>
@@ -282,11 +282,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/functions/zip.html b/doc/html/fusion/algorithm/transformation/functions/zip.html
index babc921a..ac8f1653 100644
--- a/doc/html/fusion/algorithm/transformation/functions/zip.html
+++ b/doc/html/fusion/algorithm/transformation/functions/zip.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
of the members of the component sequences.
@@ -48,7 +48,7 @@
zip(Sequence1 const& seq1, Sequence2 const& seq2, ... SequenceN const& seqN);
-
Table 1.68. Parameters
+
Table 1.68. Parameters
@@ -117,14 +117,14 @@
'c'))
Constant. Returns a view which is lazily evaluated.
@@ -132,7 +132,7 @@
#include <boost/fusion/include/zip.hpp>
@@ -143,11 +143,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions.html b/doc/html/fusion/algorithm/transformation/metafunctions.html
index b5ce1775..f6bad707 100644
--- a/doc/html/fusion/algorithm/transformation/metafunctions.html
+++ b/doc/html/fusion/algorithm/transformation/metafunctions.html
@@ -49,11 +49,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/clear.html b/doc/html/fusion/algorithm/transformation/metafunctions/clear.html
index a34ca62e..1b0a6c9a 100644
--- a/doc/html/fusion/algorithm/transformation/metafunctions/clear.html
+++ b/doc/html/fusion/algorithm/transformation/metafunctions/clear.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
type.
@@ -47,7 +47,7 @@
};
-
Table 1.82. Parameters
+
Table 1.82. Parameters
@@ -107,14 +107,14 @@
Semantics: Returns an empty sequence.
Constant.
@@ -124,11 +124,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/erase.html b/doc/html/fusion/algorithm/transformation/metafunctions/erase.html
index 803aef0b..1a729e51 100644
--- a/doc/html/fusion/algorithm/transformation/metafunctions/erase.html
+++ b/doc/html/fusion/algorithm/transformation/metafunctions/erase.html
@@ -30,11 +30,11 @@
and range delimiting iterator types.
@@ -48,7 +48,7 @@
};
-
Table 1.83. Parameters
+
Table 1.83. Parameters
@@ -164,14 +164,14 @@
and
It2 removed.
Constant.
@@ -181,11 +181,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/erase_key.html b/doc/html/fusion/algorithm/transformation/metafunctions/erase_key.html
index 1b304055..7daef275 100644
--- a/doc/html/fusion/algorithm/transformation/metafunctions/erase_key.html
+++ b/doc/html/fusion/algorithm/transformation/metafunctions/erase_key.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
and key types.
@@ -48,7 +48,7 @@
};
-
Table 1.84. Parameters
+
Table 1.84. Parameters
@@ -131,14 +131,14 @@
except those with key
Key.
Constant.
@@ -148,11 +148,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/filter.html b/doc/html/fusion/algorithm/transformation/metafunctions/filter.html
index f698637c..840630cc 100644
--- a/doc/html/fusion/algorithm/transformation/metafunctions/filter.html
+++ b/doc/html/fusion/algorithm/transformation/metafunctions/filter.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
and type to retain.
@@ -48,7 +48,7 @@
};
-
Table 1.73. Parameter
+
Table 1.73. Parameter
@@ -133,14 +133,14 @@
boost::is_same<mpl::_, T> >::type.
Constant.
@@ -150,11 +150,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/filter_if.html b/doc/html/fusion/algorithm/transformation/metafunctions/filter_if.html
index fb5f20c2..223bdff6 100644
--- a/doc/html/fusion/algorithm/transformation/metafunctions/filter_if.html
+++ b/doc/html/fusion/algorithm/transformation/metafunctions/filter_if.html
@@ -26,7 +26,7 @@
@@ -35,7 +35,7 @@
Lambda Expression predicate type.
@@ -49,7 +49,7 @@
};
-
Table 1.74. Parameter
+
Table 1.74. Parameter
@@ -134,14 +134,14 @@
to
boost::mpl::true_.
Constant.
@@ -151,11 +151,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/insert.html b/doc/html/fusion/algorithm/transformation/metafunctions/insert.html
index 42af2fab..2325c2b6 100644
--- a/doc/html/fusion/algorithm/transformation/metafunctions/insert.html
+++ b/doc/html/fusion/algorithm/transformation/metafunctions/insert.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
position iterator and insertion types.
@@ -49,7 +49,7 @@
};
-
Table 1.85. Parameters
+
Table 1.85. Parameters
@@ -152,14 +152,14 @@
in
Sequence.
Constant.
@@ -169,11 +169,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/insert_range.html b/doc/html/fusion/algorithm/transformation/metafunctions/insert_range.html
index 8c34b5ba..3ed32a9d 100644
--- a/doc/html/fusion/algorithm/transformation/metafunctions/insert_range.html
+++ b/doc/html/fusion/algorithm/transformation/metafunctions/insert_range.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
sequence, position iterator and insertion range types.
@@ -49,7 +49,7 @@
};
-
Table 1.86. Parameters
+
Table 1.86. Parameters
@@ -154,14 +154,14 @@
into
Sequence.
Constant.
@@ -171,11 +171,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/join.html b/doc/html/fusion/algorithm/transformation/metafunctions/join.html
index 05225ff4..d5161a7f 100644
--- a/doc/html/fusion/algorithm/transformation/metafunctions/join.html
+++ b/doc/html/fusion/algorithm/transformation/metafunctions/join.html
@@ -26,14 +26,14 @@
Returns the result of joining 2 sequences, given the sequence types.
@@ -47,7 +47,7 @@
};
@@ -66,14 +66,14 @@
The order of the elements in the 2 sequences is preserved.
Constant.
@@ -83,11 +83,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/pop_back.html b/doc/html/fusion/algorithm/transformation/metafunctions/pop_back.html
index 0f5aa952..d721679b 100644
--- a/doc/html/fusion/algorithm/transformation/metafunctions/pop_back.html
+++ b/doc/html/fusion/algorithm/transformation/metafunctions/pop_back.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
type.
@@ -47,7 +47,7 @@
};
-
Table 1.87. Parameters
+
Table 1.87. Parameters
@@ -111,14 +111,14 @@
except the last element.
Constant.
@@ -128,11 +128,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/pop_front.html b/doc/html/fusion/algorithm/transformation/metafunctions/pop_front.html
index bbfc80e6..cf63ad2e 100644
--- a/doc/html/fusion/algorithm/transformation/metafunctions/pop_front.html
+++ b/doc/html/fusion/algorithm/transformation/metafunctions/pop_front.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
type.
@@ -47,7 +47,7 @@
};
-
Table 1.88. Parameters
+
Table 1.88. Parameters
@@ -111,7 +111,7 @@
except the first element.
@@ -123,11 +123,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/push_back.html b/doc/html/fusion/algorithm/transformation/metafunctions/push_back.html
index 31c8b869..89823b4e 100644
--- a/doc/html/fusion/algorithm/transformation/metafunctions/push_back.html
+++ b/doc/html/fusion/algorithm/transformation/metafunctions/push_back.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
the input sequence and element to push.
@@ -48,7 +48,7 @@
};
-
Table 1.89. Parameters
+
Table 1.89. Parameters
@@ -132,7 +132,7 @@
added to the end.
@@ -144,11 +144,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/push_front.html b/doc/html/fusion/algorithm/transformation/metafunctions/push_front.html
index d68dc5c7..1b200171 100644
--- a/doc/html/fusion/algorithm/transformation/metafunctions/push_front.html
+++ b/doc/html/fusion/algorithm/transformation/metafunctions/push_front.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
of the input sequence and element to push.
@@ -48,7 +48,7 @@
};
-
Table 1.90. Parameters
+
Table 1.90. Parameters
@@ -132,7 +132,7 @@
added to the beginning.
@@ -144,11 +144,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/remove.html b/doc/html/fusion/algorithm/transformation/metafunctions/remove.html
index cfc5b7d4..703673e0 100644
--- a/doc/html/fusion/algorithm/transformation/metafunctions/remove.html
+++ b/doc/html/fusion/algorithm/transformation/metafunctions/remove.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
removal types.
@@ -48,7 +48,7 @@
};
-
Table 1.79. Parameters
+
Table 1.79. Parameters
@@ -133,14 +133,14 @@
boost::is_same<mpl::_, T> >::type.
Constant.
@@ -150,11 +150,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/remove_if.html b/doc/html/fusion/algorithm/transformation/metafunctions/remove_if.html
index 4d336c96..1ea7739c 100644
--- a/doc/html/fusion/algorithm/transformation/metafunctions/remove_if.html
+++ b/doc/html/fusion/algorithm/transformation/metafunctions/remove_if.html
@@ -26,7 +26,7 @@
@@ -35,7 +35,7 @@
Lambda Expression predicate types.
@@ -49,7 +49,7 @@
};
-
Table 1.80. Parameters
+
Table 1.80. Parameters
@@ -134,14 +134,14 @@
to
boost::mpl::false_.
Constant.
@@ -151,11 +151,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/replace.html b/doc/html/fusion/algorithm/transformation/metafunctions/replace.html
index 075b5281..d6d9c35d 100644
--- a/doc/html/fusion/algorithm/transformation/metafunctions/replace.html
+++ b/doc/html/fusion/algorithm/transformation/metafunctions/replace.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
the input sequence and element to replace.
@@ -48,7 +48,7 @@
};
-
Table 1.77. Parameters
+
Table 1.77. Parameters
@@ -130,14 +130,14 @@
replace.
Constant.
@@ -147,11 +147,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/replace_if.html b/doc/html/fusion/algorithm/transformation/metafunctions/replace_if.html
index a0fc58e9..dcded614 100644
--- a/doc/html/fusion/algorithm/transformation/metafunctions/replace_if.html
+++ b/doc/html/fusion/algorithm/transformation/metafunctions/replace_if.html
@@ -26,7 +26,7 @@
@@ -36,7 +36,7 @@
Function Object predicate and replacement object.
@@ -50,7 +50,7 @@
};
-
Table 1.78. Parameters
+
Table 1.78. Parameters
@@ -151,14 +151,14 @@
replace_if.
Constant.
@@ -168,11 +168,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/reverse.html b/doc/html/fusion/algorithm/transformation/metafunctions/reverse.html
index 72b4e74b..17bc9674 100644
--- a/doc/html/fusion/algorithm/transformation/metafunctions/reverse.html
+++ b/doc/html/fusion/algorithm/transformation/metafunctions/reverse.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
type.
@@ -47,7 +47,7 @@
};
-
Table 1.81. Parameters
+
Table 1.81. Parameters
@@ -110,14 +110,14 @@
elements in the reverse order to
Sequence.
Constant.
@@ -127,11 +127,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/transform.html b/doc/html/fusion/algorithm/transformation/metafunctions/transform.html
index 7f8f0d37..2e12466d 100644
--- a/doc/html/fusion/algorithm/transformation/metafunctions/transform.html
+++ b/doc/html/fusion/algorithm/transformation/metafunctions/transform.html
@@ -26,7 +26,7 @@
@@ -37,7 +37,7 @@
of seq.
@@ -50,7 +50,7 @@
Sequence const& seq, F f);
-
Table 1.75. Parameters
+
Table 1.75. Parameters
@@ -136,7 +136,7 @@
within
seq.
@@ -150,7 +150,7 @@
Sequence1 const& seq1, Sequence2 const& seq2, F f);
-
Table 1.76. Parameters
+
Table 1.76. Parameters
@@ -248,14 +248,14 @@
within seq1 and seq2 respectively.
Constant. Returns a view which is lazily evaluated.
@@ -263,7 +263,7 @@
#include <boost/fusion/include/transform.hpp>
@@ -282,11 +282,12 @@
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/zip.html b/doc/html/fusion/algorithm/transformation/metafunctions/zip.html
index 943943ee..e97c4f37 100644
--- a/doc/html/fusion/algorithm/transformation/metafunctions/zip.html
+++ b/doc/html/fusion/algorithm/transformation/metafunctions/zip.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
of the members of the component sequences.
@@ -50,7 +50,7 @@
};
@@ -73,14 +73,14 @@
'c'))
Constant.
@@ -90,11 +90,12 @@
diff --git a/doc/html/fusion/change_log.html b/doc/html/fusion/change_log.html
index 04e3e7e6..dda2f704 100644
--- a/doc/html/fusion/change_log.html
+++ b/doc/html/fusion/change_log.html
@@ -44,11 +44,12 @@
diff --git a/doc/html/fusion/container.html b/doc/html/fusion/container.html
index f833f5a6..cbf78d3b 100644
--- a/doc/html/fusion/container.html
+++ b/doc/html/fusion/container.html
@@ -49,7 +49,7 @@
These containers are more or less counterparts of those in
STL.
@@ -59,11 +59,12 @@
diff --git a/doc/html/fusion/container/cons.html b/doc/html/fusion/container/cons.html
index 7de54374..9aae9e4a 100644
--- a/doc/html/fusion/container/cons.html
+++ b/doc/html/fusion/container/cons.html
@@ -26,7 +26,7 @@
@@ -42,7 +42,7 @@
Inlined Functions).
@@ -50,7 +50,7 @@
#include <boost/fusion/include/cons.hpp>
@@ -58,7 +58,7 @@
struct cons;
@@ -309,11 +309,12 @@
diff --git a/doc/html/fusion/container/conversion.html b/doc/html/fusion/container/conversion.html
index ac9a743e..7dce3bc0 100644
--- a/doc/html/fusion/container/conversion.html
+++ b/doc/html/fusion/container/conversion.html
@@ -34,7 +34,7 @@
types using one of these conversion functions.
@@ -43,11 +43,12 @@
diff --git a/doc/html/fusion/container/conversion/functions.html b/doc/html/fusion/container/conversion/functions.html
index 31e5f963..62891875 100644
--- a/doc/html/fusion/container/conversion/functions.html
+++ b/doc/html/fusion/container/conversion/functions.html
@@ -34,11 +34,12 @@
diff --git a/doc/html/fusion/container/conversion/functions/as_list.html b/doc/html/fusion/container/conversion/functions/as_list.html
index 89a4275d..c1c01063 100644
--- a/doc/html/fusion/container/conversion/functions/as_list.html
+++ b/doc/html/fusion/container/conversion/functions/as_list.html
@@ -26,14 +26,14 @@
Convert a fusion sequence to a list.
@@ -46,7 +46,7 @@
as_list(Sequence const& seq);
@@ -106,7 +106,7 @@
seq, to a
list.
@@ -114,7 +114,7 @@
#include <boost/fusion/include/as_list.hpp>
@@ -123,11 +123,12 @@
diff --git a/doc/html/fusion/container/conversion/functions/as_map.html b/doc/html/fusion/container/conversion/functions/as_map.html
index 6346e599..96970ed9 100644
--- a/doc/html/fusion/container/conversion/functions/as_map.html
+++ b/doc/html/fusion/container/conversion/functions/as_map.html
@@ -26,14 +26,14 @@
Convert a fusion sequence to a map.
@@ -46,7 +46,7 @@
as_map(Sequence const& seq);
@@ -111,7 +111,7 @@
There may be no duplicate
fusion::pair key types.
@@ -119,7 +119,7 @@
#include <boost/fusion/include/as_map.hpp>
@@ -130,11 +130,12 @@
diff --git a/doc/html/fusion/container/conversion/functions/as_set.html b/doc/html/fusion/container/conversion/functions/as_set.html
index f62e0550..07f13e38 100644
--- a/doc/html/fusion/container/conversion/functions/as_set.html
+++ b/doc/html/fusion/container/conversion/functions/as_set.html
@@ -26,14 +26,14 @@
Convert a fusion sequence to a set.
@@ -46,7 +46,7 @@
as_set(Sequence const& seq);
@@ -110,7 +110,7 @@
key types.
@@ -118,7 +118,7 @@
#include <boost/fusion/include/as_set.hpp>
@@ -127,11 +127,12 @@
diff --git a/doc/html/fusion/container/conversion/functions/as_vector.html b/doc/html/fusion/container/conversion/functions/as_vector.html
index 0dfa96c3..cf2ffebf 100644
--- a/doc/html/fusion/container/conversion/functions/as_vector.html
+++ b/doc/html/fusion/container/conversion/functions/as_vector.html
@@ -26,14 +26,14 @@
Convert a fusion sequence to a vector.
@@ -46,7 +46,7 @@
as_vector(Sequence const& seq);
@@ -106,7 +106,7 @@
seq, to a
vector.
@@ -114,7 +114,7 @@
#include <boost/fusion/include/as_vector.hpp>
@@ -123,11 +123,12 @@
diff --git a/doc/html/fusion/container/conversion/metafunctions.html b/doc/html/fusion/container/conversion/metafunctions.html
index 88f47305..9e033417 100644
--- a/doc/html/fusion/container/conversion/metafunctions.html
+++ b/doc/html/fusion/container/conversion/metafunctions.html
@@ -34,11 +34,12 @@
diff --git a/doc/html/fusion/container/conversion/metafunctions/as_list.html b/doc/html/fusion/container/conversion/metafunctions/as_list.html
index a063dc37..b38529ce 100644
--- a/doc/html/fusion/container/conversion/metafunctions/as_list.html
+++ b/doc/html/fusion/container/conversion/metafunctions/as_list.html
@@ -26,14 +26,14 @@
Returns the result type of as_list.
@@ -41,7 +41,7 @@
struct as_list;
@@ -102,7 +102,7 @@
Sequence, to a
list.
@@ -110,7 +110,7 @@
#include <boost/fusion/include/as_list.hpp>
@@ -119,11 +119,12 @@
diff --git a/doc/html/fusion/container/conversion/metafunctions/as_map.html b/doc/html/fusion/container/conversion/metafunctions/as_map.html
index 32ecf052..1cf61ca1 100644
--- a/doc/html/fusion/container/conversion/metafunctions/as_map.html
+++ b/doc/html/fusion/container/conversion/metafunctions/as_map.html
@@ -26,14 +26,14 @@
Returns the result type of as_map.
@@ -41,7 +41,7 @@
struct as_map;
@@ -107,7 +107,7 @@
There may be no duplicate
fusion::pair key types.
@@ -115,7 +115,7 @@
#include <boost/fusion/include/as_map.hpp>
@@ -126,11 +126,12 @@
diff --git a/doc/html/fusion/container/conversion/metafunctions/as_set.html b/doc/html/fusion/container/conversion/metafunctions/as_set.html
index 730957e1..bbc19d38 100644
--- a/doc/html/fusion/container/conversion/metafunctions/as_set.html
+++ b/doc/html/fusion/container/conversion/metafunctions/as_set.html
@@ -26,14 +26,14 @@
Returns the result type of as_set.
@@ -41,7 +41,7 @@
struct as_set;
@@ -106,7 +106,7 @@
key types.
@@ -114,7 +114,7 @@
#include <boost/fusion/include/as_set.hpp>
@@ -123,11 +123,12 @@
diff --git a/doc/html/fusion/container/conversion/metafunctions/as_vector.html b/doc/html/fusion/container/conversion/metafunctions/as_vector.html
index 7df6c825..a2d812b3 100644
--- a/doc/html/fusion/container/conversion/metafunctions/as_vector.html
+++ b/doc/html/fusion/container/conversion/metafunctions/as_vector.html
@@ -26,14 +26,14 @@
Returns the result type of as_vector.
@@ -41,7 +41,7 @@
struct as_vector;
@@ -102,7 +102,7 @@
Sequence, to a
vector.
@@ -110,7 +110,7 @@
#include <boost/fusion/include/as_vector.hpp>
@@ -119,11 +119,12 @@
diff --git a/doc/html/fusion/container/generation.html b/doc/html/fusion/container/generation.html
index 6fa9fe91..6a4fbfde 100644
--- a/doc/html/fusion/container/generation.html
+++ b/doc/html/fusion/container/generation.html
@@ -33,7 +33,7 @@
These are the functions that you can use to generate various forms of
Container from elemental values.
@@ -43,11 +43,12 @@
diff --git a/doc/html/fusion/container/generation/functions.html b/doc/html/fusion/container/generation/functions.html
index 2888e99c..20861a17 100644
--- a/doc/html/fusion/container/generation/functions.html
+++ b/doc/html/fusion/container/generation/functions.html
@@ -39,11 +39,12 @@
diff --git a/doc/html/fusion/container/generation/functions/list_tie.html b/doc/html/fusion/container/generation/functions/list_tie.html
index 8db25bfc..9e5795df 100644
--- a/doc/html/fusion/container/generation/functions/list_tie.html
+++ b/doc/html/fusion/container/generation/functions/list_tie.html
@@ -26,14 +26,14 @@
Constructs a tie using a list sequence.
@@ -53,7 +53,7 @@
#define FUSION_MAX_LIST_SIZE 20
@@ -115,7 +115,7 @@
Semantics: Create a
list of references from
x0, x1,... xN.
@@ -123,7 +123,7 @@
#include <boost/fusion/include/list_tie.hpp>
@@ -134,11 +134,12 @@
diff --git a/doc/html/fusion/container/generation/functions/make_cons.html b/doc/html/fusion/container/generation/functions/make_cons.html
index e0d92a07..7563364d 100644
--- a/doc/html/fusion/container/generation/functions/make_cons.html
+++ b/doc/html/fusion/container/generation/functions/make_cons.html
@@ -26,7 +26,7 @@
@@ -35,7 +35,7 @@
and optional cdr (tail).
@@ -48,7 +48,7 @@
make_cons(Car const& car, Cdr const& cdr);
@@ -128,7 +128,7 @@
(
tail).
@@ -136,14 +136,14 @@
#include <boost/fusion/include/make_cons.hpp>
make_cons('x', make_cons(123))
@@ -153,11 +153,12 @@
diff --git a/doc/html/fusion/container/generation/functions/make_list.html b/doc/html/fusion/container/generation/functions/make_list.html
index c628c84c..fc5d03fe 100644
--- a/doc/html/fusion/container/generation/functions/make_list.html
+++ b/doc/html/fusion/container/generation/functions/make_list.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
from one or more values.
@@ -54,7 +54,7 @@
#define FUSION_MAX_LIST_SIZE 20
@@ -115,7 +115,7 @@
Semantics: Create a
list from
x0, x1,... xN.
@@ -123,14 +123,14 @@
#include <boost/fusion/include/make_list.hpp>
make_list(123, "hello", 12.5)
@@ -140,11 +140,12 @@
diff --git a/doc/html/fusion/container/generation/functions/make_map.html b/doc/html/fusion/container/generation/functions/make_map.html
index c09cd400..b7ef105f 100644
--- a/doc/html/fusion/container/generation/functions/make_map.html
+++ b/doc/html/fusion/container/generation/functions/make_map.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
from one or more key/data pairs.
@@ -47,7 +47,7 @@
The variadic function accepts 0
to FUSION_MAX_VECTOR_SIZE
- [9]
+ [9]
elements, where FUSION_MAX_VECTOR_SIZE
is a user definable predefined maximum that defaults to 10. You may define the preprocessor constant
FUSION_MAX_VECTOR_SIZE
@@ -57,7 +57,7 @@
#define FUSION_MAX_VECTOR_SIZE 20
@@ -146,7 +146,7 @@
key types.
@@ -154,7 +154,7 @@
#include <boost/fusion/include/make_map.hpp>
@@ -163,7 +163,7 @@
, make_pair<double>("Men"))
@@ -173,7 +173,7 @@
@@ -265,11 +265,12 @@
diff --git a/doc/html/fusion/container/set.html b/doc/html/fusion/container/set.html
index 28d90b23..f78005b6 100644
--- a/doc/html/fusion/container/set.html
+++ b/doc/html/fusion/container/set.html
@@ -26,7 +26,7 @@
@@ -39,7 +39,7 @@
Functions).
@@ -49,7 +49,7 @@
#include <boost/fusion/include/set_fwd.hpp>
@@ -80,7 +80,7 @@
#define FUSION_MAX_SET_SIZE 20
@@ -245,7 +245,7 @@
@@ -258,11 +258,12 @@
diff --git a/doc/html/fusion/container/vector.html b/doc/html/fusion/container/vector.html
index 83f060ec..91947a94 100644
--- a/doc/html/fusion/container/vector.html
+++ b/doc/html/fusion/container/vector.html
@@ -26,7 +26,7 @@
@@ -39,7 +39,7 @@
efficient.
@@ -61,7 +61,7 @@
#include <boost/fusion/include/vector50.hpp>
@@ -122,7 +122,7 @@
#define FUSION_MAX_VECTOR_SIZE 20
@@ -292,11 +292,12 @@
diff --git a/doc/html/fusion/extension.html b/doc/html/fusion/extension.html
index 264ff8f0..ec3d1f4e 100644
--- a/doc/html/fusion/extension.html
+++ b/doc/html/fusion/extension.html
@@ -38,11 +38,12 @@
diff --git a/doc/html/fusion/extension/ext_full.html b/doc/html/fusion/extension/ext_full.html
index ac0f192d..a47aabcf 100644
--- a/doc/html/fusion/extension/ext_full.html
+++ b/doc/html/fusion/extension/ext_full.html
@@ -48,7 +48,7 @@
@@ -80,7 +80,7 @@
Start guide.
@@ -124,7 +124,7 @@
#include <boost/fusion/include/tag_of.hpp>
@@ -187,7 +187,7 @@
clearer as we add features to our implementation.
@@ -331,7 +331,7 @@
@@ -386,7 +386,7 @@
are provided in the example code.
@@ -445,7 +445,7 @@
value_at_impl and at_impl.
@@ -513,7 +513,7 @@
of is_associative_impl.
@@ -530,11 +530,12 @@
diff --git a/doc/html/fusion/extension/iterator_facade.html b/doc/html/fusion/extension/iterator_facade.html
index 920a88a8..89e46421 100644
--- a/doc/html/fusion/extension/iterator_facade.html
+++ b/doc/html/fusion/extension/iterator_facade.html
@@ -26,7 +26,7 @@
@@ -35,7 +35,7 @@
iterator.
@@ -43,7 +43,7 @@
struct iterator_facade;
@@ -57,7 +57,7 @@
type.
-
Table 1.93. Parameters
+
Table 1.93. Parameters
-
Table 1.94. Key Expressions
+
Table 1.94. Key Expressions
@@ -373,7 +373,7 @@
#include <boost/fusion/include/iterator_facade.hpp>
@@ -383,11 +383,12 @@
diff --git a/doc/html/fusion/extension/macros.html b/doc/html/fusion/extension/macros.html
index de246c3c..3f34c28f 100644
--- a/doc/html/fusion/extension/macros.html
+++ b/doc/html/fusion/extension/macros.html
@@ -32,11 +32,12 @@
diff --git a/doc/html/fusion/extension/macros/adapt_assoc.html b/doc/html/fusion/extension/macros/adapt_assoc.html
index f3571507..67ee2275 100644
--- a/doc/html/fusion/extension/macros/adapt_assoc.html
+++ b/doc/html/fusion/extension/macros/adapt_assoc.html
@@ -26,7 +26,7 @@
@@ -39,7 +39,7 @@
Sequence.
@@ -51,7 +51,7 @@
)
@@ -82,7 +82,7 @@
/adapted/struct/adapt_assoc_struct.hpp>
@@ -112,11 +112,12 @@
diff --git a/doc/html/fusion/extension/macros/adapt_struct.html b/doc/html/fusion/extension/macros/adapt_struct.html
index 7c22c240..7fe39093 100644
--- a/doc/html/fusion/extension/macros/adapt_struct.html
+++ b/doc/html/fusion/extension/macros/adapt_struct.html
@@ -26,7 +26,7 @@
@@ -36,7 +36,7 @@
Access Sequence.
@@ -48,7 +48,7 @@
)
@@ -76,7 +76,7 @@
/adapted/struct/adapt_struct.hpp>
@@ -98,11 +98,12 @@
diff --git a/doc/html/fusion/extension/sequence_facade.html b/doc/html/fusion/extension/sequence_facade.html
index a49374fb..30bad880 100644
--- a/doc/html/fusion/extension/sequence_facade.html
+++ b/doc/html/fusion/extension/sequence_facade.html
@@ -26,7 +26,7 @@
@@ -35,7 +35,7 @@
iterator.
@@ -43,7 +43,7 @@
struct sequence_facade;
@@ -59,7 +59,7 @@
type.
-
Table 1.91. Parameters
+
Table 1.91. Parameters
-
Table 1.92. Key Expressions
+
Table 1.92. Key Expressions
@@ -251,7 +251,7 @@
#include <boost/fusion/include/sequence_facade.hpp>
@@ -261,11 +261,12 @@
diff --git a/doc/html/fusion/functional.html b/doc/html/fusion/functional.html
index 54597bfc..910a7b49 100644
--- a/doc/html/fusion/functional.html
+++ b/doc/html/fusion/functional.html
@@ -65,7 +65,7 @@
/functional.hpp>
@@ -102,7 +102,7 @@
form of
f'.
@@ -130,7 +130,7 @@
instance for the given argument.
@@ -150,11 +150,12 @@
diff --git a/doc/html/fusion/functional/adapters.html b/doc/html/fusion/functional/adapters.html
index 9b67667f..f5f0ecce 100644
--- a/doc/html/fusion/functional/adapters.html
+++ b/doc/html/fusion/functional/adapters.html
@@ -41,11 +41,12 @@
diff --git a/doc/html/fusion/functional/adapters/fused.html b/doc/html/fusion/functional/adapters/fused.html
index 84a1f53b..d2a50fc1 100644
--- a/doc/html/fusion/functional/adapters/fused.html
+++ b/doc/html/fusion/functional/adapters/fused.html
@@ -26,7 +26,7 @@
@@ -59,7 +59,7 @@
/functional/adapter/fused.hpp>
@@ -67,7 +67,7 @@
class fused;
@@ -114,7 +114,7 @@
@@ -214,7 +214,7 @@
@@ -222,7 +222,7 @@
assert(f(make_vector(1,2l)) == 3l);
diff --git a/doc/html/fusion/functional/adapters/fused_function_object.html b/doc/html/fusion/functional/adapters/fused_function_object.html
index 494e9eaf..5cf15d21 100644
--- a/doc/html/fusion/functional/adapters/fused_function_object.html
+++ b/doc/html/fusion/functional/adapters/fused_function_object.html
@@ -26,7 +26,7 @@
@@ -49,7 +49,7 @@
/functional/adapter/fused_function_object.hpp>
@@ -57,7 +57,7 @@
class fused_function_object;
@@ -104,7 +104,7 @@
@@ -141,7 +141,7 @@
@@ -205,7 +205,7 @@
@@ -243,7 +243,7 @@
}
@@ -257,11 +257,12 @@
diff --git a/doc/html/fusion/functional/adapters/fused_procedure.html b/doc/html/fusion/functional/adapters/fused_procedure.html
index 6bf375bc..add84069 100644
--- a/doc/html/fusion/functional/adapters/fused_procedure.html
+++ b/doc/html/fusion/functional/adapters/fused_procedure.html
@@ -26,7 +26,7 @@
@@ -66,7 +66,7 @@
/functional/adapter/fused_procedure.hpp>
@@ -74,7 +74,7 @@
class fused_procedure;
@@ -120,7 +120,7 @@
@@ -156,7 +156,7 @@
@@ -220,7 +220,7 @@
@@ -241,7 +241,7 @@
}
@@ -254,11 +254,12 @@
diff --git a/doc/html/fusion/functional/adapters/unfused_generic.html b/doc/html/fusion/functional/adapters/unfused_generic.html
index 0d94ab81..77d2aedc 100644
--- a/doc/html/fusion/functional/adapters/unfused_generic.html
+++ b/doc/html/fusion/functional/adapters/unfused_generic.html
@@ -26,7 +26,7 @@
@@ -58,7 +58,7 @@
/functional/adapter/unfused_generic.hpp>
@@ -66,7 +66,7 @@
class unfused_generic;
@@ -113,7 +113,7 @@
@@ -154,7 +154,7 @@
@@ -218,7 +218,7 @@
@@ -269,7 +269,7 @@
}
@@ -283,11 +283,12 @@
diff --git a/doc/html/fusion/functional/adapters/unfused_lvalue_args.html b/doc/html/fusion/functional/adapters/unfused_lvalue_args.html
index 362ced98..e948ebc5 100644
--- a/doc/html/fusion/functional/adapters/unfused_lvalue_args.html
+++ b/doc/html/fusion/functional/adapters/unfused_lvalue_args.html
@@ -26,7 +26,7 @@
@@ -51,7 +51,7 @@
/functional/adapter/unfused_lvalue_args.hpp>
@@ -59,7 +59,7 @@
class unfused_lvalue_args;
@@ -106,7 +106,7 @@
@@ -147,7 +147,7 @@
@@ -211,7 +211,7 @@
@@ -239,7 +239,7 @@
}
@@ -251,11 +251,12 @@
diff --git a/doc/html/fusion/functional/adapters/unfused_rvalue_args.html b/doc/html/fusion/functional/adapters/unfused_rvalue_args.html
index 48e9b810..37e201ee 100644
--- a/doc/html/fusion/functional/adapters/unfused_rvalue_args.html
+++ b/doc/html/fusion/functional/adapters/unfused_rvalue_args.html
@@ -26,7 +26,7 @@
@@ -51,7 +51,7 @@
/functional/adapter/unfused_rvalue_args.hpp>
@@ -59,7 +59,7 @@
class unfused_rvalue_args;
@@ -106,7 +106,7 @@
@@ -147,7 +147,7 @@
@@ -211,7 +211,7 @@
@@ -237,7 +237,7 @@
}
@@ -251,11 +251,12 @@
diff --git a/doc/html/fusion/functional/adapters/unfused_typed.html b/doc/html/fusion/functional/adapters/unfused_typed.html
index c6705012..48435701 100644
--- a/doc/html/fusion/functional/adapters/unfused_typed.html
+++ b/doc/html/fusion/functional/adapters/unfused_typed.html
@@ -26,7 +26,7 @@
@@ -65,7 +65,7 @@
/functional/adapter/unfused_typed.hpp>
@@ -73,7 +73,7 @@
class unfused_typed;
@@ -138,7 +138,7 @@
@@ -184,7 +184,7 @@
@@ -250,7 +250,7 @@
@@ -319,7 +319,7 @@
}
diff --git a/doc/html/fusion/functional/concepts.html b/doc/html/fusion/functional/concepts.html
index 0cd23fa5..272e5858 100644
--- a/doc/html/fusion/functional/concepts.html
+++ b/doc/html/fusion/functional/concepts.html
@@ -37,11 +37,12 @@
diff --git a/doc/html/fusion/functional/concepts/callable.html b/doc/html/fusion/functional/concepts/callable.html
index ae427da1..5e7d0890 100644
--- a/doc/html/fusion/functional/concepts/callable.html
+++ b/doc/html/fusion/functional/concepts/callable.html
@@ -27,7 +27,7 @@
@@ -36,7 +36,7 @@
of a function call operator.
@@ -69,11 +69,12 @@
diff --git a/doc/html/fusion/functional/concepts/def_callable.html b/doc/html/fusion/functional/concepts/def_callable.html
index 159ca888..ae24e85d 100644
--- a/doc/html/fusion/functional/concepts/def_callable.html
+++ b/doc/html/fusion/functional/concepts/def_callable.html
@@ -31,7 +31,7 @@
Callable Object"> Deferred
Callable Object
@@ -40,7 +40,7 @@
to determine the result of a call.
@@ -81,7 +81,7 @@
@@ -119,7 +119,7 @@
@@ -151,11 +151,12 @@
diff --git a/doc/html/fusion/functional/concepts/poly.html b/doc/html/fusion/functional/concepts/poly.html
index 835301cd..a567cd6b 100644
--- a/doc/html/fusion/functional/concepts/poly.html
+++ b/doc/html/fusion/functional/concepts/poly.html
@@ -30,7 +30,7 @@
Object"> Polymorphic Function
Object
@@ -39,7 +39,7 @@
Callable Object type.
@@ -83,7 +83,7 @@
@@ -132,7 +132,7 @@
@@ -163,11 +163,12 @@
diff --git a/doc/html/fusion/functional/concepts/reg_callable.html b/doc/html/fusion/functional/concepts/reg_callable.html
index d62918e0..9aa7b8da 100644
--- a/doc/html/fusion/functional/concepts/reg_callable.html
+++ b/doc/html/fusion/functional/concepts/reg_callable.html
@@ -30,7 +30,7 @@
Object"> Regular Callable
Object
@@ -39,7 +39,7 @@
can appear immediately to the left of a function call operator.
@@ -69,7 +69,7 @@
@@ -116,7 +116,7 @@
@@ -144,11 +144,12 @@
diff --git a/doc/html/fusion/functional/generation.html b/doc/html/fusion/functional/generation.html
index 1aff2632..3cea4633 100644
--- a/doc/html/fusion/functional/generation.html
+++ b/doc/html/fusion/functional/generation.html
@@ -32,11 +32,12 @@
diff --git a/doc/html/fusion/functional/generation/functions.html b/doc/html/fusion/functional/generation/functions.html
index c3e1ed83..5deecb56 100644
--- a/doc/html/fusion/functional/generation/functions.html
+++ b/doc/html/fusion/functional/generation/functions.html
@@ -43,11 +43,12 @@
diff --git a/doc/html/fusion/functional/generation/functions/mk_fused.html b/doc/html/fusion/functional/generation/functions/mk_fused.html
index 51683e3d..041d8044 100644
--- a/doc/html/fusion/functional/generation/functions/mk_fused.html
+++ b/doc/html/fusion/functional/generation/functions/mk_fused.html
@@ -30,7 +30,7 @@
make_fused">
make_fused
@@ -40,7 +40,7 @@
conversion is applied to the target function.
@@ -50,7 +50,7 @@
make_fused(F const & f);
@@ -111,7 +111,7 @@
Semantics: Returns a fused adapter for f.
@@ -119,7 +119,7 @@
#include <boost/fusion/include/make_fused.hpp>
@@ -135,7 +135,7 @@
}
@@ -148,11 +148,12 @@
diff --git a/doc/html/fusion/functional/generation/functions/mk_fused_fobj.html b/doc/html/fusion/functional/generation/functions/mk_fused_fobj.html
index 90020993..111c4a0a 100644
--- a/doc/html/fusion/functional/generation/functions/mk_fused_fobj.html
+++ b/doc/html/fusion/functional/generation/functions/mk_fused_fobj.html
@@ -31,7 +31,7 @@
make_fused_function_object">
make_fused_function_object
@@ -42,7 +42,7 @@
conversion is applied to the target function.
@@ -52,7 +52,7 @@
make_fused_function_object(F const & f);
@@ -114,7 +114,7 @@
for f.
@@ -122,7 +122,7 @@
#include <boost/fusion/include/make_fused_function_object.hpp>
@@ -151,7 +151,7 @@
}
@@ -164,11 +164,12 @@
diff --git a/doc/html/fusion/functional/generation/functions/mk_fused_proc.html b/doc/html/fusion/functional/generation/functions/mk_fused_proc.html
index 9dbfa162..8f539520 100644
--- a/doc/html/fusion/functional/generation/functions/mk_fused_proc.html
+++ b/doc/html/fusion/functional/generation/functions/mk_fused_proc.html
@@ -31,7 +31,7 @@
make_fused_procedure">
make_fused_procedure
@@ -42,7 +42,7 @@
conversion applied to the target function.
@@ -52,7 +52,7 @@
make_fused_procedure(F const & f);
@@ -113,7 +113,7 @@
f.
@@ -121,7 +121,7 @@
#include <boost/fusion/include/make_fused_procedure.hpp>
@@ -131,7 +131,7 @@
assert(front(v) == 0);
@@ -144,11 +144,12 @@
diff --git a/doc/html/fusion/functional/generation/functions/mk_unfused_genrc.html b/doc/html/fusion/functional/generation/functions/mk_unfused_genrc.html
index 824feab5..c55eb731 100644
--- a/doc/html/fusion/functional/generation/functions/mk_unfused_genrc.html
+++ b/doc/html/fusion/functional/generation/functions/mk_unfused_genrc.html
@@ -31,7 +31,7 @@
make_unfused_generic">
make_unfused_generic
@@ -42,7 +42,7 @@
conversion is applied to the target function.
@@ -52,7 +52,7 @@
make_unfused_generic(F const & f);
@@ -114,7 +114,7 @@
f.
@@ -122,7 +122,7 @@
#include <boost/fusion/include/make_unfused_generic.hpp>
@@ -158,7 +158,7 @@
}
@@ -171,11 +171,12 @@
diff --git a/doc/html/fusion/functional/generation/functions/mk_unfused_lvargs.html b/doc/html/fusion/functional/generation/functions/mk_unfused_lvargs.html
index 987a0893..38b9343a 100644
--- a/doc/html/fusion/functional/generation/functions/mk_unfused_lvargs.html
+++ b/doc/html/fusion/functional/generation/functions/mk_unfused_lvargs.html
@@ -31,7 +31,7 @@
make_unfused_lvalue_args">
make_unfused_lvalue_args
@@ -42,7 +42,7 @@
conversion is applied to the target function.
@@ -52,7 +52,7 @@
make_unfused_lvalue_args(F const & f);
@@ -114,7 +114,7 @@
for f.
@@ -122,7 +122,7 @@
#include <boost/fusion/include/make_unfused_lvalue_args.hpp>
@@ -149,7 +149,7 @@
}
@@ -162,11 +162,12 @@
diff --git a/doc/html/fusion/functional/generation/functions/mk_unfused_rvargs.html b/doc/html/fusion/functional/generation/functions/mk_unfused_rvargs.html
index a028ec59..aa090ee3 100644
--- a/doc/html/fusion/functional/generation/functions/mk_unfused_rvargs.html
+++ b/doc/html/fusion/functional/generation/functions/mk_unfused_rvargs.html
@@ -30,7 +30,7 @@
make_unfused_rvalue_args">
make_unfused_rvalue_args
@@ -41,7 +41,7 @@
conversion is applied to the target function.
@@ -51,7 +51,7 @@
make_unfused_rvalue_args(F const & f);
@@ -113,7 +113,7 @@
for f.
@@ -121,7 +121,7 @@
#include <boost/fusion/include/make_unfused_rvalue_args.hpp>
@@ -147,7 +147,7 @@
}
@@ -160,11 +160,12 @@
diff --git a/doc/html/fusion/functional/generation/metafunctions.html b/doc/html/fusion/functional/generation/metafunctions.html
index ff69d4be..1dcc003f 100644
--- a/doc/html/fusion/functional/generation/metafunctions.html
+++ b/doc/html/fusion/functional/generation/metafunctions.html
@@ -44,11 +44,12 @@
diff --git a/doc/html/fusion/functional/generation/metafunctions/mk_fused.html b/doc/html/fusion/functional/generation/metafunctions/mk_fused.html
index bfeedf47..9837ccfc 100644
--- a/doc/html/fusion/functional/generation/metafunctions/mk_fused.html
+++ b/doc/html/fusion/functional/generation/metafunctions/mk_fused.html
@@ -30,7 +30,7 @@
make_fused">
make_fused
@@ -38,7 +38,7 @@
make_fused">make_fused.
@@ -46,7 +46,7 @@
#include <boost/fusion/include/make_fused.hpp>
@@ -60,7 +60,7 @@
}
@@ -69,11 +69,12 @@
diff --git a/doc/html/fusion/functional/generation/metafunctions/mk_fused_fobj.html b/doc/html/fusion/functional/generation/metafunctions/mk_fused_fobj.html
index 24962842..639fc218 100644
--- a/doc/html/fusion/functional/generation/metafunctions/mk_fused_fobj.html
+++ b/doc/html/fusion/functional/generation/metafunctions/mk_fused_fobj.html
@@ -31,7 +31,7 @@
make_fused_function_object">
make_fused_function_object
@@ -39,7 +39,7 @@
make_fused_function_object">make_fused_function_object.
@@ -47,7 +47,7 @@
#include <boost/fusion/include/make_fused_function_object.hpp>
@@ -61,7 +61,7 @@
}
@@ -70,11 +70,12 @@
diff --git a/doc/html/fusion/functional/generation/metafunctions/mk_fused_proc.html b/doc/html/fusion/functional/generation/metafunctions/mk_fused_proc.html
index 1d52d85a..cdc1fc5d 100644
--- a/doc/html/fusion/functional/generation/metafunctions/mk_fused_proc.html
+++ b/doc/html/fusion/functional/generation/metafunctions/mk_fused_proc.html
@@ -31,7 +31,7 @@
make_fused_procedure">
make_fused_procedure
@@ -39,7 +39,7 @@
make_fused_procedure">make_fused_procedure.
@@ -47,7 +47,7 @@
#include <boost/fusion/include/make_fused_procedure.hpp>
@@ -61,7 +61,7 @@
}
@@ -70,11 +70,12 @@
diff --git a/doc/html/fusion/functional/generation/metafunctions/mk_unfused_genrc.html b/doc/html/fusion/functional/generation/metafunctions/mk_unfused_genrc.html
index 7734494c..44465808 100644
--- a/doc/html/fusion/functional/generation/metafunctions/mk_unfused_genrc.html
+++ b/doc/html/fusion/functional/generation/metafunctions/mk_unfused_genrc.html
@@ -31,7 +31,7 @@
make_unfused_generic">
make_unfused_generic
@@ -39,7 +39,7 @@
make_unfused_generic">make_unfused_generic.
@@ -47,7 +47,7 @@
#include <boost/fusion/include/make_unfused_generic.hpp>
@@ -61,7 +61,7 @@
}
@@ -70,11 +70,12 @@
diff --git a/doc/html/fusion/functional/generation/metafunctions/mk_unfused_lvargs.html b/doc/html/fusion/functional/generation/metafunctions/mk_unfused_lvargs.html
index 20ce7376..896cb942 100644
--- a/doc/html/fusion/functional/generation/metafunctions/mk_unfused_lvargs.html
+++ b/doc/html/fusion/functional/generation/metafunctions/mk_unfused_lvargs.html
@@ -31,7 +31,7 @@
make_unfused_lvalue_args">
make_unfused_lvalue_args
@@ -39,7 +39,7 @@
make_unfused_lvalue_args">make_unfused_lvalue_args.
@@ -47,7 +47,7 @@
#include <boost/fusion/include/make_unfused_lvalue_args.hpp>
@@ -61,7 +61,7 @@
}
@@ -70,11 +70,12 @@
diff --git a/doc/html/fusion/functional/generation/metafunctions/mk_unfused_rvargs.html b/doc/html/fusion/functional/generation/metafunctions/mk_unfused_rvargs.html
index 6ea5c24d..62ede2eb 100644
--- a/doc/html/fusion/functional/generation/metafunctions/mk_unfused_rvargs.html
+++ b/doc/html/fusion/functional/generation/metafunctions/mk_unfused_rvargs.html
@@ -30,7 +30,7 @@
make_unfused_rvalue_args">
make_unfused_rvalue_args
@@ -38,7 +38,7 @@
make_unfused_rvalue_args">make_unfused_rvalue_args.
@@ -46,7 +46,7 @@
#include <boost/fusion/include/make_unfused_rvalue_args.hpp>
@@ -60,7 +60,7 @@
}
@@ -69,11 +69,12 @@
diff --git a/doc/html/fusion/functional/invocation.html b/doc/html/fusion/functional/invocation.html
index bc59e685..107b46e1 100644
--- a/doc/html/fusion/functional/invocation.html
+++ b/doc/html/fusion/functional/invocation.html
@@ -33,11 +33,12 @@
diff --git a/doc/html/fusion/functional/invocation/functions.html b/doc/html/fusion/functional/invocation/functions.html
index 43a3b2e3..f2820769 100644
--- a/doc/html/fusion/functional/invocation/functions.html
+++ b/doc/html/fusion/functional/invocation/functions.html
@@ -35,11 +35,12 @@
diff --git a/doc/html/fusion/functional/invocation/functions/invoke.html b/doc/html/fusion/functional/invocation/functions/invoke.html
index f3da5b64..a12fa9dc 100644
--- a/doc/html/fusion/functional/invocation/functions/invoke.html
+++ b/doc/html/fusion/functional/invocation/functions/invoke.html
@@ -27,7 +27,7 @@
@@ -47,7 +47,7 @@
and boost::shared_ptr).
@@ -66,7 +66,7 @@
invoke(Function f, Sequence const & s);
@@ -154,7 +154,7 @@
/functional/invocation/invoke.hpp>
@@ -162,7 +162,7 @@
assert(invoke(add,make_vector(1,1)) == 2);
@@ -177,11 +177,12 @@
diff --git a/doc/html/fusion/functional/invocation/functions/invoke_fobj.html b/doc/html/fusion/functional/invocation/functions/invoke_fobj.html
index 3cdc1245..44aabbcf 100644
--- a/doc/html/fusion/functional/invocation/functions/invoke_fobj.html
+++ b/doc/html/fusion/functional/invocation/functions/invoke_fobj.html
@@ -30,7 +30,7 @@
invoke_function_object">
invoke_function_object
@@ -43,7 +43,7 @@
and/or to control the const qualification of a function object.
@@ -64,7 +64,7 @@
invoke_function_object(Function f, Sequence const & s);
@@ -152,7 +152,7 @@
/functional/invocation/invoke_function_object.hpp>
@@ -179,7 +179,7 @@
}
@@ -194,11 +194,12 @@
diff --git a/doc/html/fusion/functional/invocation/functions/invoke_proc.html b/doc/html/fusion/functional/invocation/functions/invoke_proc.html
index ad94b67c..f9a36bbb 100644
--- a/doc/html/fusion/functional/invocation/functions/invoke_proc.html
+++ b/doc/html/fusion/functional/invocation/functions/invoke_proc.html
@@ -30,7 +30,7 @@
invoke_procedure">
invoke_procedure
@@ -54,7 +54,7 @@
isn't implemented).
@@ -75,7 +75,7 @@
invoke_procedure(Function f, Sequence const & s);
@@ -161,7 +161,7 @@
/functional/invocation/invoke_procedure.hpp>
@@ -171,7 +171,7 @@
assert(front(v) == 3);
@@ -186,11 +186,12 @@
diff --git a/doc/html/fusion/functional/invocation/metafunctions.html b/doc/html/fusion/functional/invocation/metafunctions.html
index 2279a7f8..763b05f7 100644
--- a/doc/html/fusion/functional/invocation/metafunctions.html
+++ b/doc/html/fusion/functional/invocation/metafunctions.html
@@ -36,11 +36,12 @@
diff --git a/doc/html/fusion/functional/invocation/metafunctions/invoke.html b/doc/html/fusion/functional/invocation/metafunctions/invoke.html
index bf00981e..7cfd60fc 100644
--- a/doc/html/fusion/functional/invocation/metafunctions/invoke.html
+++ b/doc/html/fusion/functional/invocation/metafunctions/invoke.html
@@ -27,14 +27,14 @@
Returns the result type of invoke.
@@ -51,7 +51,7 @@
}
@@ -62,11 +62,12 @@
diff --git a/doc/html/fusion/functional/invocation/metafunctions/invoke_fobj.html b/doc/html/fusion/functional/invocation/metafunctions/invoke_fobj.html
index cce8ffff..3c31c487 100644
--- a/doc/html/fusion/functional/invocation/metafunctions/invoke_fobj.html
+++ b/doc/html/fusion/functional/invocation/metafunctions/invoke_fobj.html
@@ -30,7 +30,7 @@
invoke_function_object">
invoke_function_object
@@ -38,7 +38,7 @@
invoke_function_object">invoke_function_object.
@@ -55,7 +55,7 @@
}
@@ -67,11 +67,12 @@
diff --git a/doc/html/fusion/functional/invocation/metafunctions/invoke_proc.html b/doc/html/fusion/functional/invocation/metafunctions/invoke_proc.html
index 2c670d9a..3d4f6f60 100644
--- a/doc/html/fusion/functional/invocation/metafunctions/invoke_proc.html
+++ b/doc/html/fusion/functional/invocation/metafunctions/invoke_proc.html
@@ -30,7 +30,7 @@
invoke_procedure">
invoke_procedure
@@ -38,7 +38,7 @@
invoke_procedure">invoke_procedure.
@@ -55,7 +55,7 @@
}
@@ -67,11 +67,12 @@
diff --git a/doc/html/fusion/introduction.html b/doc/html/fusion/introduction.html
index e65bbb4e..5d454021 100644
--- a/doc/html/fusion/introduction.html
+++ b/doc/html/fusion/introduction.html
@@ -130,11 +130,12 @@
diff --git a/doc/html/fusion/iterator.html b/doc/html/fusion/iterator.html
index ab3ff5fe..041d7801 100644
--- a/doc/html/fusion/iterator.html
+++ b/doc/html/fusion/iterator.html
@@ -79,11 +79,12 @@
diff --git a/doc/html/fusion/iterator/concepts.html b/doc/html/fusion/iterator/concepts.html
index 80c07e2a..33096998 100644
--- a/doc/html/fusion/iterator/concepts.html
+++ b/doc/html/fusion/iterator/concepts.html
@@ -50,11 +50,12 @@
diff --git a/doc/html/fusion/iterator/concepts/bidirectional_iterator.html b/doc/html/fusion/iterator/concepts/bidirectional_iterator.html
index 8d5769d9..358b3268 100644
--- a/doc/html/fusion/iterator/concepts/bidirectional_iterator.html
+++ b/doc/html/fusion/iterator/concepts/bidirectional_iterator.html
@@ -31,7 +31,7 @@
Iterator">Bidirectional
Iterator
@@ -61,7 +61,7 @@
@@ -70,7 +70,7 @@
Iterator">Forward Iterator
@@ -182,7 +182,7 @@
@@ -217,7 +217,7 @@
@@ -258,7 +258,7 @@
@@ -275,7 +275,7 @@
diff --git a/doc/html/fusion/iterator/concepts/forward_iterator.html b/doc/html/fusion/iterator/concepts/forward_iterator.html
index d92b3c7d..ac3d0f9d 100644
--- a/doc/html/fusion/iterator/concepts/forward_iterator.html
+++ b/doc/html/fusion/iterator/concepts/forward_iterator.html
@@ -30,7 +30,7 @@
Iterator">Forward
Iterator
@@ -63,7 +63,7 @@
@@ -244,7 +244,7 @@
@@ -355,7 +355,7 @@
@@ -481,7 +481,7 @@
@@ -505,7 +505,7 @@
diff --git a/doc/html/fusion/iterator/concepts/random_access_iterator.html b/doc/html/fusion/iterator/concepts/random_access_iterator.html
index 114395c4..2d30031a 100644
--- a/doc/html/fusion/iterator/concepts/random_access_iterator.html
+++ b/doc/html/fusion/iterator/concepts/random_access_iterator.html
@@ -30,7 +30,7 @@
Access Iterator">Random
Access Iterator
@@ -63,7 +63,7 @@
@@ -73,7 +73,7 @@
Iterator
@@ -185,7 +185,7 @@
@@ -248,7 +248,7 @@
diff --git a/doc/html/fusion/iterator/functions.html b/doc/html/fusion/iterator/functions.html
index 07268f44..71e3ab8f 100644
--- a/doc/html/fusion/iterator/functions.html
+++ b/doc/html/fusion/iterator/functions.html
@@ -42,11 +42,12 @@
diff --git a/doc/html/fusion/iterator/functions/advance.html b/doc/html/fusion/iterator/functions/advance.html
index 878959c1..d11323c8 100644
--- a/doc/html/fusion/iterator/functions/advance.html
+++ b/doc/html/fusion/iterator/functions/advance.html
@@ -26,14 +26,14 @@
Moves an iterator by a specified distance.
@@ -44,7 +44,7 @@
typename result_of::advance<I, M>::type advance(I const& i);
-
Table 1.6. Parameters
+
Table 1.6. Parameters
@@ -134,7 +134,7 @@
/iterator/advance.hpp>
@@ -146,11 +146,12 @@
diff --git a/doc/html/fusion/iterator/functions/advance_c.html b/doc/html/fusion/iterator/functions/advance_c.html
index 5dc75691..6a4f036c 100644
--- a/doc/html/fusion/iterator/functions/advance_c.html
+++ b/doc/html/fusion/iterator/functions/advance_c.html
@@ -26,14 +26,14 @@
Moves an iterator by a specified distance.
@@ -44,7 +44,7 @@
typename result_of::advance_c<I, N>::type advance_c(I const& i);
-
Table 1.7. Parameters
+
Table 1.7. Parameters
@@ -133,7 +133,7 @@
/iterator/advance.hpp>
@@ -145,11 +145,12 @@
diff --git a/doc/html/fusion/iterator/functions/deref.html b/doc/html/fusion/iterator/functions/deref.html
index 3c08d5dc..21a6c7ca 100644
--- a/doc/html/fusion/iterator/functions/deref.html
+++ b/doc/html/fusion/iterator/functions/deref.html
@@ -26,14 +26,14 @@
Deferences an iterator.
@@ -43,7 +43,7 @@
typename result_of::deref<I>::type deref(I const& i);
-
Table 1.2. Parameters
+
Table 1.2. Parameters
@@ -107,7 +107,7 @@
/iterator/deref.hpp>
@@ -122,11 +122,12 @@
diff --git a/doc/html/fusion/iterator/functions/distance.html b/doc/html/fusion/iterator/functions/distance.html
index 8bd3cc83..6ed63921 100644
--- a/doc/html/fusion/iterator/functions/distance.html
+++ b/doc/html/fusion/iterator/functions/distance.html
@@ -26,14 +26,14 @@
Returns the distance between 2 iterators.
@@ -44,7 +44,7 @@
typename result_of::distance<I, J>::type distance(I const& i, J const& j);
-
Table 1.5. Parameters
+
Table 1.5. Parameters
@@ -108,7 +108,7 @@
/iterator/distance.hpp>
@@ -120,11 +120,12 @@
diff --git a/doc/html/fusion/iterator/functions/next.html b/doc/html/fusion/iterator/functions/next.html
index 68a3dfb9..a4c20f8f 100644
--- a/doc/html/fusion/iterator/functions/next.html
+++ b/doc/html/fusion/iterator/functions/next.html
@@ -26,14 +26,14 @@
Moves an iterator 1 position forwards.
@@ -43,7 +43,7 @@
typename result_of::next<I>::type next(I const& i);
-
Table 1.3. Parameters
+
Table 1.3. Parameters
@@ -108,7 +108,7 @@
/iterator/next.hpp>
@@ -122,11 +122,12 @@
diff --git a/doc/html/fusion/iterator/functions/prior.html b/doc/html/fusion/iterator/functions/prior.html
index f4798d3a..ea5e28c4 100644
--- a/doc/html/fusion/iterator/functions/prior.html
+++ b/doc/html/fusion/iterator/functions/prior.html
@@ -26,14 +26,14 @@
Moves an iterator 1 position backwards.
@@ -43,7 +43,7 @@
typename result_of::prior<I>::type prior(I const& i);
-
Table 1.4. Parameters
+
Table 1.4. Parameters
@@ -108,7 +108,7 @@
/iterator/prior.hpp>
@@ -121,11 +121,12 @@
diff --git a/doc/html/fusion/iterator/metafunctions.html b/doc/html/fusion/iterator/metafunctions.html
index 805b5428..edae7021 100644
--- a/doc/html/fusion/iterator/metafunctions.html
+++ b/doc/html/fusion/iterator/metafunctions.html
@@ -39,11 +39,12 @@
diff --git a/doc/html/fusion/iterator/metafunctions/advance.html b/doc/html/fusion/iterator/metafunctions/advance.html
index 48c4eba3..47137648 100644
--- a/doc/html/fusion/iterator/metafunctions/advance.html
+++ b/doc/html/fusion/iterator/metafunctions/advance.html
@@ -26,14 +26,14 @@
Moves an iterator a specified distance.
@@ -47,7 +47,7 @@
};
-
Table 1.17. Parameters
+
Table 1.17. Parameters
@@ -136,7 +136,7 @@
/iterator/advance.hpp>
@@ -150,11 +150,12 @@
diff --git a/doc/html/fusion/iterator/metafunctions/advance_c.html b/doc/html/fusion/iterator/metafunctions/advance_c.html
index eb4978b7..e84cc23e 100644
--- a/doc/html/fusion/iterator/metafunctions/advance_c.html
+++ b/doc/html/fusion/iterator/metafunctions/advance_c.html
@@ -26,14 +26,14 @@
Moves an iterator by a specified distance.
@@ -47,7 +47,7 @@
};
-
Table 1.18. Parameters
+
Table 1.18. Parameters
@@ -135,7 +135,7 @@
/iterator/advance.hpp>
@@ -149,11 +149,12 @@
diff --git a/doc/html/fusion/iterator/metafunctions/deref.html b/doc/html/fusion/iterator/metafunctions/deref.html
index 101ca83b..dd662d57 100644
--- a/doc/html/fusion/iterator/metafunctions/deref.html
+++ b/doc/html/fusion/iterator/metafunctions/deref.html
@@ -26,14 +26,14 @@
Returns the type that will be returned by dereferencing an iterator.
@@ -46,7 +46,7 @@
};
-
Table 1.12. Parameters
+
Table 1.12. Parameters
@@ -110,7 +110,7 @@
/iterator/deref.hpp>
@@ -128,11 +128,12 @@
diff --git a/doc/html/fusion/iterator/metafunctions/distance.html b/doc/html/fusion/iterator/metafunctions/distance.html
index 38c616a8..ac79fa59 100644
--- a/doc/html/fusion/iterator/metafunctions/distance.html
+++ b/doc/html/fusion/iterator/metafunctions/distance.html
@@ -26,14 +26,14 @@
Returns the distance between two iterators.
@@ -47,7 +47,7 @@
};
-
Table 1.16. Parameters
+
Table 1.16. Parameters
@@ -113,7 +113,7 @@
/iterator/distance.hpp>
@@ -128,11 +128,12 @@
diff --git a/doc/html/fusion/iterator/metafunctions/equal_to.html b/doc/html/fusion/iterator/metafunctions/equal_to.html
index 396ac343..eeadcd86 100644
--- a/doc/html/fusion/iterator/metafunctions/equal_to.html
+++ b/doc/html/fusion/iterator/metafunctions/equal_to.html
@@ -26,7 +26,7 @@
@@ -35,7 +35,7 @@
and J are equal.
@@ -49,7 +49,7 @@
};
-
Table 1.15. Parameters
+
Table 1.15. Parameters
@@ -113,7 +113,7 @@
/iterator/equal_to.hpp>
@@ -126,11 +126,12 @@
diff --git a/doc/html/fusion/iterator/metafunctions/next.html b/doc/html/fusion/iterator/metafunctions/next.html
index 75fa4e64..ee700313 100644
--- a/doc/html/fusion/iterator/metafunctions/next.html
+++ b/doc/html/fusion/iterator/metafunctions/next.html
@@ -26,14 +26,14 @@
Returns the type of the next iterator in a sequence.
@@ -46,7 +46,7 @@
};
-
Table 1.13. Parameters
+
Table 1.13. Parameters
@@ -111,7 +111,7 @@
/iterator/next.hpp>
@@ -123,11 +123,12 @@
diff --git a/doc/html/fusion/iterator/metafunctions/prior.html b/doc/html/fusion/iterator/metafunctions/prior.html
index 4c019777..aac06451 100644
--- a/doc/html/fusion/iterator/metafunctions/prior.html
+++ b/doc/html/fusion/iterator/metafunctions/prior.html
@@ -26,14 +26,14 @@
Returns the type of the previous iterator in a sequence.
@@ -46,7 +46,7 @@
};
-
Table 1.14. Parameters
+
Table 1.14. Parameters
@@ -111,7 +111,7 @@
/iterator/prior.hpp>
@@ -126,11 +126,12 @@
diff --git a/doc/html/fusion/iterator/metafunctions/value_of.html b/doc/html/fusion/iterator/metafunctions/value_of.html
index 9ab8880c..b54e9777 100644
--- a/doc/html/fusion/iterator/metafunctions/value_of.html
+++ b/doc/html/fusion/iterator/metafunctions/value_of.html
@@ -26,14 +26,14 @@
Returns the type stored at the position of an iterator.
@@ -46,7 +46,7 @@
};
-
Table 1.11. Parameters
+
Table 1.11. Parameters
@@ -110,7 +110,7 @@
/iterator/value_of.hpp>
@@ -126,11 +126,12 @@
diff --git a/doc/html/fusion/iterator/operator.html b/doc/html/fusion/iterator/operator.html
index 085eb1e2..f2a8c05a 100644
--- a/doc/html/fusion/iterator/operator.html
+++ b/doc/html/fusion/iterator/operator.html
@@ -41,11 +41,12 @@
diff --git a/doc/html/fusion/iterator/operator/operator_equality.html b/doc/html/fusion/iterator/operator/operator_equality.html
index b6a60c3b..b36b5535 100644
--- a/doc/html/fusion/iterator/operator/operator_equality.html
+++ b/doc/html/fusion/iterator/operator/operator_equality.html
@@ -31,14 +31,14 @@
=="> Operator
==
Compares 2 iterators for equality.
@@ -49,7 +49,7 @@
unspecified operator==(I const& i, J const& i);
-
Table 1.9. Parameters
+
Table 1.9. Parameters
@@ -114,11 +114,12 @@
diff --git a/doc/html/fusion/iterator/operator/operator_inequality.html b/doc/html/fusion/iterator/operator/operator_inequality.html
index 96d78687..12836d8d 100644
--- a/doc/html/fusion/iterator/operator/operator_inequality.html
+++ b/doc/html/fusion/iterator/operator/operator_inequality.html
@@ -30,14 +30,14 @@
!="> Operator
!=
Compares 2 iterators for inequality.
@@ -48,7 +48,7 @@
unspecified operator==(I const& i, J const& i);
-
Table 1.10. Parameters
+
Table 1.10. Parameters
@@ -110,11 +110,12 @@
diff --git a/doc/html/fusion/iterator/operator/operator_unary_star.html b/doc/html/fusion/iterator/operator/operator_unary_star.html
index 404fb930..416d0d35 100644
--- a/doc/html/fusion/iterator/operator/operator_unary_star.html
+++ b/doc/html/fusion/iterator/operator/operator_unary_star.html
@@ -30,14 +30,14 @@
*"> Operator
*
Dereferences an iterator.
@@ -47,7 +47,7 @@
typename result_of::deref<I>::type operator*(unspecified<I> const& i);
-
Table 1.8. Parameters
+
Table 1.8. Parameters
@@ -111,7 +111,7 @@
/iterator/deref.hpp>
@@ -126,11 +126,12 @@
diff --git a/doc/html/fusion/notes.html b/doc/html/fusion/notes.html
index bb8551b6..6066d71a 100644
--- a/doc/html/fusion/notes.html
+++ b/doc/html/fusion/notes.html
@@ -27,7 +27,7 @@
@@ -41,7 +41,7 @@
remains linear.
@@ -51,7 +51,7 @@
given a key, k.
@@ -103,7 +103,7 @@
@@ -138,7 +138,7 @@
it very cheap to pass around.
@@ -161,7 +161,7 @@
Array arguments are deduced to reference to const types. For example
- [14]
+ [14]
:
@@ -194,7 +194,7 @@
list<void (*)(int)>
@@ -237,7 +237,7 @@
@@ -207,7 +207,7 @@
@@ -268,7 +268,7 @@
@@ -309,7 +309,7 @@
diff --git a/doc/html/fusion/sequence/concepts/forward_sequence.html b/doc/html/fusion/sequence/concepts/forward_sequence.html
index 86bb05f4..8fd98917 100644
--- a/doc/html/fusion/sequence/concepts/forward_sequence.html
+++ b/doc/html/fusion/sequence/concepts/forward_sequence.html
@@ -30,7 +30,7 @@
Sequence">Forward
Sequence
@@ -62,7 +62,7 @@
@@ -239,7 +239,7 @@
@@ -324,7 +324,7 @@
@@ -412,7 +412,7 @@
@@ -438,7 +438,7 @@
diff --git a/doc/html/fusion/sequence/concepts/random_access_sequence.html b/doc/html/fusion/sequence/concepts/random_access_sequence.html
index c8063ba1..8667db10 100644
--- a/doc/html/fusion/sequence/concepts/random_access_sequence.html
+++ b/doc/html/fusion/sequence/concepts/random_access_sequence.html
@@ -31,7 +31,7 @@
Access Sequence">Random
Access Sequence
@@ -43,7 +43,7 @@
sequence elements.
@@ -79,7 +79,7 @@
@@ -214,7 +214,7 @@
@@ -297,7 +297,7 @@
result_of::value_at<S, N>.
@@ -338,7 +338,7 @@
diff --git a/doc/html/fusion/sequence/intrinsic.html b/doc/html/fusion/sequence/intrinsic.html
index 1a1b6eb4..ef98da14 100644
--- a/doc/html/fusion/sequence/intrinsic.html
+++ b/doc/html/fusion/sequence/intrinsic.html
@@ -37,11 +37,11 @@
Intrinsic functions, unlike
Algorithms,
are not generic across the full
Sequence
repertoire. They need to be implemented for each Fusion
Sequence
-
[4]
+
[4]
.
@@ -50,7 +50,7 @@