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
Differential D463
Replace use of boost/assign/list_of with more readable C++-11 initializer lists in rpc/rawtransaction.cpp CCulianu on Aug 10 2017, 14:15. Authored by Tags None Subscribers None
Details 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 make check and rpc-tests.py
Diff Detail
|