Page MenuHomePhabricator

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

Authored by CCulianu on Aug 10 2017, 14:15.

Details

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

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Aug 10 2017, 14:17
This revision was automatically updated to reflect the committed changes.