On 2015-09-11 13:41, Till Oliver Knoll wrote:
> You can further reduce the "dependency tree" of your sources by 
> making use of the private "d-pointer" pattern (there is a name for
> it which currently escapes me)

PIMPL? ;-)

https://en.wikipedia.org/wiki/Pimpl

> template expansion might generate quite a lot of code, might generate
> additional dependencies and in general creates additional work for
> the parser, prolonging compile time in general.

I've seen a fairly modest source file (not from Qt) that was heavily
templated take *minutes* to compile :-).

-- 
Matthew

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to