This is an archive of the discontinued LLVM Phabricator instance.

Proposed resolution to LWG issue 2433: uninitialized_copy()/etc. should tolerate overloaded operator&
ClosedPublic

Authored by mclow.lists on Apr 30 2015, 11:46 AM.

Diff Detail

Event Timeline

mclow.lists retitled this revision from to Proposed resolution to LWG issue 2433: uninitialized_copy()/etc. should tolerate overloaded operator& .
mclow.lists updated this object.
mclow.lists edited the test plan for this revision. (Show Details)
mclow.lists added a reviewer: EricWF.
mclow.lists added a subscriber: Unknown Object (MLST).
EricWF requested changes to this revision.Apr 30 2015, 6:19 PM
EricWF edited edge metadata.

addressof needs to be qualified.

include/memory
3489

These calls should be qualified to prevent ADL.

This revision now requires changes to proceed.Apr 30 2015, 6:19 PM
mclow.lists updated this revision to Diff 24851.May 1 2015, 6:33 PM
mclow.lists edited edge metadata.

Fixed the naked calls to addressof.

This has been committed, correct?

EricWF resigned from this revision.Jun 4 2015, 12:07 PM
EricWF removed a reviewer: EricWF.

This has already been commited. It should be closed.

mclow.lists accepted this revision.Jun 23 2015, 7:56 AM
mclow.lists added a reviewer: mclow.lists.

This has been committed.

This revision is now accepted and ready to land.Jun 23 2015, 7:56 AM
mclow.lists closed this revision.Jun 23 2015, 7:56 AM