HomePhabricator

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

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
CCulianuPushed on Aug 10 2017, 14:18
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
rABC683e47995a7b: Formatting tinyformat.h and consensus/validation.h
Branches
Unknown
Tags
Unknown