diff --git a/doc/html/fusion/acknowledgements.html b/doc/html/fusion/acknowledgements.html
index 16c64ee6..f18b0fdb 100644
--- a/doc/html/fusion/acknowledgements.html
+++ b/doc/html/fusion/acknowledgements.html
@@ -42,7 +42,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
@@ -137,7 +67,7 @@
as we want without incurring a high runtime penalty.
@@ -160,7 +90,7 @@
functions to convert back to the original sequence type.
@@ -169,7 +99,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/iteration.html b/doc/html/fusion/algorithms/iteration.html
index b24155cb..31990fd7 100644
--- a/doc/html/fusion/algorithms/iteration.html
+++ b/doc/html/fusion/algorithms/iteration.html
@@ -27,24 +27,14 @@
Iteration
The iteration algorithms provide the fundamental algorithms for traversing
a sequence repeatedly applying an operation to its elements.
@@ -53,7 +43,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/iteration/functions.html b/doc/html/fusion/algorithms/iteration/functions.html
index 2bd75e70..e5767835 100644
--- a/doc/html/fusion/algorithms/iteration/functions.html
+++ b/doc/html/fusion/algorithms/iteration/functions.html
@@ -33,7 +33,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/iteration/functions/accumulate.html b/doc/html/fusion/algorithms/iteration/functions/accumulate.html
index 5e75eec2..7ed3e1ed 100644
--- a/doc/html/fusion/algorithms/iteration/functions/accumulate.html
+++ b/doc/html/fusion/algorithms/iteration/functions/accumulate.html
@@ -26,7 +26,7 @@
@@ -37,7 +37,7 @@
fold
.
@@ -50,7 +50,7 @@
Sequence & seq , State const & initial_state , F const & f );
-
Table 1.33. Parameters
+
Table 1.33. Parameters
@@ -108,21 +108,21 @@
where
e1 ... eN
are the elements of
seq
.
Linear, exactly result_of :: size
< Sequence >:: value
applications of f
.
#include < boost / fusion / algorithm / iteration / accumulate . hpp >
@@ -147,7 +147,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/iteration/functions/fold.html b/doc/html/fusion/algorithms/iteration/functions/fold.html
index 435e08ae..800e4803 100644
--- a/doc/html/fusion/algorithms/iteration/functions/fold.html
+++ b/doc/html/fusion/algorithms/iteration/functions/fold.html
@@ -26,7 +26,7 @@
@@ -36,7 +36,7 @@
to each element of a sequence and the previous state.
@@ -49,7 +49,7 @@
Sequence & seq , State const & initial_state , F const & f );
-
Table 1.32. Parameters
+
Table 1.32. Parameters
@@ -106,21 +106,21 @@
where
e1 ... eN
are the elements of
seq
.
Linear, exactly result_of :: size
< Sequence >:: value
applications of f
.
#include < boost / fusion / algorithm / iteration / fold . hpp >
@@ -145,7 +145,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/iteration/functions/for_each.html b/doc/html/fusion/algorithms/iteration/functions/for_each.html
index 74271b03..863f7897 100644
--- a/doc/html/fusion/algorithms/iteration/functions/for_each.html
+++ b/doc/html/fusion/algorithms/iteration/functions/for_each.html
@@ -26,14 +26,14 @@
Applies a unary function object to each element of a sequence.
@@ -45,7 +45,7 @@
Sequence & seq , F const & f );
-
Table 1.34. Parameters
+
Table 1.34. Parameters
@@ -93,21 +93,21 @@
in
seq
.
Linear, exactly result_of :: size
< Sequence >:: value
applications of f
.
#include < boost / fusion / algorithm / iteration / for_each . hpp >
@@ -127,7 +127,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/iteration/metafunctions.html b/doc/html/fusion/algorithms/iteration/metafunctions.html
index 6330fe0d..47683514 100644
--- a/doc/html/fusion/algorithms/iteration/metafunctions.html
+++ b/doc/html/fusion/algorithms/iteration/metafunctions.html
@@ -33,7 +33,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/iteration/metafunctions/accumulate.html b/doc/html/fusion/algorithms/iteration/metafunctions/accumulate.html
index 467fe2f6..49b016a9 100644
--- a/doc/html/fusion/algorithms/iteration/metafunctions/accumulate.html
+++ b/doc/html/fusion/algorithms/iteration/metafunctions/accumulate.html
@@ -26,14 +26,14 @@
Returns the result type of accumulate
.
@@ -47,7 +47,7 @@
};
-
Table 1.36. Parameters
+
Table 1.36. Parameters
@@ -111,14 +111,14 @@
Function Object of type
F
.
Linear, exactly result_of :: size
< Sequence >:: value
applications of F
.
@@ -127,7 +127,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/iteration/metafunctions/fold.html b/doc/html/fusion/algorithms/iteration/metafunctions/fold.html
index a0f1e15f..c935dc93 100644
--- a/doc/html/fusion/algorithms/iteration/metafunctions/fold.html
+++ b/doc/html/fusion/algorithms/iteration/metafunctions/fold.html
@@ -26,14 +26,14 @@
Returns the result type of fold
.
@@ -47,7 +47,7 @@
};
-
Table 1.35. Parameters
+
Table 1.35. Parameters
@@ -111,14 +111,14 @@
Function Object of type
F
.
Linear, exactly result_of :: size
< Sequence >:: value
applications of F
.
@@ -127,7 +127,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/iteration/metafunctions/for_each.html b/doc/html/fusion/algorithms/iteration/metafunctions/for_each.html
index 0aa28932..8a0a3ba5 100644
--- a/doc/html/fusion/algorithms/iteration/metafunctions/for_each.html
+++ b/doc/html/fusion/algorithms/iteration/metafunctions/for_each.html
@@ -30,11 +30,11 @@
return type of
for_each
is always
void
.
@@ -48,7 +48,7 @@
};
-
Table 1.37. Parameters
+
Table 1.37. Parameters
@@ -98,14 +98,14 @@
return type is always
void
.
Constant.
@@ -114,7 +114,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/query.html b/doc/html/fusion/algorithms/query.html
index 2df7f938..2d35022d 100644
--- a/doc/html/fusion/algorithms/query.html
+++ b/doc/html/fusion/algorithms/query.html
@@ -27,31 +27,13 @@
Query
The query algorithms provide support for searching and analyzing sequences.
@@ -60,7 +42,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/query/functions.html b/doc/html/fusion/algorithms/query/functions.html
index 51a98f99..b47227f9 100644
--- a/doc/html/fusion/algorithms/query/functions.html
+++ b/doc/html/fusion/algorithms/query/functions.html
@@ -37,7 +37,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/query/functions/all.html b/doc/html/fusion/algorithms/query/functions/all.html
index fea60b5f..b060a62b 100644
--- a/doc/html/fusion/algorithms/query/functions/all.html
+++ b/doc/html/fusion/algorithms/query/functions/all.html
@@ -26,7 +26,7 @@
@@ -37,7 +37,7 @@
element of seq
.
@@ -49,7 +49,7 @@
Sequence const & seq , F f );
-
Table 1.39. Parameters
+
Table 1.39. Parameters
@@ -101,21 +101,21 @@
element
e
in
seq
.
Linear. At most result_of :: size
< Sequence >:: value
comparisons.
#include < boost / fusion / algorithm / query / all . hpp >
@@ -134,7 +134,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/query/functions/any.html b/doc/html/fusion/algorithms/query/functions/any.html
index 936bbfe4..b8f49487 100644
--- a/doc/html/fusion/algorithms/query/functions/any.html
+++ b/doc/html/fusion/algorithms/query/functions/any.html
@@ -26,7 +26,7 @@
@@ -37,7 +37,7 @@
least one element of seq
.
@@ -49,7 +49,7 @@
Sequence const & seq , F f );
-
Table 1.38. Parameters
+
Table 1.38. Parameters
@@ -101,21 +101,21 @@
element
e
in
seq
.
Linear. At most result_of :: size
< Sequence >:: value
comparisons.
#include < boost / fusion / algorithm / query / any . hpp >
@@ -134,7 +134,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/query/functions/count.html b/doc/html/fusion/algorithms/query/functions/count.html
index 8ffca992..2e508ff2 100644
--- a/doc/html/fusion/algorithms/query/functions/count.html
+++ b/doc/html/fusion/algorithms/query/functions/count.html
@@ -26,14 +26,14 @@
Returns the number of elements of a given type within a sequence.
@@ -45,7 +45,7 @@
Sequence const & seq , T const & t );
-
Table 1.43. Parameters
+
Table 1.43. Parameters
@@ -97,21 +97,21 @@
t
in
seq
.
Linear. At most result_of :: size
< Sequence >:: value
comparisons.
#include < boost / fusion / algorithm / query / count . hpp >
@@ -121,7 +121,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/query/functions/count_if.html b/doc/html/fusion/algorithms/query/functions/count_if.html
index cd36bc88..51f92335 100644
--- a/doc/html/fusion/algorithms/query/functions/count_if.html
+++ b/doc/html/fusion/algorithms/query/functions/count_if.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
a given unary function object evaluates to true
.
@@ -46,7 +46,7 @@
Sequence const & seq , F f );
-
Table 1.44. Parameters
+
Table 1.44. Parameters
@@ -96,21 +96,21 @@
in
seq
where
f
evaluates to
true
.
Linear. At most result_of :: size
< Sequence >:: value
comparisons.
#include < boost / fusion / algorithm / query / count_if . hpp >
@@ -120,7 +120,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/query/functions/find.html b/doc/html/fusion/algorithms/query/functions/find.html
index 41946f47..b3a6b50e 100644
--- a/doc/html/fusion/algorithms/query/functions/find.html
+++ b/doc/html/fusion/algorithms/query/functions/find.html
@@ -26,14 +26,14 @@
Finds the first element of a given type within a sequence.
@@ -50,7 +50,7 @@
unspecified find ( Sequence & seq );
-
Table 1.41. Parameters
+
Table 1.41. Parameters
@@ -100,21 +100,21 @@
to
find_if
< boost :: is_same < _ , T > >( seq )
Linear. At most result_of :: size
< Sequence >:: value
comparisons.
#include < boost / fusion / algorithm / query / find . hpp >
@@ -125,7 +125,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/query/functions/find_if.html b/doc/html/fusion/algorithms/query/functions/find_if.html
index 21fbb442..61f159a5 100644
--- a/doc/html/fusion/algorithms/query/functions/find_if.html
+++ b/doc/html/fusion/algorithms/query/functions/find_if.html
@@ -31,11 +31,11 @@
Lambda Expression evaluates to
boost :: mpl :: true_
.
@@ -52,7 +52,7 @@
unspecified find_if ( Sequence & seq );
-
Table 1.42. Parameters
+
Table 1.42. Parameters
@@ -105,21 +105,21 @@
if there is no such element.
Linear. At most result_of :: size
< Sequence >:: value
comparisons.
#include < boost / fusion / algorithm / query / find_if . hpp >
@@ -130,7 +130,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/query/functions/none.html b/doc/html/fusion/algorithms/query/functions/none.html
index ef8532a6..fe64b207 100644
--- a/doc/html/fusion/algorithms/query/functions/none.html
+++ b/doc/html/fusion/algorithms/query/functions/none.html
@@ -26,7 +26,7 @@
@@ -37,7 +37,7 @@
element of seq
.
@@ -49,7 +49,7 @@
Sequence const & seq , F f );
-
Table 1.40. Parameters
+
Table 1.40. Parameters
@@ -101,21 +101,21 @@
element
e
in
seq
. Result equivalent to
! any ( seq , f )
.
Linear. At most result_of :: size
< Sequence >:: value
comparisons.
#include < boost / fusion / algorithm / query / none . hpp >
@@ -134,7 +134,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/query/metafunctions.html b/doc/html/fusion/algorithms/query/metafunctions.html
index 7f643624..1d5e7e0e 100644
--- a/doc/html/fusion/algorithms/query/metafunctions.html
+++ b/doc/html/fusion/algorithms/query/metafunctions.html
@@ -37,7 +37,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/query/metafunctions/all.html b/doc/html/fusion/algorithms/query/metafunctions/all.html
index 9bc0533a..e474eb54 100644
--- a/doc/html/fusion/algorithms/query/metafunctions/all.html
+++ b/doc/html/fusion/algorithms/query/metafunctions/all.html
@@ -26,14 +26,14 @@
A metafunction returning the result type of all
.
@@ -47,7 +47,7 @@
};
-
Table 1.46. Parameters
+
Table 1.46. Parameters
@@ -102,14 +102,14 @@
The return type is always
bool
.
Constant.
@@ -118,7 +118,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/query/metafunctions/any.html b/doc/html/fusion/algorithms/query/metafunctions/any.html
index 6951335f..1ec76401 100644
--- a/doc/html/fusion/algorithms/query/metafunctions/any.html
+++ b/doc/html/fusion/algorithms/query/metafunctions/any.html
@@ -26,14 +26,14 @@
A metafunction returning the result type of any
.
@@ -47,7 +47,7 @@
};
-
Table 1.45. Parameters
+
Table 1.45. Parameters
@@ -102,14 +102,14 @@
The return type is always
bool
.
Constant.
@@ -118,7 +118,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/query/metafunctions/count.html b/doc/html/fusion/algorithms/query/metafunctions/count.html
index f70a7a02..fdc787b6 100644
--- a/doc/html/fusion/algorithms/query/metafunctions/count.html
+++ b/doc/html/fusion/algorithms/query/metafunctions/count.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
given the sequence and search types.
@@ -48,7 +48,7 @@
};
-
Table 1.50. Parameters
+
Table 1.50. Parameters
@@ -97,14 +97,14 @@
int
.
Constant.
@@ -113,7 +113,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/query/metafunctions/count_if.html b/doc/html/fusion/algorithms/query/metafunctions/count_if.html
index 5b722547..0c1e311b 100644
--- a/doc/html/fusion/algorithms/query/metafunctions/count_if.html
+++ b/doc/html/fusion/algorithms/query/metafunctions/count_if.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
given the sequence and predicate types.
@@ -48,7 +48,7 @@
};
-
Table 1.51. Parameters
+
Table 1.51. Parameters
@@ -96,14 +96,14 @@
always
int
.
Constant.
@@ -112,7 +112,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/query/metafunctions/find.html b/doc/html/fusion/algorithms/query/metafunctions/find.html
index 49131bdc..67d38802 100644
--- a/doc/html/fusion/algorithms/query/metafunctions/find.html
+++ b/doc/html/fusion/algorithms/query/metafunctions/find.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
given the sequence and search types.
@@ -48,7 +48,7 @@
};
-
Table 1.48. Parameters
+
Table 1.48. Parameters
@@ -97,14 +97,14 @@
in
Sequence
, or
result_of :: end
< Sequence >:: type
if there is no such element.
Linear, at most result_of :: size
< Sequence >:: value
comparisons.
@@ -113,7 +113,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/query/metafunctions/find_if.html b/doc/html/fusion/algorithms/query/metafunctions/find_if.html
index f2020c20..8bc4c672 100644
--- a/doc/html/fusion/algorithms/query/metafunctions/find_if.html
+++ b/doc/html/fusion/algorithms/query/metafunctions/find_if.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
given the sequence and predicate types.
@@ -48,7 +48,7 @@
};
-
Table 1.49. Parameters
+
Table 1.49. Parameters
@@ -100,14 +100,14 @@
to true. Returns
result_of :: end
< Sequence >:: type
if there is no such element.
Linear. At most result_of :: size
< Sequence >:: value
comparisons.
@@ -116,7 +116,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/query/metafunctions/none.html b/doc/html/fusion/algorithms/query/metafunctions/none.html
index d2cfecc8..abc2e587 100644
--- a/doc/html/fusion/algorithms/query/metafunctions/none.html
+++ b/doc/html/fusion/algorithms/query/metafunctions/none.html
@@ -26,14 +26,14 @@
A metafunction returning the result type of none
.
@@ -47,7 +47,7 @@
};
-
Table 1.47. Parameters
+
Table 1.47. Parameters
@@ -102,14 +102,14 @@
The return type is always
bool
.
Constant.
@@ -118,7 +118,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation.html b/doc/html/fusion/algorithms/transformation.html
index eb90fe6f..0a4d7fb9 100644
--- a/doc/html/fusion/algorithms/transformation.html
+++ b/doc/html/fusion/algorithms/transformation.html
@@ -27,49 +27,7 @@
Transformation
The transformation algorithms create new sequences out of existing sequences
@@ -88,7 +46,7 @@
@@ -97,7 +55,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/functions.html b/doc/html/fusion/algorithms/transformation/functions.html
index 3143ea86..3ff862fb 100644
--- a/doc/html/fusion/algorithms/transformation/functions.html
+++ b/doc/html/fusion/algorithms/transformation/functions.html
@@ -49,7 +49,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/functions/clear.html b/doc/html/fusion/algorithms/transformation/functions/clear.html
index 369a6060..13ae29d8 100644
--- a/doc/html/fusion/algorithms/transformation/functions/clear.html
+++ b/doc/html/fusion/algorithms/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.61. Parameters
+
Table 1.61. Parameters
@@ -84,21 +84,21 @@
with no elements.
Constant.
#include < boost / fusion / algorithm / transformation / clear . hpp >
@@ -107,7 +107,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/functions/erase.html b/doc/html/fusion/algorithms/transformation/functions/erase.html
index e083ed1a..ed861b89 100644
--- a/doc/html/fusion/algorithms/transformation/functions/erase.html
+++ b/doc/html/fusion/algorithms/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.62. Parameters
+
Table 1.62. Parameters
@@ -132,21 +132,21 @@
in their original order, except those in the range [
first
,
last
).
Constant. Returns a view which is lazily evaluated.
#include < boost / fusion / algorithm / transformation / erase . hpp >
@@ -157,7 +157,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/functions/erase_key.html b/doc/html/fusion/algorithms/transformation/functions/erase_key.html
index 234c96ce..a340a57a 100644
--- a/doc/html/fusion/algorithms/transformation/functions/erase_key.html
+++ b/doc/html/fusion/algorithms/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.63. Parameters
+
Table 1.63. Parameters
@@ -100,21 +100,21 @@
except those with key
Key
.
Constant. Returns a view which is lazily evaluated.
#include < boost / fusion / algorithm / transformation / erase_key . hpp >
@@ -123,7 +123,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/functions/filter.html b/doc/html/fusion/algorithms/transformation/functions/filter.html
index c1d7b498..533fc8ee 100644
--- a/doc/html/fusion/algorithms/transformation/functions/filter.html
+++ b/doc/html/fusion/algorithms/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.52. Parameters
+
Table 1.52. Parameters
@@ -96,21 +96,21 @@
to
filter_if
< boost :: same_type < _ , T > >( seq )
.
Constant. Returns a view which is lazily evaluated.
#include < boost / fusion / algorithm / transformation / filter . hpp >
@@ -120,7 +120,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/functions/filter_if.html b/doc/html/fusion/algorithms/transformation/functions/filter_if.html
index 6c1844b6..ef3c3471 100644
--- a/doc/html/fusion/algorithms/transformation/functions/filter_if.html
+++ b/doc/html/fusion/algorithms/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.53. Parameters
+
Table 1.53. Parameters
@@ -100,21 +100,21 @@
is the same as in the original sequence.
Constant. Returns a view which is lazily evaluated.
#include < boost / fusion / algorithm / transformation / filter_if . hpp >
@@ -124,7 +124,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/functions/insert.html b/doc/html/fusion/algorithms/transformation/functions/insert.html
index d03f78e5..51c96f3a 100644
--- a/doc/html/fusion/algorithms/transformation/functions/insert.html
+++ b/doc/html/fusion/algorithms/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.64. Parameters
+
Table 1.64. Parameters
@@ -107,21 +107,21 @@
pos
.
Constant. Returns a view which is lazily evaluated.
#include < boost / fusion / algorithm / transformation / insert . hpp >
@@ -131,7 +131,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/functions/insert_range.html b/doc/html/fusion/algorithms/transformation/functions/insert_range.html
index 818d035b..116b91fd 100644
--- a/doc/html/fusion/algorithms/transformation/functions/insert_range.html
+++ b/doc/html/fusion/algorithms/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.65. Parameters
+
Table 1.65. Parameters
@@ -111,21 +111,21 @@
All elements retaining their ordering from the orignal sequences.
Constant. Returns a view which is lazily evaluated.
#include < boost / fusion / algorithm / transformation / insert_range . hpp >
@@ -135,7 +135,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/functions/join.html b/doc/html/fusion/algorithms/transformation/functions/join.html
index b4aa0a12..40f6810f 100644
--- a/doc/html/fusion/algorithms/transformation/functions/join.html
+++ b/doc/html/fusion/algorithms/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.66. Parameters
+
Table 1.66. Parameters
@@ -98,21 +98,21 @@
The order of th elements is preserved.
Constant. Returns a view which is lazily evaluated.
#include < boost / fusion / algorithm / transformation / join . hpp >
@@ -123,7 +123,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/functions/pop_back.html b/doc/html/fusion/algorithms/transformation/functions/pop_back.html
index 1968618e..beddbc62 100644
--- a/doc/html/fusion/algorithms/transformation/functions/pop_back.html
+++ b/doc/html/fusion/algorithms/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.68. Parameters
+
Table 1.68. Parameters
@@ -86,21 +86,21 @@
same order as they were in
seq
.
Constant. Returns a view which is lazily evaluated.
#include < boost / fusion / algorithm / transformation / pop_back . hpp >
@@ -109,7 +109,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/functions/pop_front.html b/doc/html/fusion/algorithms/transformation/functions/pop_front.html
index e87c0e38..4c0c76f1 100644
--- a/doc/html/fusion/algorithms/transformation/functions/pop_front.html
+++ b/doc/html/fusion/algorithms/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.69. Parameters
+
Table 1.69. Parameters
@@ -86,21 +86,21 @@
same order as they were in
seq
.
Constant. Returns a view which is lazily evaluated.
#include < boost / fusion / algorithm / transformation / pop_front . hpp >
@@ -109,7 +109,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/functions/push_back.html b/doc/html/fusion/algorithms/transformation/functions/push_back.html
index 3d4b08fe..f4259325 100644
--- a/doc/html/fusion/algorithms/transformation/functions/push_back.html
+++ b/doc/html/fusion/algorithms/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.70. Parameters
+
Table 1.70. Parameters
@@ -96,21 +96,21 @@
to the end. The elements are in the same order as they were in
seq
.
Constant. Returns a view which is lazily evaluated.
#include < boost / fusion / algorithm / transformation / push_back . hpp >
@@ -119,7 +119,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/functions/push_front.html b/doc/html/fusion/algorithms/transformation/functions/push_front.html
index a85bd7d3..651f1172 100644
--- a/doc/html/fusion/algorithms/transformation/functions/push_front.html
+++ b/doc/html/fusion/algorithms/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.71. Parameters
+
Table 1.71. Parameters
@@ -97,21 +97,21 @@
seq
.
Constant. Returns a view which is lazily evaluated.
#include < boost / fusion / algorithm / transformation / push_front . hpp >
@@ -120,7 +120,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/functions/remove.html b/doc/html/fusion/algorithms/transformation/functions/remove.html
index c6db3fd3..6a5c1acb 100644
--- a/doc/html/fusion/algorithms/transformation/functions/remove.html
+++ b/doc/html/fusion/algorithms/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.58. Parameters
+
Table 1.58. Parameters
@@ -96,21 +96,21 @@
Equivalent to
remove_if
< boost :: is_same < _ , T > >( seq )
.
Constant. Returns a view which is lazily evaluated.
#include < boost / fusion / algorithm / transformation / remove . hpp >
@@ -120,7 +120,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/functions/remove_if.html b/doc/html/fusion/algorithms/transformation/functions/remove_if.html
index 5b215f20..a1c1ac0d 100644
--- a/doc/html/fusion/algorithms/transformation/functions/remove_if.html
+++ b/doc/html/fusion/algorithms/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.59. Parameters
+
Table 1.59. Parameters
@@ -99,21 +99,21 @@
>( seq ) .
Constant. Returns a view which is lazily evaluated.
#include < boost / fusion / algorithm / transformation / remove_if . hpp >
@@ -123,7 +123,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/functions/replace.html b/doc/html/fusion/algorithms/transformation/functions/replace.html
index d9c93a0d..9a7db88d 100644
--- a/doc/html/fusion/algorithms/transformation/functions/replace.html
+++ b/doc/html/fusion/algorithms/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.56. Parameters
+
Table 1.56. Parameters
@@ -108,21 +108,21 @@
to elements with the same type and equal to
old_value
.
Constant. Returns a view which is lazily evaluated.
#include < boost / fusion / algorithm / transformation / replace . hpp >
@@ -131,7 +131,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/functions/replace_if.html b/doc/html/fusion/algorithms/transformation/functions/replace_if.html
index 2ecf8ca4..9cd48436 100644
--- a/doc/html/fusion/algorithms/transformation/functions/replace_if.html
+++ b/doc/html/fusion/algorithms/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.57. Parameters
+
Table 1.57. Parameters
@@ -108,21 +108,21 @@
evaluates to
true
.
Constant. Returns a view which is lazily evaluated.
#include < boost / fusion / algorithm / transformation / replace_if . hpp >
@@ -140,7 +140,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/functions/reverse.html b/doc/html/fusion/algorithms/transformation/functions/reverse.html
index 83023aae..4aa8b7fd 100644
--- a/doc/html/fusion/algorithms/transformation/functions/reverse.html
+++ b/doc/html/fusion/algorithms/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.60. Parameters
+
Table 1.60. Parameters
@@ -85,21 +85,21 @@
in reverse order.
Constant. Returns a view which is lazily evaluated.
#include < boost / fusion / algorithm / transformation / reverse . hpp >
@@ -108,7 +108,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/functions/transform.html b/doc/html/fusion/algorithms/transformation/functions/transform.html
index f98f369b..b12116b2 100644
--- a/doc/html/fusion/algorithms/transformation/functions/transform.html
+++ b/doc/html/fusion/algorithms/transformation/functions/transform.html
@@ -26,7 +26,7 @@
@@ -38,7 +38,7 @@
to each element of seq
.
@@ -51,7 +51,7 @@
Sequence const & seq , F f );
-
Table 1.54. Parameters
+
Table 1.54. Parameters
@@ -106,7 +106,7 @@
within
seq
.
@@ -120,7 +120,7 @@
Sequence1 const & seq1 , Sequence2 const & seq2 , F f );
-
Table 1.55. Parameters
+
Table 1.55. Parameters
@@ -176,21 +176,21 @@
within seq1
and seq2
respectively.
Constant. Returns a view which is lazily evaluated.
#include < boost / fusion / algorithm / transformation / transform . hpp >
@@ -214,7 +214,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/functions/zip.html b/doc/html/fusion/algorithms/transformation/functions/zip.html
index 1a46ccb2..a6a6737d 100644
--- a/doc/html/fusion/algorithms/transformation/functions/zip.html
+++ b/doc/html/fusion/algorithms/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.67. Parameters
+
Table 1.67. Parameters
@@ -96,21 +96,21 @@
'c' ))
Constant. Returns a view which is lazily evaluated.
#include < boost / fusion / algorithm / transformation / zip . hpp >
@@ -121,7 +121,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/metafunctions.html b/doc/html/fusion/algorithms/transformation/metafunctions.html
index adc5b67d..c4de0434 100644
--- a/doc/html/fusion/algorithms/transformation/metafunctions.html
+++ b/doc/html/fusion/algorithms/transformation/metafunctions.html
@@ -49,7 +49,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/metafunctions/clear.html b/doc/html/fusion/algorithms/transformation/metafunctions/clear.html
index 3f89f8f8..5c979962 100644
--- a/doc/html/fusion/algorithms/transformation/metafunctions/clear.html
+++ b/doc/html/fusion/algorithms/transformation/metafunctions/clear.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
type.
@@ -47,7 +47,7 @@
};
-
Table 1.80. Parameters
+
Table 1.80. Parameters
@@ -84,14 +84,14 @@
Semantics : Returns an empty sequence.
Constant.
@@ -100,7 +100,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/metafunctions/erase.html b/doc/html/fusion/algorithms/transformation/metafunctions/erase.html
index 1e498c8c..2b107e83 100644
--- a/doc/html/fusion/algorithms/transformation/metafunctions/erase.html
+++ b/doc/html/fusion/algorithms/transformation/metafunctions/erase.html
@@ -30,11 +30,11 @@
and range delimiting iterator types.
@@ -48,7 +48,7 @@
};
-
Table 1.81. Parameters
+
Table 1.81. Parameters
@@ -122,14 +122,14 @@
and
It2
removed.
Constant.
@@ -138,7 +138,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/metafunctions/erase_key.html b/doc/html/fusion/algorithms/transformation/metafunctions/erase_key.html
index 2b02d7bf..dd4bae14 100644
--- a/doc/html/fusion/algorithms/transformation/metafunctions/erase_key.html
+++ b/doc/html/fusion/algorithms/transformation/metafunctions/erase_key.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
and key types.
@@ -48,7 +48,7 @@
};
-
Table 1.82. Parameters
+
Table 1.82. Parameters
@@ -98,14 +98,14 @@
except those with key
Key
.
Constant.
@@ -114,7 +114,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/metafunctions/filter.html b/doc/html/fusion/algorithms/transformation/metafunctions/filter.html
index 2b4b2df4..95fc51b5 100644
--- a/doc/html/fusion/algorithms/transformation/metafunctions/filter.html
+++ b/doc/html/fusion/algorithms/transformation/metafunctions/filter.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
and type to retain.
@@ -48,7 +48,7 @@
};
-
Table 1.72. Parameter
+
Table 1.72. Parameter
@@ -100,14 +100,14 @@
boost :: is_same < mpl :: _ , T > >:: type .
Constant.
@@ -116,7 +116,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/metafunctions/filter_if.html b/doc/html/fusion/algorithms/transformation/metafunctions/filter_if.html
index 45bb3be3..f9668ecf 100644
--- a/doc/html/fusion/algorithms/transformation/metafunctions/filter_if.html
+++ b/doc/html/fusion/algorithms/transformation/metafunctions/filter_if.html
@@ -26,7 +26,7 @@
@@ -35,7 +35,7 @@
Lambda Expression predicate type.
@@ -49,7 +49,7 @@
};
-
Table 1.73. Parameter
+
Table 1.73. Parameter
@@ -102,14 +102,14 @@
to
boost :: mpl :: true_
.
Constant.
@@ -118,7 +118,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/metafunctions/insert.html b/doc/html/fusion/algorithms/transformation/metafunctions/insert.html
index 2d57d8b4..d6a8cb65 100644
--- a/doc/html/fusion/algorithms/transformation/metafunctions/insert.html
+++ b/doc/html/fusion/algorithms/transformation/metafunctions/insert.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
position iterator and insertion types.
@@ -49,7 +49,7 @@
};
-
Table 1.83. Parameters
+
Table 1.83. Parameters
@@ -109,14 +109,14 @@
in
Sequence
.
Constant.
@@ -125,7 +125,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/metafunctions/insert_range.html b/doc/html/fusion/algorithms/transformation/metafunctions/insert_range.html
index 3f3ca8c7..55e5f007 100644
--- a/doc/html/fusion/algorithms/transformation/metafunctions/insert_range.html
+++ b/doc/html/fusion/algorithms/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.84. Parameters
+
Table 1.84. Parameters
@@ -112,14 +112,14 @@
into
Sequence
.
Constant.
@@ -128,7 +128,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/metafunctions/join.html b/doc/html/fusion/algorithms/transformation/metafunctions/join.html
index a03f6d07..655a4037 100644
--- a/doc/html/fusion/algorithms/transformation/metafunctions/join.html
+++ b/doc/html/fusion/algorithms/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.
@@ -82,7 +82,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/metafunctions/pop_back.html b/doc/html/fusion/algorithms/transformation/metafunctions/pop_back.html
index 37e39e0d..2ef4380d 100644
--- a/doc/html/fusion/algorithms/transformation/metafunctions/pop_back.html
+++ b/doc/html/fusion/algorithms/transformation/metafunctions/pop_back.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
type.
@@ -47,7 +47,7 @@
};
-
Table 1.85. Parameters
+
Table 1.85. Parameters
@@ -89,14 +89,14 @@
except the last element.
Constant.
@@ -105,7 +105,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/metafunctions/pop_front.html b/doc/html/fusion/algorithms/transformation/metafunctions/pop_front.html
index b1285bd9..81153330 100644
--- a/doc/html/fusion/algorithms/transformation/metafunctions/pop_front.html
+++ b/doc/html/fusion/algorithms/transformation/metafunctions/pop_front.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
type.
@@ -47,7 +47,7 @@
};
-
Table 1.86. Parameters
+
Table 1.86. Parameters
@@ -89,14 +89,14 @@
except the first element.
Constant.
@@ -105,7 +105,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/metafunctions/push_back.html b/doc/html/fusion/algorithms/transformation/metafunctions/push_back.html
index 2fedcafd..353e79e4 100644
--- a/doc/html/fusion/algorithms/transformation/metafunctions/push_back.html
+++ b/doc/html/fusion/algorithms/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.87. Parameters
+
Table 1.87. Parameters
@@ -99,14 +99,14 @@
added to the end.
Constant.
@@ -115,7 +115,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/metafunctions/push_front.html b/doc/html/fusion/algorithms/transformation/metafunctions/push_front.html
index 562e7479..ec64efd3 100644
--- a/doc/html/fusion/algorithms/transformation/metafunctions/push_front.html
+++ b/doc/html/fusion/algorithms/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.88. Parameters
+
Table 1.88. Parameters
@@ -99,14 +99,14 @@
added to the beginning.
Constant.
@@ -115,7 +115,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/metafunctions/remove.html b/doc/html/fusion/algorithms/transformation/metafunctions/remove.html
index 809ea73f..aebc4373 100644
--- a/doc/html/fusion/algorithms/transformation/metafunctions/remove.html
+++ b/doc/html/fusion/algorithms/transformation/metafunctions/remove.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
removal types.
@@ -48,7 +48,7 @@
};
-
Table 1.77. Parameters
+
Table 1.77. Parameters
@@ -100,14 +100,14 @@
boost :: is_same < mpl :: _ , T > >:: type .
Constant.
@@ -116,7 +116,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/metafunctions/remove_if.html b/doc/html/fusion/algorithms/transformation/metafunctions/remove_if.html
index aa1aeb7b..72b3f0e5 100644
--- a/doc/html/fusion/algorithms/transformation/metafunctions/remove_if.html
+++ b/doc/html/fusion/algorithms/transformation/metafunctions/remove_if.html
@@ -26,7 +26,7 @@
@@ -35,7 +35,7 @@
Lambda Expression predicate types.
@@ -49,7 +49,7 @@
};
-
Table 1.78. Parameters
+
Table 1.78. Parameters
@@ -104,14 +104,14 @@
to
boost :: mpl :: false_
.
Constant.
@@ -120,7 +120,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/metafunctions/replace.html b/doc/html/fusion/algorithms/transformation/metafunctions/replace.html
index f74b9ff9..8efd0542 100644
--- a/doc/html/fusion/algorithms/transformation/metafunctions/replace.html
+++ b/doc/html/fusion/algorithms/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.75. Parameters
+
Table 1.75. Parameters
@@ -97,14 +97,14 @@
replace
.
Constant.
@@ -113,7 +113,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/metafunctions/replace_if.html b/doc/html/fusion/algorithms/transformation/metafunctions/replace_if.html
index e160bd4f..05090b56 100644
--- a/doc/html/fusion/algorithms/transformation/metafunctions/replace_if.html
+++ b/doc/html/fusion/algorithms/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.76. Parameters
+
Table 1.76. Parameters
@@ -108,14 +108,14 @@
replace_if
.
Constant.
@@ -124,7 +124,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/metafunctions/reverse.html b/doc/html/fusion/algorithms/transformation/metafunctions/reverse.html
index 6861a736..d612bd22 100644
--- a/doc/html/fusion/algorithms/transformation/metafunctions/reverse.html
+++ b/doc/html/fusion/algorithms/transformation/metafunctions/reverse.html
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
type.
@@ -47,7 +47,7 @@
};
-
Table 1.79. Parameters
+
Table 1.79. Parameters
@@ -88,14 +88,14 @@
elements in the reverse order to
Sequence
.
Constant.
@@ -104,7 +104,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/metafunctions/transform.html b/doc/html/fusion/algorithms/transformation/metafunctions/transform.html
index cb5ce13e..35ff7a35 100644
--- a/doc/html/fusion/algorithms/transformation/metafunctions/transform.html
+++ b/doc/html/fusion/algorithms/transformation/metafunctions/transform.html
@@ -26,7 +26,7 @@
@@ -36,7 +36,7 @@
Object types.
@@ -50,7 +50,7 @@
};
-
Table 1.74. Parameters
+
Table 1.74. Parameters
@@ -101,14 +101,14 @@
F :: result < E >:: type
for each element type
E
in
Sequence
.
Constant.
@@ -117,7 +117,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/algorithms/transformation/metafunctions/zip.html b/doc/html/fusion/algorithms/transformation/metafunctions/zip.html
index 3a3124b4..da7866ad 100644
--- a/doc/html/fusion/algorithms/transformation/metafunctions/zip.html
+++ b/doc/html/fusion/algorithms/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.
@@ -89,7 +89,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/change_log.html b/doc/html/fusion/change_log.html
index d3079150..ca9b53e5 100644
--- a/doc/html/fusion/change_log.html
+++ b/doc/html/fusion/change_log.html
@@ -41,7 +41,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/extension.html b/doc/html/fusion/extension.html
index 5e5861f8..a35632dd 100644
--- a/doc/html/fusion/extension.html
+++ b/doc/html/fusion/extension.html
@@ -48,7 +48,7 @@
@@ -80,7 +80,7 @@
Start guide.
@@ -121,7 +121,7 @@
#include < boost / fusion / sequence / adapted / mpl / tag_of . hpp >
@@ -184,7 +184,7 @@
clearer as we add features to our implementation.
@@ -328,7 +328,7 @@
@@ -383,7 +383,7 @@
are provided in the example code.
@@ -442,7 +442,7 @@
value_at_impl
and
at_impl
.
@@ -508,7 +508,7 @@
of
is_associative_impl
.
@@ -525,7 +525,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/functional.html b/doc/html/fusion/functional.html
index 53449074..c0393988 100644
--- a/doc/html/fusion/functional.html
+++ b/doc/html/fusion/functional.html
@@ -60,14 +60,14 @@
through a function object interface.
#include < boost / fusion / functional . hpp >
@@ -104,7 +104,7 @@
form of
f'
.
@@ -132,7 +132,7 @@
instance for the given argument.
@@ -152,7 +152,8 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger
diff --git a/doc/html/fusion/functional/adapters.html b/doc/html/fusion/functional/adapters.html
index d7c1557e..b435b48c 100644
--- a/doc/html/fusion/functional/adapters.html
+++ b/doc/html/fusion/functional/adapters.html
@@ -6,7 +6,8 @@
-
+
@@ -20,7 +21,7 @@
@@ -40,11 +41,12 @@
-Copyright © 2001-2005 Joel de Guzman, Dan Marsden
+Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Schwinger