Re: [Cxxgui-devel] RE: C++ GUI library
Brought to you by:
davidturner
From: David T. <dkt...@te...> - 2004-03-12 16:11:15
|
On Fri, 2004-03-12 at 16:21, Daniel James wrote: > > OK, I've done it this way, but I'm not sure about it. Every compiler that's > available to me (Visual C++ 6, Borland, mingw, cygwin, Digital Mars) > supports alloca, _alloca or both, so I don't think TEMP_FREE is really > needed. I'm worried about exception safety when using it, it seems like it > could easily lead to leaks. Thanks, Daniel. I don't think exceptions are a worry (as long as those macros are used only as intended ;-)). I should be ready to commit the new list widget sometime tonight. After that I'll get it to run on Cygwin. Regards David Turner |