Skip to content

Bugfix/return size_t in size and order method

Andreas Dedner requested to merge bugfix/returnSizeTinSizeAndOrderMethod into master

Correct the return type of the interface methods size and order to return size_t instead of unsigned int

Merge request reports