[libcxx-commits] [clang] [libcxx] [clang] Warn about memset/memcpy to NonTriviallyCopyable types (PR #111434)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 29 10:15:29 PDT 2024


serge-sans-paille wrote:

Thanks! I can reproduce. The easy fix is to deactivate the warning for c source but I'd like to udnerstand why it considers that structure as non trivially copyable first :-)


https://github.com/llvm/llvm-project/pull/111434


More information about the libcxx-commits mailing list