Björn Fahller
Björn Fahller
There is a difference in how `MAKE_CONST_MOCKn` works, and adding `const` as the 3rd macro parameter to `MAKE_MOCKn`, in that a bunch of helper functions are created that are used...
`.SIDE_EFFECT(...)` captures by copy, so even if it worked, it wouldn't do what you intended, because you'd move the copy. I've thought, for years if you can believe it, about...
Right. And I see what you mean. You can work around it, but I admit that it's a bit cumbersome: ```C++ auto source = data{}; const auto expected = data{};...
Not entirely sure, but maybe. I planned to rewrite the lib after the conference presentations, because it's ironic that the library implementation itself is quite repetitive. However, doing so resulted...
So, pushed "as-is" to branch `drier`. There are a number of TODO comments in the test sources that can guide you. Also, clang crashes (9 and trunk). It's reported. If...
I don't have enough knowledge to have an opinion at this time.
I believe you mean issue #28. Anyone who can figure out how to implement it is most welcome to.
Right. Bummer. I should've known this. Dropping it is also a potentially breaking change for some users, but it's the way to go. Thanks for reporting.
Thanks @timblechmann , that was a very unexpected result of this. I'll get to fixing it as soon as I'm out of meetings.
Fixed on main now. Leaving this open until a release is tagged.