Sadness

Bill Baxter dnewsgroup at billbaxter.com
Tue Mar 4 14:02:56 PST 2008


Don Clugston wrote:
> Bill Baxter wrote:
>> Jascha Wetzel wrote:
>>> Bill Baxter wrote:
>>>> Anyone have a clue where to look for how to work around this?
>>>
>>> if it's D1.0, maybe try GDC with cygwin.
>>
>> I found a workaround.
>>
>> I think it's a symbol length issue.
>> I was putting an alias for this type:
>> S5dflat14SparseGeMatrix48__T14SparseGeMatrixTS5dflat3CCS10__T3CCSTfZ3CCSZ14SparseGeMatrix 
>>
>>
>> inside a class with a template paramter of this type:
>> C8OpenMesh4Core4Mesh21PolyMesh_ArrayKernelT27__T21PolyMesh_ArrayKernelTZ21PolyMesh_ArrayKernelT 
>>
>>
>> Is the combination of those enough to send OPTLINK past it's symbol 
>> length limit?
> 
> Maybe the same as bugzilla 1439?

Hmm, doesn't seem like it.  I'm not using any string template 
parameters, and anyway, both those strings combined look to be much less 
than 1024 chars.

--bb



More information about the Digitalmars-d mailing list