|
From: Joseph J. S. <jo...@st...> - 2005-01-27 16:11:42
|
At 8:51 AM -0800 1/26/05, James W. Walker wrote: >Unless you have a strategy for dealing with exceptions, and catching >them before they try to escape from the library, then use >new(std::nothrow), which is one of the standard versions of operator >new. I hope I'm not (again) chiming in late here, but I hope we're building Quesa (or at least, making it possible to build quesa) with exception support turned off. In at least some compilers, having exceptions on incurs a noticeable overhead even if you're not using them. My experience also matches Dair's, i.e., that in C++ code, exceptions tend to cause more grief than good. Best, - Joe -- ,------------------------------------------------------------------. | Joseph J. Strout Check out the Mac Web Directory: | | jo...@st... http://www.macwebdir.com/ | `------------------------------------------------------------------' |