Hacker News new | ask | show | jobs
by kevinnk 3151 days ago
It's still up in the air I think - you can see from his blog[1] that others in the the committee prefer a syntax more like

    meta::type interface(const meta::type source) {
        // … basically same code …
    };
[1] https://herbsutter.com/2017/07/26/metaclasses-thoughts-on-ge...
1 comments

Thank you, I didn't know that. This syntax makes much more sense. Considering C++ style programming.

I am very interested in having Reflection in C++. But tbh $ makes it really awkward.