This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] The Standard requires meow_insert_iterator::reference to be void.
ClosedPublic

Authored by STL_MSFT on Jun 29 2016, 4:33 PM.

Details

Summary

The Standard requires meow_insert_iterator::reference to be void.

This is a libcxx product and test bug, since the type is observable. Mark these static_asserts as libcxx-specific, because MSVC follows the Standard strictly here.

Diff Detail

Event Timeline

STL_MSFT updated this revision to Diff 62308.Jun 29 2016, 4:33 PM
STL_MSFT retitled this revision from to [libcxx] [test] The Standard requires meow_insert_iterator::reference to be void..
STL_MSFT updated this object.
STL_MSFT added reviewers: EricWF, mclow.lists.
STL_MSFT added a subscriber: cfe-commits.
EricWF accepted this revision.Jun 29 2016, 9:48 PM
EricWF edited edge metadata.

I fixed both the libc++ implementation and tests in r274209.

This revision is now accepted and ready to land.Jun 29 2016, 9:48 PM
EricWF closed this revision.Jun 29 2016, 9:48 PM