Björn Fahller

Results 208 comments of Björn Fahller

I feel very uncomfortable about this. The norm for all moved from objects is that they are in an indeterminate (the phrase used in the standard is "valid but unspecified")...

I've had some thoughts along the same line, but since I haven't found a real world need I haven't given it priority. Would 'join' be a better word than 'synchronize'?...

Yes, I know. It's not quite that simple. Sequences are driven by things that happen to them, and the synchronization barrier is not an event that's triggered, it's a rule...

Unfortunately it's not that simple. For this to work, the number must be available as something that can be used by the preprocessor to generate code from. So, the counting...

You're welcome to try. It'd be very cool if you succeeded. I (strongly) prefer not to need a dependency to boost, but by all means use it while experimenting.

The former I can live with, but the latter I do not like at all. Might it also be possible to work with `MAKE_MOCK(func, (int, int) -> void)`? It is...

What are your thoughts about the new functionality to deduce signatures from inherited virtual functions? Functionality is available in v30, tagged just minutes ago.

It's trivial (well, almost) to detect the number of parameters with SFINAE constructions, but the catch is that you need the count available as a number that the preprocessor can...

I think that this is most probably not an achievable goal at all. Unless we get meta-classes, or some similar reification mechanism, it must be made with the preprocessor, because...

I see what you mean. I have taken the meaning of `value_of` to be "I hereby leave the realm of safety and go to the underlying types, warts and all."...