Fix for new template syntax.
This commit is contained in:
parent
8f9cc6e476
commit
b9193ae1bb
|
@ -27,6 +27,7 @@
|
||||||
class CConfig;
|
class CConfig;
|
||||||
|
|
||||||
namespace std {
|
namespace std {
|
||||||
|
template <>
|
||||||
struct iterator_traits<CConfig> {
|
struct iterator_traits<CConfig> {
|
||||||
typedef CString value_type;
|
typedef CString value_type;
|
||||||
typedef ptrdiff_t difference_type;
|
typedef ptrdiff_t difference_type;
|
||||||
|
|
Loading…
Reference in New Issue