Yuriy Solodkyy

Results 51 comments of Yuriy Solodkyy

@elfprince13 `vtblmap4` was an evolution of `vtblmap3` to support multiple subjects directly, which is why you see it used in all the headers experimenting with multiple subjects. IIRC it was...

Hi Florian, Your code still contains parts of your library, which makes it harder for me to reproduce it locally. Would it be possible for you to extract a repro...

I'll try to find time to write the necessary adapter for std::variant in the next couple of days. Thanks for the reminder!

I looked into boost::any a while back in my discussion with Andrzej and that one will require a bit more work to be correct. I will concentrate on std::variant first...

No updates yet unfortunately - was busy with other projects. I left Microsoft though recently and while I'm on sort of sabbatical I should have a better chance to look...

Here is how your broader mutating example from https://github.com/akrzemi1/__sandbox__/blob/master/mach7_with_variant.md can be written in Mach7 in the way typically done in other languages: ``` C++ struct TankA { int va =...

Yes, Members() macro accepts data members, nullary member functions and unary free-standing functions with the argument taking class as an argument. An example of the latter can be seen here:...

The issue hasn't been addressed yet, so the difference would still be there. Have you re-ran the experiment i patched above? I manually inlined both stuff as this was an...

Hi Thomas, Thank you for suggestions. It would really help a lot if you could post some code in ideal syntax or in another language that would show what are...

Not yet unfortunately - been trying to work more on some applications of the library recently.