diff --git a/doc/algorithm.qbk b/doc/algorithm.qbk index d0ab62ca..3fa194b2 100644 --- a/doc/algorithm.qbk +++ b/doc/algorithm.qbk @@ -1319,7 +1319,8 @@ Returns a new sequence with the elements of the original in reverse order. [*Return type]: -* A model of __bidirectional_sequence__. +* A model of __bidirectional_sequence__ if `seq` is a __bidirectional_sequence__ +else, __random_access_sequence__ if `seq` is a __random_access_sequence__. * A model of __associative_sequence__ if `seq` implements the __associative_sequence__ model. [*Semantics]: Returns a new sequence containing all the elements of `seq` in reverse order. @@ -2159,7 +2160,8 @@ Returns the result type of __reverse__, given the input sequence type. [*Return type]: -* A model of __bidirectional_sequence__. +* A model of __bidirectional_sequence__ if `Sequence` is a __bidirectional_sequence__ +else, __random_access_sequence__ if `Sequence` is a __random_access_sequence__. * A model of __associative_sequence__ if `Sequence` implements the __associative_sequence__ model. [*Semantics]: Returns a sequence with the elements in the reverse order to `Sequence`. diff --git a/doc/html/fusion/acknowledgements.html b/doc/html/fusion/acknowledgements.html index c6731325..d1f544ad 100644 --- a/doc/html/fusion/acknowledgements.html +++ b/doc/html/fusion/acknowledgements.html @@ -1,11 +1,11 @@
- +- | Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
+ Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
Schwinger
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/doc/html/fusion/adapted.html b/doc/html/fusion/adapted.html index 593172fd..889d4995 100644 --- a/doc/html/fusion/adapted.html +++ b/doc/html/fusion/adapted.html @@ -1,11 +1,11 @@ - +- + Header#include <boost/fusion/adapted.hpp> @@ -74,7 +74,7 @@
|