diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2018-10-25 11:07:43 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2020-03-25 16:12:46 -0400 |
commit | 25a658440dd6f66d64cc146a09ff0725d355bf5c (patch) | |
tree | 44bd5870ec021db0bb9bcce915c6206b599eb777 /autobuild.xml | |
parent | 3753dbd5edd3251c12e394cf313015d3120f070c (diff) |
DRTVWR-476: Remove throw(T) from operator new(), operator delete().
llcorehttp's test_allocator.{h,cpp} overrides global operator new(), operator
new[](), operator delete() and operator delete[](). The two operator new()
functions used to be declared with throw(std::bad_alloc). Worse, for VS 2013
and previous, we needed _THROW0() and _THROW1(std::bad_alloc) instead,
requiring #if logic.
But with dynamic throw declarations deprecated, we must actually remove those.
That obviates the THROW_BAD_ALLOC() / THROW_NOTHING() workarounds in
test_allocator.cpp.
Diffstat (limited to 'autobuild.xml')
0 files changed, 0 insertions, 0 deletions