HomePhabricator

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

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

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
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
D465: Removed all usages of boost::assign::list_of in favor of C++11 initializer lists
Parents
rSTAGINGa98fecc68673: Make SCRIPT_ENABLE_SIGHASH_FORKID a mandatory flag.
Branches
Unknown
Tags
Unknown