Update submodules and fix gcc 4.8.4 build (#296)

This commit is contained in:
Doyle 2018-10-23 11:55:02 +11:00 committed by GitHub
parent ba9bcdd4dc
commit 4c39cf54fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

2
external/rapidjson vendored

@ -1 +1 @@
Subproject commit 129d19ba7f496df5e33658527a7158c79b99c21c
Subproject commit 67fac85e96220f69076121d569abd15471abb6bf

2
external/unbound vendored

@ -1 +1 @@
Subproject commit d3724dfa553429d368c27aef160f02f5e8b8075f
Subproject commit 7f23967954736dcaa366806b9eaba7e2bdfede11

View File

@ -62,7 +62,7 @@ class classname \
#define END_RPC_MESSAGE_RESPONSE };
#define END_RPC_MESSAGE_CLASS };
#define COMMA() ,
#define COMMA ,
// NOTE: when using a type with multiple template parameters,
// replace any comma in the template specifier with the macro
@ -118,7 +118,7 @@ BEGIN_RPC_MESSAGE_CLASS(GetTransactions);
RPC_MESSAGE_MEMBER(std::vector<crypto::hash>, tx_hashes);
END_RPC_MESSAGE_REQUEST;
BEGIN_RPC_MESSAGE_RESPONSE;
RPC_MESSAGE_MEMBER(std::unordered_map<crypto::hash COMMA() cryptonote::rpc::transaction_info>, txs);
RPC_MESSAGE_MEMBER(std::unordered_map<crypto::hash COMMA cryptonote::rpc::transaction_info>, txs);
RPC_MESSAGE_MEMBER(std::vector<crypto::hash>, missed_hashes);
END_RPC_MESSAGE_RESPONSE;
END_RPC_MESSAGE_CLASS;

Binary file not shown.