HomePhabricator

Remove c++20 header

Description

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

Reviewers: #bitcoin_abc, PiRK, roqqit

Reviewed By: #bitcoin_abc, PiRK, roqqit

Subscribers: roqqit

Differential Revision: https://reviews.bitcoinabc.org/D18081

Details

Provenance
FabienAuthored on Mon, May 12, 19:34
FabienPushed on Mon, May 12, 21:50
Reviewer
Restricted Project
Differential Revision
D18081: Remove c++20 header
Parents
rABCd0c31e0913ed: Fix a use after free error
Branches
Unknown
Tags
Unknown