In C++17 some tests started failing after a521532aa16df2c06c91488f2a4e787586f0a611. This fixes those errors by suppressing the deprecation warning when calling construct in __test_has_construct. This is the same solution as __has_destroy_test already uses.
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rG6e48a6e407bf: [libcxx] Fix deprecation warning by suppressing deprecated around…
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I'm going to commit this to fix the bots. If it would be better to revert both commits, let me know and I'll do that instead.