tooling quality and some random rant
Gary Whatmore
no at spam.sp
Sun Feb 13 07:23:46 PST 2011
Andrej Mitrovic Wrote:
> I guess if you're not writing new templates in your code then
> incremental compilation is possible?
Exactly. What I did is a simple wrapper module for Phobos with preinstantiated non-templated functions for typical use cases. For example there are few wrappers for the templated collection functions. It's easy to grep for '!' in your code and rewrite it using these wrappers. Problem solved.
- G.W.
More information about the Digitalmars-d
mailing list