Fix for new template syntax.

This commit is contained in:
crs 2003-07-05 17:04:06 +00:00
parent 8f9cc6e476
commit b9193ae1bb
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
class CConfig;
namespace std {
template <>
struct iterator_traits<CConfig> {
typedef CString value_type;
typedef ptrdiff_t difference_type;