Message 77958 - Python tracker
I don't think fpos_t is a suitable type here. It isn't guaranteed to be an integral type, and, on many systems, it isn't integral. So you can't convert int to it, and you can't do arithmetic on it.
I don't think fpos_t is a suitable type here. It isn't guaranteed to be an integral type, and, on many systems, it isn't integral. So you can't convert int to it, and you can't do arithmetic on it.