HomePhabricator

Replace use of boost/assign/list_of with more readable C++-11 initializer lists…
0ec4004f99fcUnpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

Replace use of boost/assign/list_of with more readable C++-11 initializer lists in rpc/rawtransaction.cpp

Summary:

Sorry, had to redo this diff as something got totally screwed up in phabricator.

Since bitcoin sources now use C++11, there is no need to use the less-readable boost::assign::list_of. C++11 initializer lists are more readable and maintainable

Test Plan: make check and rpc-tests.py

Reviewers: freetrader, deadalnix, #bitcoin_abc

Reviewed By: deadalnix, #bitcoin_abc

Differential Revision: https://reviews.bitcoinabc.org/D463

Details

Provenance
CCulianuAuthored on Aug 10 2017, 14:14
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Reviewer
Restricted Project
Differential Revision
D463: Replace use of boost/assign/list_of with more readable C++-11 initializer lists in rpc/rawtransaction.cpp
Parents
rSTAGING683e47995a7b: Formatting tinyformat.h and consensus/validation.h
Branches
Unknown
Tags
Unknown