eranpeer / FakeIt

C++ mocking made easy. A simple yet very expressive, headers only library for c++ mocking.
MIT License
1.22k stars 169 forks source link

Fix use of zero-sized array #237

Closed FranckRJ closed 3 years ago

FranckRJ commented 3 years ago

It requires compiler extensions, so to make it more reliable it is replaced by a base class that either contains the array or not if the size is 0.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.0001%) to 99.924% when pulling 02d5b57ff472d5c429c46643a553f2fcb77950ba on fix_use_of_zero_sized_array into 74ff9ca50c4d10a7636cab7d5c06352fb0c841c7 on master.