From 5f3b97ceff7fbb960312a77f97002c1bc9bffbb2 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Wed, 14 Jan 2004 03:56:16 +0000 Subject: [PATCH] added more examples [SVN r21719] --- example/Jamfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/example/Jamfile b/example/Jamfile index 6eb6cc7..cb49f1a 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -10,4 +10,11 @@ test-suite iterator_examples [ run node_iterator1.cpp ] [ run node_iterator2.cpp ] [ run node_iterator3.cpp ] + [ run counting_iterator_example.cpp ] + [ run filter_iterator_example.cpp ] + [ run function_output_iterator_example.cpp ] + [ run indirect_iterator_example.cpp ] + [ run permutation_iterator_example.cpp ] + [ run reverse_iterator_example.cpp ] + [ run transform_iterator_example.cpp ] ;