Page MenuHomePhabricator

Replace boost::unordered_map and boost::unordered_set with std:: variant
ClosedPublic

Authored by awemany on Jul 27 2017, 08:28.

Details

Summary

Replaces boost implementation of hash map / hash set with variant
that is now in std c++ library. Addresses T70.

Test Plan

make check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
master
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 592
Build 592: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jul 27 2017, 08:34
This revision was automatically updated to reflect the committed changes.