Fix compilation in schema test

This commit is contained in:
miloyip 2015-05-21 16:20:49 +08:00
parent 85c8b657c0
commit 3ffac19f25

View File

@ -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",