fixed some mwerks compiler errors

[SVN r8683]
This commit is contained in:
Jeremy Siek
2001-01-21 19:33:06 +00:00
parent b8ccd48fa3
commit a31a89ae7d
2 changed files with 1 additions and 9 deletions

View File

@ -29,7 +29,7 @@ public:
typedef IntT value_type;
typedef IntT& reference;
typedef IntT* pointer;
typedef ptrdiff_t difference_type;
typedef std::ptrdiff_t difference_type;
inline int_iterator() : _i(0) { }
inline int_iterator(IntT i) : _i(i) { }