Try to fix a compilation error on gcc/clang
This commit is contained in:
parent
fc18b12880
commit
b8cc02e0aa
@ -213,7 +213,7 @@ TEST(Document, AcceptWriter) {
|
||||
}
|
||||
|
||||
TEST(Document, UserBuffer) {
|
||||
typedef GenericDocument<UTF8<>, MemoryPoolAllocator<>, MemoryPoolAllocator<>> DocumentType;
|
||||
typedef GenericDocument<UTF8<>, MemoryPoolAllocator<>, MemoryPoolAllocator<> > DocumentType;
|
||||
char valueBuffer[4096];
|
||||
char parseBuffer[1024];
|
||||
MemoryPoolAllocator<> valueAllocator(valueBuffer, sizeof(valueBuffer));
|
||||
|
Loading…
x
Reference in New Issue
Block a user