Fixed struct/class mixup in indirect_iterator declaration.

[SVN r19249]
This commit is contained in:
Thomas Witt
2003-07-22 07:56:08 +00:00
parent ed8c60c20b
commit afa92675a2

View File

@ -35,7 +35,7 @@
namespace boost
{
template <class Iter, class Value, class Category, class Reference, class Difference>
struct indirect_iterator;
class indirect_iterator;
template <class T>
struct referent;