[libcxx-commits] [libcxxabi] [libcxx] [libc++] Fix noexcept behaviour of operator new helper functions (PR #74337)
via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jan 17 07:22:37 PST 2024
azhan92 wrote:
> Almost certainly! Moving the tests like I requested would hence also have the side effect of fixing this.
Thank you! I looked at the ones found in `libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single`, and it doesn't seem like it makes sense to move the new tests into any of the existing files there. Would it be fine to keep them as separate files?
https://github.com/llvm/llvm-project/pull/74337
More information about the libcxx-commits
mailing list