Fix another compilation error
This commit is contained in:
parent
09530ad834
commit
fff931b512
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user