*** empty log message ***

[SVN r24140]
This commit is contained in:
Thorsten Jørgen Ottosen
2004-07-28 11:01:10 +00:00
parent e26056b475
commit 5a479378d6
5 changed files with 10 additions and 11 deletions

View File

@ -34,7 +34,7 @@ struct add_one
void check_iterator_range()
{
typedef string::iterator iterator;
typedef string::const_iterator const_iterator;
typedef iterator_range<iterator> irange;