Closed j042 closed 1 year ago
use int32_t / int64_t instead of int / long. According to cpp ref, this is optional, but works for cibuildwheel/github actions
int32_t
int64_t
int
long
cibuildwheel
github actions
Overview
use
int32_t
/int64_t
instead ofint
/long
. According to cpp ref, this is optional, but works forcibuildwheel
/github actions