Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The argument to the cast value is of type ssize_t. Mismatch between int64_t and ssize_t happens in Mac and causes build to fail: `error: const_cast from 'const pybind11::ssize_t *' (aka 'const long *') to 'int64_t *' (aka 'long long *') is not allowed` PiperOrigin-RevId: 584451928
- Loading branch information