mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-09 19:24:23 +01:00
Fix compilation in schema test
This commit is contained in:
parent
85c8b657c0
commit
3ffac19f25
@ -837,7 +837,7 @@ TEST(SchemaValidator, AllOf_Nested) {
|
||||
INVALIDATE(s, "123", "", "allOf", "");
|
||||
}
|
||||
|
||||
template <typename Allocator = CrtAllocator>
|
||||
template <typename Allocator>
|
||||
static char* ReadFile(const char* filename, Allocator& allocator) {
|
||||
const char *paths[] = {
|
||||
"%s",
|
||||
|
Loading…
x
Reference in New Issue
Block a user