mlimber
mlimber
This pull request adds a macro to eliminate boilerplate code when defining a tagged bool. At present, one has to do this to create some `tagged_bool`s: ```cpp class is_ready_tag {};...
In [this FAQ](https://github.com/rollbear/trompeloeil/blob/master/docs/FAQ.md#why_param_count) you ask for ideas on counting function params to avoid `MAKE_MOCKn()` macros. Following this [SO Q&A](http://stackoverflow.com/questions/15806319/how-do-i-determine-the-number-of-parameters-of-a-stdfunction), it seems like this might work (see it [run on Coliru](http://coliru.stacked-crooked.com/a/8438999993e4bb31)):...
I'm using multiple sequences as described in your [blog post](http://playfulprogramming.blogspot.se/2015/01/sequence-control-with-trompeloeil-c.html). I'm wishing I had something to allow me to insert sequencing points without allowing/requiring/forbidding calls on my mocks. It comes...
Not sure where the link near the end is supposed to go: > Otherwise, you're most likely best off using a static variable within a function and returning it. See...
The code is incomplete and doesn't compile. Instead of making a local variable as in `CallFoo4()`, which would make 3 and 4 almost identical, I put the call inline in...
I found the phrasing a little hard to understand and had to read it several times to get it. I've tried to rephrase from what I "got".
The links were not clickable over at the webpage version. This makes them clickable and hides the URL.
Make all `int` and `const` appear in backticks. Alter a few bits of punctuation.
I tried cloning the repo and building on Linux to no avail. It used to work. I'm potentially willing to get it back to working on Linux again if there...