libstdc++: Add comment to nothrow new explaining catch (...)
authorJonathan Wakely <jwakely@redhat.com>
Wed, 28 Oct 2020 13:19:21 +0000 (13:19 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 28 Oct 2020 13:19:21 +0000 (13:19 +0000)
commitc227d96feb0030d63efad352b8fa7175b4c30721
treeb87884f6bb78d3d12e4e39de80b3ce37ee49601b
parent0bc199fc5d4eef5a20ced20df892e5e3b8821b60
libstdc++: Add comment to nothrow new explaining catch (...)

The decision to not rethrow a __forced_unwind exception is deliberate,
so add a comment explaining it.

libstdc++-v3/ChangeLog:

* libsupc++/new_opnt.cc (new): Add comment about forced unwind
exceptions.
libstdc++-v3/libsupc++/new_opnt.cc