$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Martin (adrianm_at_[hidden])
Date: 2005-04-26 01:16:21
Gennadiy Rozental <gennadiy.rozental <at> thomson.com> writes:
> The library is known to work (with different compliance levels) at least on
> the following compilers:
>
> * Visual C++ 7.1
> * Visual C++ Whidbey Beta
> * Visual C++ 7.0
VC70 sometimes generates the wrong code (wrong stack offset for local
variables) causing stack corruption when using FOREACH macro. Has happened to
me several times. I have not been able to isolate the problem but it seem to
only happen in large functions with many local variables.