Skip to content

fix compilation issue with gcc < 10 and -std=c++2a

Fixes #2415 (closed)

This MR requires GCC <= 9.4 to use the old code for signed size as std::ssize is not available.

Merge request reports

Loading