$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Martin Schuerch (mschuerch_at_[hidden])
Date: 2002-06-25 07:33:07
"Paul A. Bristow" <boost_at_[hidden]> wrote in message
news:AHEJIHEOOOBMJPAGPLIPAEDIDBAA.boost_at_hetp.u-net.com...
> I have now run all the uBLAS tests 1 to 6 in release as well as debug
mode.
>
> I slightly suspect that using pre-compiled headers causes the compiler
heap
> overflow C1060 with test6. There is certainly something very funny about
> the setting. I now think that rebuild/clean causes a compiler reset so
the
> heap is cleared.
>
> Smells like a memory leak in the compiler? Surely not!
>
> /Zm1000 IS sufficient for my tests. I only have 256Mbyte memory (Windows
> 2000).
The funny thing is, that /Zm1000 doesn't work for me (1GB memory) but /Zm500
does.
>
> Paul
>
Martin