From 0c3a68530ef91c75dc21eb23e488488006692224 Mon Sep 17 00:00:00 2001 From: Ronald Garcia Date: Mon, 2 Feb 2004 22:16:36 +0000 Subject: [PATCH] shared_container_iterator library: - updated Copyright and License notices - Added shared_iterator_test to the iterator test suite. [SVN r22140] --- test/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index 020e098..4df30e4 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -57,5 +57,5 @@ test-suite iterator [ run ../../utility/reverse_iterator_example.cpp ] [ run ../../utility/transform_iterator_example.cpp ] [ run ../../utility/iterator_traits_test.cpp ] - + [ run ../../utility/shared_iterator_test.cpp ] ;