Adding an example of using sequence facade and iterator facade.

[SVN r40853]
This commit is contained in:
Dan Marsden
2007-11-06 20:55:58 +00:00
parent 73f4f6667c
commit 353bf4bc09
2 changed files with 322 additions and 1 deletions

View File

@@ -13,6 +13,8 @@ import testing ;
{
test-suite example :
[ run test_example.cpp : : : : ] ;
[ run test_example.cpp : : : : ]
[ run triple.cpp : : : : ]
;
}