Closed jwallwork23 closed 5 months ago
The Xios class uses int for sizes, where it would be preferable to use size_t.
Xios
int
size_t
Closed by #576.
The
Xios
class usesint
for sizes, where it would be preferable to usesize_t
.