Page MenuHomePhabricator

Replace boost::adapter::reversed with custom reverse_iterator
ClosedPublic

Authored by Fabien on Dec 21 2018, 11:35.

Details

Summary

This removes the dependency to boost.
Based on core PR10193

Test Plan
make check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
PR10193
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4337
Build 6739: Bitcoin ABC Buildbot (legacy)
Build 6738: arc lint + arc unit

Event Timeline

deadalnix requested changes to this revision.Dec 21 2018, 11:47
deadalnix added inline comments.
src/rwcollection.h
41

Use ->

This revision now requires changes to proceed.Dec 21 2018, 11:47

Replace (*a).b with a->b

This revision is now accepted and ready to land.Dec 21 2018, 11:57
This revision was automatically updated to reflect the committed changes.