forked from boostorg/iterator
Fix counting_iterator::distance_to fails to instantiate for non default template arguments.
[SVN r31758]
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