[orbitcpp-list] bug in the c++ backend
Status: Beta
Brought to you by:
philipd
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 |