This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] is_swappable_include_order.pass.cpp was using a terse static_assert.
ClosedPublic

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

Details

Summary

is_swappable_include_order.pass.cpp was using a terse static_assert.

As before, this unnecessarily limits compatibility with MSVC and old versions of GCC.

Diff Detail

Event Timeline

STL_MSFT updated this revision to Diff 62310.Jun 29 2016, 4:39 PM
STL_MSFT retitled this revision from to [libcxx] [test] is_swappable_include_order.pass.cpp was using a terse static_assert..
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:35 PM
EricWF edited edge metadata.
This revision is now accepted and ready to land.Jun 29 2016, 9:35 PM
EricWF closed this revision.Jun 29 2016, 9:36 PM

r274206.