mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-04 19:13:40 +01:00
fix platform-dependent compiler error with >>
This commit is contained in:
parent
ad73c032e7
commit
fe1a29ca69
@ -2918,7 +2918,7 @@ TEST(SchemaValidator, Schema_UnknownError) {
|
||||
|
||||
TEST(SchemaValidator, Uri_Parse) {
|
||||
typedef std::basic_string<Value::Ch> String;
|
||||
typedef Uri<GenericSchemaDocument<Value, MemoryPoolAllocator<> >> Uri;
|
||||
typedef Uri<GenericSchemaDocument<Value, MemoryPoolAllocator<> > > Uri;
|
||||
MemoryPoolAllocator<CrtAllocator> allocator;
|
||||
|
||||
String s = "http://auth/path?query#frag";
|
||||
@ -3028,7 +3028,7 @@ TEST(SchemaValidator, Uri_Parse) {
|
||||
|
||||
TEST(SchemaValidator, Uri_Resolve) {
|
||||
typedef std::basic_string<Value::Ch> String;
|
||||
typedef Uri<GenericSchemaDocument<Value, MemoryPoolAllocator<> >> Uri;
|
||||
typedef Uri<GenericSchemaDocument<Value, MemoryPoolAllocator<> > > Uri;
|
||||
|
||||
// ref is full uri
|
||||
Uri base = Uri(String("http://auth/path/#frag"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user