add concept check on iterators

[SVN r16425]
This commit is contained in:
Beman Dawes
2002-11-26 15:51:58 +00:00
parent 52bb7cd258
commit c09ff41675
2 changed files with 33 additions and 27 deletions

View File

@@ -59,6 +59,7 @@ namespace {
int test_main( int, char*[] )
{
boost::function_requires< boost::ForwardIteratorConcept< fs::path::iterator > >();
path p1( "fe/fi/fo/fum" );
path p2( p1 );