... for implicitly-generated copy constructors and copy assignment operators.
Details
Details
- Reviewers
Mordante - Group Reviewers
Restricted Project - Commits
- rG7d5275e0c0e4: [libc++][test] Silence MSVC deprecation warnings
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think clang also has a deprecation flag for this. Please enable it, so we don't regress.
Comment Actions
Thanks @philnik , I found the warning: -Wdeprecated-copy-with-user-provided-dtor: https://godbolt.org/z/rr186sGYK
Oh, I read https://github.com/llvm/llvm-project/issues/60977 and check that -Wdeprecated also works.