Commit fff931b5 authored by miloyip's avatar miloyip

Fix another compilation error

parent 09530ad8
...@@ -616,7 +616,7 @@ public: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment