Rasmus Källqvist
Rasmus Källqvist
Unless I'm mistaken then documentation of how one is meant to actually _aquire_ Dextool Mutate is missing as well. I found some instructions [here](https://www.ida.liu.se/~TDDD04/labs/2019/mutation_testing/) on the LIU website, but on...
@mkloczko One alternative would be to replace all the usages of `std::result_of` with a macro or intermediate template and use an `#ifdef` inside that intermediary to select between passing the...
+1 on this, should be pretty easy to implement but very valuable!