Fix counting_iterator::distance_to fails to instantiate for non default template arguments.

[SVN r31758]
This commit is contained in:
Thomas Witt
2005-11-23 19:12:49 +00:00
parent 1c3e6c5b65
commit 73811245eb
2 changed files with 3 additions and 2 deletions

View File

@ -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>();