Thread overview
C++ to get compile-time reflection?
Mar 13, 2014
Atila Neves
Mar 13, 2014
Rikki Cattermole
Mar 13, 2014
w0rp
Mar 13, 2014
Atila Neves
March 13, 2014
http://www.reddit.com/r/programming/comments/20967a/can_qts_moc_be_replaced_by_c_reflection/

Some relevant links in the post itself.

Atila
March 13, 2014
I just want to say thanks for posting this. I really needed something like this! (for a report).
March 13, 2014
On Thursday, 13 March 2014 at 09:41:35 UTC, Atila Neves wrote:
> http://www.reddit.com/r/programming/comments/20967a/can_qts_moc_be_replaced_by_c_reflection/
>
> Some relevant links in the post itself.
>
> Atila

Thanks for sharing this. This is particularly interesting for me and my continuing work on Qt bindings in D. I may use similar ideas with D's features to generate some Qt things, if at all possible.
March 13, 2014
On Thursday, 13 March 2014 at 16:18:09 UTC, w0rp wrote:
> On Thursday, 13 March 2014 at 09:41:35 UTC, Atila Neves wrote:
>> http://www.reddit.com/r/programming/comments/20967a/can_qts_moc_be_replaced_by_c_reflection/
>>
>> Some relevant links in the post itself.
>>
>> Atila
>
> Thanks for sharing this. This is particularly interesting for me and my continuing work on Qt bindings in D. I may use similar ideas with D's features to generate some Qt things, if at all possible.

I hadn't thought about Qt bindings to D, but now that you mention
it, it'd be pretty awesome! Cos, you know, we have compile time
reflection already. :)

Atila