Fix another compilation error

This commit is contained in:
miloyip 2015-05-08 14:09:46 +08:00
parent 09530ad834
commit fff931b512

View File

@ -616,7 +616,7 @@ public:
private: private:
#if RAPIDJSON_SCHEMA_USE_STDREGEX #if RAPIDJSON_SCHEMA_USE_STDREGEX
typedef std::basic_regex<Ch>* RegexType; typedef std::basic_regex<Ch> RegexType;
#else #else
typedef char RegexType; typedef char RegexType;
#endif #endif