This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Mark bucket_size() assertions as nonportable.
ClosedPublic

Authored by STL_MSFT on Jul 8 2016, 12:25 PM.

Details

Summary

Mark bucket_size() assertions as nonportable.

Even if you control the hash, the Standard doesn't guarantee what the bucket population sizes will be. All of these assertions are nonportable and should be marked accordingly.

Diff Detail

Event Timeline

STL_MSFT updated this revision to Diff 63290.Jul 8 2016, 12:25 PM
STL_MSFT retitled this revision from to [libcxx] [test] Mark bucket_size() assertions as nonportable..
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:20 PM
EricWF edited edge metadata.
This revision is now accepted and ready to land.Jul 24 2016, 4:20 PM
EricWF closed this revision.Jul 24 2016, 4:21 PM

r276578.