From: Laszlo M. <las...@et...> - 2000-07-27 08:27:27
Hi Folks!
Here is a little bug I found some days ago in orbitcpp.
module X
{
struct Y
{
sequence<double> Z;
};
};
This dumps core for me during compilation. Using a typedef for the
sequence works around the problem.
Laszlo
Yep - I'm afraid that the compiler doesn't do 'inlined sequences' yet.
The work around is to typedef them like you say. (this means you cant do
recursive structs etc.. yet.
Cheers,
Phil.
Laszlo Molnar wrote:
>
> Hi Folks!
>
> Here is a little bug I found some days ago in orbitcpp.
>
> module X
> {
> struct Y
> {
> sequence<double> Z;
> };
> };
>
> This dumps core for me during compilation. Using a typedef for the
> sequence works around the problem.
>
> Laszlo
>
> _______________________________________________
> orbitcpp-list mailing list
> orb...@li...
> http://lists.sourceforge.net/mailman/listinfo/orbitcpp-list