Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63220 - trunk/libs/fusion/doc
From: steven_at_[hidden]
Date: 2010-06-22 00:20:28


Author: steven_watanabe
Date: 2010-06-22 00:20:26 EDT (Tue, 22 Jun 2010)
New Revision: 63220
URL: http://svn.boost.org/trac/boost/changeset/63220

Log:
Fix a copy/paste error.
Text files modified:
   trunk/libs/fusion/doc/view.qbk | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/fusion/doc/view.qbk
==============================================================================
--- trunk/libs/fusion/doc/view.qbk (original)
+++ trunk/libs/fusion/doc/view.qbk 2010-06-22 00:20:26 EDT (Tue, 22 Jun 2010)
@@ -588,7 +588,7 @@
 
 [table
     [[Expression] [Return Type] [Semantics]]
- [[`RV(s)`] [] [Creates an `repetitive_view` given a sequence and a list of indicies.]]
+ [[`RV(s)`] [] [Creates an `repetitive_view` given the underlying sequence.]]
     [[`RV(rv1)`] [] [Copy constructs an `repetitive_view` from another `repetitive_view`, `rv1`.]]
     [[`rv1 = rv2`] [] [Assigns to a `repetitive_view`, `rv1`, from another `repetitive_view`, `rv2`.]]
     [[`__begin__(rv)`] [__forward_iterator__] []]


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk