Page MenuHomePhabricator

Replace C compatibility headers by their C++ equivalent
ClosedPublic

Authored by Fabien on Apr 16 2019, 13:58.

Details

Summary

For example, replace <stdint.h> with <cstdint>.

Test Plan
make check
ninja check

Cross build for windows

Diff Detail

Repository
rABC Bitcoin ABC
Branch
fix_cheaders
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 5466
Build 8994: Bitcoin ABC Buildbot (legacy)
Build 8993: arc lint + arc unit

Event Timeline

deadalnix requested changes to this revision.Apr 16 2019, 15:34
deadalnix added inline comments.
src/crypto/ctaes/ctaes.h
11 ↗(On Diff #8072)

That is actually a C library

This revision now requires changes to proceed.Apr 16 2019, 15:34

Don't update the C library

This revision is now accepted and ready to land.Apr 16 2019, 17:11
This revision was automatically updated to reflect the committed changes.