Mohsen Lesani wrote on 02/10/2010 03:59:06 PM:
>
> One of my benchmarks could pass the type checker and then the linker
> failed. It is a large benchmark but I worked to localise the problem.
> Here I present them abstractly in two small examples.
> Both of the problems seem to be with structs (T
Mohsen Lesani wrote on 02/10/2010 03:59:06 PM:
> Hi,
>
> One of my benchmarks could pass the type checker and then the linker
> failed. It is a large benchmark but I worked to localise the problem.
> Here I present them abstractly in two small examples.
> Both of the problems seem to be with str
Hi,
One of my benchmarks could pass the type checker and then the linker
failed. It is a large benchmark but I worked to localise the problem.
Here I present them abstractly in two small examples.
Both of the problems seem to be with structs (There is no problem if
we change struct to class.)
===