kimwalisch / primesieve

🚀 Fast prime number generator
BSD 2-Clause "Simplified" License
956 stars 123 forks source link

Modernise C style <stdint.h> headers to <cstdint> for C++ #112

Closed term-est closed 2 years ago

term-est commented 2 years ago

Motives: Clang Tidy Stackoverflow answer regarding \<cstdint> vs \<stdint.h>

C API is not affected by this commit. 100% tests passed, 0 tests failed out of 28= 37.93 sec

Thank you for considering these changes.