Page MenuHomePhabricator

Support serialization of std::vector<bool>
ClosedPublic

Authored by PiRK on Oct 13 2020, 16:14.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Commits
rABC4b12d4863d5e: Support serialization of std::vector<bool>
Summary

PR description:

This adds support for serialization of std::vector<bool>, as a prerequisite of PR16702.

Backport of Core PR16730.

Test Plan

ninja && ninja check

Diff Detail

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

Event Timeline

Owners added a reviewer: Restricted Owners Package.Oct 13 2020, 16:14
PiRK requested review of this revision.Oct 13 2020, 16:14
deadalnix requested changes to this revision.Oct 13 2020, 16:44
deadalnix added a subscriber: deadalnix.

If there is a PR description, I assume there is a PR somewhere.

This revision now requires changes to proceed.Oct 13 2020, 16:44
PiRK requested review of this revision.Oct 13 2020, 16:59
PiRK edited the summary of this revision. (Show Details)

If there is a PR description, I assume there is a PR somewhere.

Oops, sorry. I added it to the revision.

This revision is now accepted and ready to land.Oct 13 2020, 21:45