Skip to content

compression types now constexpr arrays rather than vectors which caused double frees on exit

this is a bit ugly, but the non-const std::vector caused double free on cxa_finalize for trivial test apps that just included this header. This fixes that by moving to constexpr std::arrays. Other ways to fix it, but we should fix it.

Merge request reports