for non-libc++. I've reported allowance of these conversions as a bug at https://llvm.org/PR53368.
Details
Details
- Reviewers
Mordante ldionne - Group Reviewers
Restricted Project - Commits
- rG0dcb370d4301: [libcxx][test] Disable bad unique_ptr<T[]> to shared_ptr<U[]> conversion test…
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM!
libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/unique_ptr_Y.pass.cpp | ||
---|---|---|
129 | Thanks for filing a bug report! Can you add a link to the bug in the comments? |
libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/unique_ptr_Y.pass.cpp | ||
---|---|---|
129 | +1, please add // https://llvm.org/PR53368 on each of these lines (and then the longer comment is probably superfluous). Whoever fixes PR53368 should git grep for mentions of it, which will lead them here. |
Thanks for filing a bug report! Can you add a link to the bug in the comments?