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

[SVN r31779]
This commit is contained in:
Thomas Witt
2005-11-25 22:16:09 +00:00
parent e63eacb6d7
commit 11230a7af1
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>();