[libcxx-commits] [PATCH] D110846: [libcxx] Make allocator<T>:allocate throw bad_array_new_length
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Oct 1 10:09:47 PDT 2021
ldionne added a comment.
The reason why I'm fine with this is that I expect few people will get broken by this. It's thrown on failure to allocate, which is a corner case (I mean, it's more of a corner case than something like `out_of_range`), and also I don't think a lot of people are expecting that you'd catch a failure to allocate with `std::length_error`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110846/new/
https://reviews.llvm.org/D110846
More information about the libcxx-commits
mailing list