mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-10-28 03:20:15 +01:00
Disable type_traits
This commit is contained in:
@@ -39,6 +39,8 @@ TEST(Value, DefaultConstructor) {
|
||||
|
||||
#if RAPIDJSON_HAS_CXX11_RVALUE_REFS
|
||||
|
||||
#if 0 // Many old compiler does not support these. Turn it off temporaily.
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
TEST(Value, Traits) {
|
||||
@@ -77,6 +79,8 @@ TEST(Value, Traits) {
|
||||
#endif
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
TEST(Value, MoveConstructor) {
|
||||
typedef GenericValue<UTF8<>, CrtAllocator> Value;
|
||||
Value::AllocatorType allocator;
|
||||
|
||||
Reference in New Issue
Block a user