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