]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Use zng_alloc_aligned in unit tests to prevent having to use C++17.
authorNathan Moinvaziri <nathan@nathanm.com>
Sun, 7 Jan 2024 01:55:25 +0000 (17:55 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 7 Feb 2024 18:16:28 +0000 (19:16 +0100)
commit9d33c8163d69452079918676453b65f780b11de8
treee347e6364349aaa64a85c146e990f7780af68d1f
parent2a03576b34d76f48ae03d669b17997aeebd80cc4
Use zng_alloc_aligned in unit tests to prevent having to use C++17.

alloc_aligned when using in C++ requires C++17 standard. zutil_p.h
include removed from test_crc32 since it was causing the same issue and was
not really needed.
test/test_compare256.cc
test/test_compare256_rle.cc
test/test_crc32.cc
zutil.c