On Tue, 10 Jun 2003 00:50:56 +0200
Frederic Bouvier <[EMAIL PROTECTED]> wrote:


> I had to apply the patch below to make it work. For an obscure reason, only
> the
> first assert is compiled, and the subsequent three tables are not allocated.
> So I removed the assert that don't seems very useful because you don't
> put assertions on the allocation of the other intermediate arrays.

Asserting on memory allocations probably won't work anyway since new throws a
std::bad_alloc exception.

Bernie


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to