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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.