This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Fix a non-Standard allocator in vector.cons/construct_iter_iter_alloc.pass.cpp.
ClosedPublic

Authored by STL_MSFT on Jul 5 2016, 1:50 PM.

Details

Summary

Fix a non-Standard allocator in vector.cons/construct_iter_iter_alloc.pass.cpp.

You gotta have a rebinding constructor. MSVC loves rebinding.

Diff Detail

Event Timeline

STL_MSFT updated this revision to Diff 62787.Jul 5 2016, 1:50 PM
STL_MSFT retitled this revision from to [libcxx] [test] Fix a non-Standard allocator in vector.cons/construct_iter_iter_alloc.pass.cpp..
STL_MSFT updated this object.
STL_MSFT added reviewers: EricWF, mclow.lists.
STL_MSFT added a subscriber: cfe-commits.
EricWF accepted this revision.Jul 24 2016, 4:56 PM
EricWF edited edge metadata.
This revision is now accepted and ready to land.Jul 24 2016, 4:56 PM
EricWF closed this revision.Jul 24 2016, 4:57 PM

r276588.