Simplyfied make_transform_iterator.

[SVN r1398]
This commit is contained in:
Thomas Witt
2003-07-01 21:30:03 +00:00
parent 3c0c2b8513
commit 21141ef401
2 changed files with 6 additions and 43 deletions

View File

@@ -132,7 +132,6 @@ main()
boost::random_access_readable_iterator_test(i, N, x);
}
#if !defined (BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION)
// Test transform_iterator with function pointers
{
int x[N], y[N];
@@ -156,7 +155,6 @@ main()
, x);
}
#endif
// Test transform_iterator as projection iterator
{