cellml / libcellml

Repository for libCellML development.
https://libcellml.org
Apache License 2.0
17 stars 21 forks source link

Improve detection of UNCOMPRESS_SIZE_TYPE in uncompress #1109

Closed hsorby closed 1 year ago

hsorby commented 1 year ago

Our current test for detecting the size of the size type for the size parameter of the uncompress function is not very sophisticated and fails in some situations. Improving the detection will help when building on platforms we don't regularly test on.