$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: danmarsden_at_[hidden]
Date: 2007-11-06 16:53:42
Author: danmarsden
Date: 2007-11-06 16:53:41 EST (Tue, 06 Nov 2007)
New Revision: 40856
URL: http://svn.boost.org/trac/boost/changeset/40856
Log:
Added a quick reference to the sequence and iterator facade example
Text files modified: 
   trunk/libs/fusion/doc/extension.qbk |    11 ++++++++++-                             
   1 files changed, 10 insertions(+), 1 deletions(-)
Modified: trunk/libs/fusion/doc/extension.qbk
==============================================================================
--- trunk/libs/fusion/doc/extension.qbk	(original)
+++ trunk/libs/fusion/doc/extension.qbk	2007-11-06 16:53:41 EST (Tue, 06 Nov 2007)
@@ -413,7 +413,13 @@
 [[`sequence::template value_at<Sequence, N>::type`][The type of the `N`th element in a sequence of type `Seq`]]
 ]
 
-/sequence/sequence_facade.hpp>
+[heading Include]
+
+    #include <boost/fusion/sequence/sequence_facade.hpp>
+    #include <boost/fusion/include/sequence_facade.hpp>
+
+[heading Example]
+A full worked example using __sequence_facade__ is provided in triple.cpp in the extension examples.
 
 [endsect]
 
@@ -461,6 +467,9 @@
     #include <boost/fusion/iterator/iterator_facade.hpp>
     #include <boost/fusion/include/iterator_facade.hpp>
 
+[heading Example]
+A full worked example using __iterator_facade__ is provided in triple.cpp in the extension examples.
+
 [endsect]
 
 [section Macros]