Page MenuHomePhabricator

Remove c++20 header
ClosedPublic

Authored by Fabien on Mon, May 12, 19:34.

Details

Reviewers
PiRK
roqqit
Group Reviewers
Restricted Project
Commits
rABCd9414bd7cdc0: Remove c++20 header
Summary

We don't enforce c++20 (yet) so we shouldn't include any c++20 header to avoid breaking the build on older supported compilers.
D17964 avoided the use of std::countr_zero because it's c++20, but the <bit> header was still included.

Test Plan
ninja all check

Diff Detail

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

Event Timeline

Fabien requested review of this revision.Mon, May 12, 19:34
This revision is now accepted and ready to land.Mon, May 12, 20:11
roqqit added a subscriber: roqqit.

builds on Debian 10 (buster) with gcc 8.3

This revision was automatically updated to reflect the committed changes.