Improved portability.

[SVN r1397]
This commit is contained in:
Thomas Witt
2003-07-01 18:47:43 +00:00
parent 405e6ba468
commit 3c0c2b8513
2 changed files with 14 additions and 1 deletions

View File

@@ -132,6 +132,7 @@ 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];
@@ -155,6 +156,7 @@ main()
, x);
}
#endif
// Test transform_iterator as projection iterator
{