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.

Reply via email to