[libcxx-commits] [libcxx] [libc++] Use __is_nothrow_destructible (PR #95766)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 18 06:32:09 PDT 2024
================
@@ -24,7 +21,12 @@
_LIBCPP_BEGIN_NAMESPACE_STD
-#if !defined(_LIBCPP_CXX03_LANG)
----------------
philnik777 wrote:
The change is that trivially destructible types and types where the destructor is marked `throw()` are now considered nothrow destructible now.
https://github.com/llvm/llvm-project/pull/95766
More information about the libcxx-commits
mailing list