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
Details
Details
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
src/rpc/rawtransaction.cpp | ||
---|---|---|
988 โ | (On Diff #1140) | You sure you didn't drop something? (plain old "ALL") |
Comment Actions
I'll update
src/rpc/rawtransaction.cpp | ||
---|---|---|
988 โ | (On Diff #1140) | JESUS christ. SORRY! My bad! That would have been a horrible oversight. THANK YOU FOR CATCHING THIS!! |
Comment Actions
I don't know how you managed to paste a raw linted diff in (apparently), but the changeset works alright (built, tested) and the problem is fixed, so I'm happy to accept this one.
Thanks for highlighting good use of braced initializers.