From 98008e8e21f1822f320530f2713b8d45ea454564 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Mon, 6 Apr 2009 04:52:19 +0000 Subject: [PATCH] Fix prior's requirements (see http://article.gmane.org/gmane.comp.lib.boost.devel/187753/) [SVN r52207] --- doc/src/refmanual/prior.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/refmanual/prior.rst b/doc/src/refmanual/prior.rst index 84248a1..7c12471 100644 --- a/doc/src/refmanual/prior.rst +++ b/doc/src/refmanual/prior.rst @@ -48,14 +48,14 @@ Parameters +---------------+---------------------------+-----------------------------------+ | Parameter | Requirement | Description | +===============+===========================+===================================+ -| ``Iterator`` | |Forward Iterator|. | An iterator to decrement. | +| ``Iterator`` | |Bidirectional Iterator|. | An iterator to decrement. | +---------------+---------------------------+-----------------------------------+ Expression semantics -------------------- -For any |Forward Iterator|\ s ``iter``: +For any |Bidirectional Iterator|\ s ``iter``: .. parsed-literal:: @@ -63,7 +63,7 @@ For any |Forward Iterator|\ s ``iter``: typedef prior::type j; :Return type: - |Forward Iterator|. + |Bidirectional Iterator|. :Precondition: ``iter`` is decrementable.