Patches for MWCW and gcc-4.0.

[SVN r26704]
This commit is contained in:
John Maddock
2005-01-15 11:23:46 +00:00
parent 34355d3e79
commit 1e48609cfd
4 changed files with 22 additions and 3 deletions

View File

@ -858,6 +858,11 @@ public:
*out += v;
return *this;
}
typedef std::ptrdiff_t difference_type;
typedef UChar value_type;
typedef value_type* pointer;
typedef value_type& reference;
typedef std::output_iterator_tag iterator_category;
};
}