This is an archive of the discontinued LLVM Phabricator instance.

LWG issue 3024
ClosedPublic

Authored by zoecarver on May 11 2019, 12:48 PM.

Details

Summary

Add tests for 3024 and mark it as complete in status. Reference to 3024.

Diff Detail

Event Timeline

zoecarver created this revision.May 11 2019, 12:48 PM
mclow.lists accepted this revision.May 12 2019, 9:43 AM

This looks fine to me - except that the added file is in the wrong place. It should be test/std/utilities/variant/variant.variant/variant.assign/copy.fail.cpp
Add add a newline at the end of the file.

I can make these changes myself and commit this if you would like.

This revision is now accepted and ready to land.May 12 2019, 9:43 AM
zoecarver updated this revision to Diff 199169.May 12 2019, 9:50 AM
  • change location
  • add newline
zoecarver updated this revision to Diff 199170.May 12 2019, 9:56 AM
  • fix name (oops)
mclow.lists closed this revision.May 13 2019, 7:53 AM

Committed as revision 360586