http://d.puremagic.com/issues/show_bug.cgi?id=424





------- Comment #19 from [EMAIL PROTECTED]  2008-11-20 19:23 -------
(In reply to comment #18)
> Are you (In reply to comment #17)
> > Just got bitten by this one too.  Voted!
> > 
> 
> Unfortunately I think the only real solution for this is a new linker.
> Just out of curiosity, in your case is it the lots of templates getting
> instantiated in a single file thing?  Or did you find some other way to 
> trigger
> it?
> 

I'm pretty sure that's what's causing the issue I have.  It compiles with n
template instantiations, and fails with n + 1.  Doesn't matter which ones I
remove or add.  And I have a *lot* of them in one file.  And they're the deeply
nested variadic code-generating kind.

I do horrible things.


-- 

Reply via email to