$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: williamkempf_at_[hidden]
Date: 2001-08-20 19:33:21
--- In boost_at_y..., John Max Skaller <skaller_at_m...> wrote:
> Greg Colvin wrote:
>
> > And such an animal can also be allocated in terms of alloca()
> > or LocalAlloc() or such on systems on which this is a good idea.
>
> Does alloca() work in C++?
> Can you be sure it won't mess generated code, including EH?
Are you garaunteed it will? Nope. It works fine for my
compiler/platform, however.
Bill Kempf