[SimpleLawsTest] match new[] with delete[] instead of free
gcc 11.1 on my arch system complains that the calls to free does not match the allocator function new[].
Please register or sign in to comment
gcc 11.1 on my arch system complains that the calls to free does not match the allocator function new[].