This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Remove C++03 variadics in shared_ptr (v2)
ClosedPublic

Authored by zoecarver on Sep 24 2019, 5:23 PM.

Details

Summary

In my last patch (D67675) I forgot a few variadics. This patch removes the remaining make_shared and allocate_shared C++03 variadics.

Event Timeline

zoecarver created this revision.Sep 24 2019, 5:23 PM

@ldionne friendly ping :) this should be an easy change.

ldionne accepted this revision.Oct 7 2019, 8:54 AM
This revision is now accepted and ready to land.Oct 7 2019, 8:54 AM

I think this has been committed (r373971)? If so, can you please close?

ldionne closed this revision.Oct 16 2019, 7:57 AM

Confirmed, this has been applied in r373971 so I'm closing this.

Yes, it was. Sorry about that. I think there was a delay with the email and then I forgot.