|
Boost-Commit : |
From: eric_at_[hidden]
Date: 2007-11-06 17:00:46
Author: eric_niebler
Date: 2007-11-06 17:00:46 EST (Tue, 06 Nov 2007)
New Revision: 40857
URL: http://svn.boost.org/trac/boost/changeset/40857
Log:
Merged revisions 40851-40856 via svnmerge from
https://svn.boost.org/svn/boost/trunk
........
r40853 | danmarsden | 2007-11-06 12:55:58 -0800 (Tue, 06 Nov 2007) | 1 line
Adding an example of using sequence facade and iterator facade.
........
r40856 | danmarsden | 2007-11-06 13:53:41 -0800 (Tue, 06 Nov 2007) | 1 line
Added a quick reference to the sequence and iterator facade example
........
Added:
branches/proto/v3/libs/fusion/example/extension/triple.cpp
- copied unchanged from r40856, /trunk/libs/fusion/example/extension/triple.cpp
Properties modified:
branches/proto/v3/ (props changed)
Text files modified:
branches/proto/v3/libs/fusion/doc/extension.qbk | 11 ++++++++++-
branches/proto/v3/libs/fusion/example/extension/Jamfile | 4 +++-
2 files changed, 13 insertions(+), 2 deletions(-)
Modified: branches/proto/v3/libs/fusion/doc/extension.qbk
==============================================================================
--- branches/proto/v3/libs/fusion/doc/extension.qbk (original)
+++ branches/proto/v3/libs/fusion/doc/extension.qbk 2007-11-06 17:00:46 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]
Modified: branches/proto/v3/libs/fusion/example/extension/Jamfile
==============================================================================
--- branches/proto/v3/libs/fusion/example/extension/Jamfile (original)
+++ branches/proto/v3/libs/fusion/example/extension/Jamfile 2007-11-06 17:00:46 EST (Tue, 06 Nov 2007)
@@ -13,6 +13,8 @@
{
test-suite example :
- [ run test_example.cpp : : : : ] ;
+ [ run test_example.cpp : : : : ]
+ [ run triple.cpp : : : : ]
+ ;
}
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