mirror of
https://github.com/boostorg/filesystem.git
synced 2026-02-01 20:42:08 +00:00
add concept check on iterators
[SVN r16425]
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user