mirror of
https://github.com/boostorg/iterator.git
synced 2026-01-26 08:22:20 +01:00
Improved portability.
[SVN r1397]
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user