3 Nov
2004
3 Nov
'04
3:12 a.m.
On Tue, 2004-11-02 at 20:19, Bob Jamison wrote:
So, I would like to remove --enable-cplusplus from the boehm dependencies that we have, and libgccpp.a. Does that sound OK?
That should be fine at this point.
As far as I can tell, we are always using Mental's C++ classes which use the Boehm C API. Is that right?
Yes. I was hoping not to have to write my own originally, but the existing C++ wrappers weren't quite right with respect to modern C++ (most notably, the new operator should throw std::bad_alloc on allocation failure rather than returning NULL).
Besides, reinventing the wheel is fun when you have a valid excuse. ^_-
-mental