vec.cc: Include <new> and <exception>.
authorNathan Sidwell <nathan@codesourcery.com>
Sun, 9 Apr 2000 16:05:16 +0000 (16:05 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Sun, 9 Apr 2000 16:05:16 +0000 (16:05 +0000)
commitb8c1233b5e3d2cdc5ab6db633195675b98ee515a
treeef3a8297733946b1a8fa48aa5d31a200239f8ac3
parent7e2d247261b874a7cf47f0b91b548a46107b6b44
vec.cc: Include <new> and <exception>.

* vec.cc: Include <new> and <exception>.
(__cxa_vec_ctor): Use __cxa_vec_dtor for cleanup.
(__cxa_vec_dtor): Catch dtor exceptions, and rethrow or
terminate.
(__cxa_vec_delete): Catch dtor exceptions.

From-SVN: r33042
gcc/cp/ChangeLog
gcc/cp/vec.cc