|
Boost : |
From: John Max Skaller (skaller_at_[hidden])
Date: 2001-08-22 00:30:18
Greg Colvin wrote:
> It turns out that Windows does support alloca, that it
> does allocate from the stack, and that it is safe to
> use in C++ so long as you don't call it in a catch
> clause expression.
Thanks: that's an interesting constraint!
(The EH relies on the frame pointer BP, not the
stack pointer SP .. so what's special about catches?)
-- John (Max) Skaller, mailto:skaller_at_[hidden] 10/1 Toxteth Rd Glebe NSW 2037 Australia voice: 61-2-9660-0850 New generation programming language Felix http://felix.sourceforge.net Literate Programming tool Interscript http://Interscript.sourceforge.net
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk