[libcxx-commits] [libcxx] [libc++] Replace __resize_default_init with resize_and_overwrite (PR #157121)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 10 09:54:10 PDT 2025
================
@@ -43,6 +43,8 @@ class __scope_guard {
#endif
};
+_LIBCPP_CTAD_SUPPORTED_FOR_TYPE(__scope_guard);
----------------
ldionne wrote:
This doesn't seem in the right patch.
https://github.com/llvm/llvm-project/pull/157121
More information about the libcxx-commits
mailing list