RethinkDB native connector work, minor fixes.
This commit is contained in:
8
ext/librethinkdbxx/src/rapidjson-config.h
Normal file
8
ext/librethinkdbxx/src/rapidjson-config.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#define RAPIDJSON_HAS_STDSTRING 1
|
||||
#define RAPIDJSON_HAS_CXX11_RVALUE_REFS 1
|
||||
#define RAPIDJSON_HAS_CXX11_NOEXCEPT 1
|
||||
#define RAPIDJSON_HAS_CXX11_TYPETRAITS 1
|
||||
#define RAPIDJSON_HAS_CXX11_RANGE_FOR 1
|
||||
#define RAPIDJSON_PARSE_DEFAULT_FLAGS kParseFullPrecisionFlag
|
||||
Reference in New Issue
Block a user