Add shared_ptr tests where the element type and pointer type aren't 'convertible' but are 'compatible'.
Responding to a comment from D81414.
Paths
| Differential D81532
[libcxx] Add compatible with constraint tests for some shared_ptr constructors. ClosedPublic Authored by zoecarver on Jun 9 2020, 9:59 PM.
Details
Summary Add shared_ptr tests where the element type and pointer type aren't 'convertible' but are 'compatible'. Responding to a comment from D81414.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 28 2020, 5:54 AM This revision was landed with ongoing or failed builds.Aug 1 2020, 12:07 PM Closed by commit rG8697d6cfa894: [libcxx] Add compatible with constraint tests for some shared_ptr constructors. (authored by zoecarver). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 282408 libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter.pass.cpp
libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_allocator.pass.cpp
|