From fff931b512eeeb956c56fdf8a903e41aa1c4d175 Mon Sep 17 00:00:00 2001 From: miloyip Date: Fri, 8 May 2015 14:09:46 +0800 Subject: [PATCH] Fix another compilation error --- include/rapidjson/schema.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rapidjson/schema.h b/include/rapidjson/schema.h index 4156146..1851f5e 100644 --- a/include/rapidjson/schema.h +++ b/include/rapidjson/schema.h @@ -616,7 +616,7 @@ public: private: #if RAPIDJSON_SCHEMA_USE_STDREGEX - typedef std::basic_regex* RegexType; + typedef std::basic_regex RegexType; #else typedef char RegexType; #endif