In case you missed it:
Can Qt's moc be replaced by C++ reflection?
by Olivier Goffart
From the article:
The Qt toolkit has often been criticized for extending C++ and requiring a non-standard code generator (moc) to provide introspection.
Now, the C++ standardization committee is looking at how to extend C++ with introspection and reflection. As the current maintainer of Qt's moc I thought I could write a bit about the need of Qt, and even experiment a bit.In this blog post, I will comment on the current proposal draft, and try to analyze what one would need to be able to get rid of moc.
Add a Comment
Comments are closed.