This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Exceptions in constructor?


I'm 99.44% pleased with the exception-based code I can now write and
test under Linux on x86.  The remaining .56% would be fulfilled if
throwing an exception in a constructor automatically called the
appropriate operator delete () if there had been a call to operator
new ().

Has anyone made progress on that?  If not, can anyone give me a hint
where I might look to put it in?  Thanks muchly in advance....
-- 
Chip Salzenberg          - a.k.a. -           <chip@pobox.com>
        "He's Mr. Big of 'Big And Tall' fame."  // MST3K


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]