Boost logo

Boost-Commit :

From: kbelco_at_[hidden]
Date: 2008-01-26 18:06:24


Author: noel_belcourt
Date: 2008-01-26 18:06:24 EST (Sat, 26 Jan 2008)
New Revision: 42989
URL: http://svn.boost.org/trac/boost/changeset/42989

Log:
Fixes #965

Patched the XML and will check to ensure the html
page reflects this change.

Text files modified:
   trunk/libs/variant/doc/tutorial/advanced.xml | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/variant/doc/tutorial/advanced.xml
==============================================================================
--- trunk/libs/variant/doc/tutorial/advanced.xml (original)
+++ trunk/libs/variant/doc/tutorial/advanced.xml 2008-01-26 18:06:24 EST (Sat, 26 Jan 2008)
@@ -343,7 +343,7 @@
 
 are_strict_equals visitor;
 assert( std::equal(
- v1.begin(), v1.end(), v2.begin()
+ seq1.begin(), seq1.end(), seq2.begin()
     , <functionname>boost::apply_visitor</functionname>( visitor )
     ) );</programlisting>
 


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