HomePhabricator

Removed all usages of boost::assign::list_of in favor of C++11 initializer lists

Description

Removed all usages of boost::assign::list_of in favor of C++11 initializer lists

Summary: C++11 initializer lists are more elegant and easier to maintain and read. So I removed all usages of boost::assign::list_of in favor of them. Note that some of these files have never been linted before so they may have extra lint formatting changes too.

Test Plan: make check, rpc-tests.py

Reviewers: freetrader, deadalnix, #bitcoin_abc, ealmansi

Reviewed By: freetrader, deadalnix, #bitcoin_abc

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

Details

Provenance
CCulianuAuthored on Aug 10 2017, 17:03
CCulianuPushed on Aug 11 2017, 06:25
Reviewer
Restricted Project
Differential Revision
D465: Removed all usages of boost::assign::list_of in favor of C++11 initializer lists
Parents
rABCa98fecc68673: Make SCRIPT_ENABLE_SIGHASH_FORKID a mandatory flag.
Branches
Unknown
Tags
Unknown