Would it be possible to rename `#define BENCHMARK` to something more unique? The generic `BENCHMARK` clashes with benchmarking feature in Catch2, see https://github.com/catchorg/Catch2/issues/1186
Would it be possible to rename
#define BENCHMARKto something more unique?The generic
BENCHMARKclashes with benchmarking feature in Catch2, see catchorg/Catch2#1186