Robert Dailey
Robert Dailey
Sure, I'm happy to reopen. Maybe we can get @hugbug to revisit this one. I know there's a lot to read through so I'm happy to walk through the issues...
Great idea, I will try out what you have. Would be nice to incorporate it into Trompeloeil though, as a contrib component or something. It's a useful utility class. And...
The usage of the tuple makes some of the Trompeloeil code break due to ambiguity (tuple vs parameter pack). [Here's a live sample you can compile](https://wandbox.org/permlink/SZ7ZsDsgEn6eM41S). Error is: ``` error:...
@rollbear: Can you dedicate some time to this one?
> I was hoping you'd add a test case, I asked for. Oh I apologize for that, I overlooked your reply and didn't see it. Turns out, however, that it...
Let me take a peek at this, I agree with you that all of this should work. My example is a little different than yours but looks like it should...
I think we can solve this by using type traits pattern. The issue is that because you've made the derived type a template, the type is incomplete. I think using...
Actually even if type traits fixes the problem, it can't be done without requiring the user to type more code. Basically, they'd have to invoke a `REGISTER_MOCK_INTERFACE()` macro, which underneath...
@rollbear Let's go ahead and get what I have merged and we can figure out your second use case. Based on my investigation, we should at least get past my...
If you want tests I'll have to find the time to do it. I'm not familiar with your code base or test structure. It will be a learning curve.