Closed jwludzik closed 2 months ago
The gcc-14 reports about missing "algorithm" header in kmd_test.h. The plain clang-18 reports about usage of variable-length arrays (VLA) extension from C99 standard that is not recommended in C++ code
The gcc-14 reports about missing "algorithm" header in kmd_test.h. The plain clang-18 reports about usage of variable-length arrays (VLA) extension from C99 standard that is not recommended in C++ code