From dfad37d0f9ee78dd6bf03e1bbaa816a2d59aa7d5 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Sun, 4 Jan 2004 16:35:22 +0000 Subject: [PATCH] added indirect_iterator_member_types.cpp [SVN r21478] --- test/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile b/test/Jamfile index 94a46d3..f2607bc 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -31,6 +31,7 @@ test-suite iterator [ compile iterator_archetype_cc.cpp ] [ run transform_iterator_test.cpp ] [ run indirect_iterator_test.cpp ] + [ compile indirect_iterator_member_types.cpp ] [ run filter_iterator_test.cpp ] [ run reverse_iterator_test.cpp ] [ run counting_iterator_test.cpp ]