mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-28 03:47:33 +02:00
Fix counting_iterator::distance_to fails to instantiate for non default template arguments.
[SVN r31779]
This commit is contained in:
@ -277,6 +277,7 @@ int main()
|
||||
// Test user-defined type.
|
||||
|
||||
test_integer3<my_int1, std::forward_iterator_tag, int>();
|
||||
test_integer3<long, std::random_access_iterator_tag, int>();
|
||||
test_integer<my_int2>();
|
||||
test_integer<my_int3>();
|
||||
|
||||
|
Reference in New Issue
Block a user