Commit fff931b5 authored by miloyip's avatar miloyip

Fix another compilation error

parent 09530ad8
......@@ -616,7 +616,7 @@ public:
private:
#if RAPIDJSON_SCHEMA_USE_STDREGEX
typedef std::basic_regex<Ch>* RegexType;
typedef std::basic_regex<Ch> RegexType;
#else
typedef char RegexType;
#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