EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.
LGTM.
Although `is_assignable` can often get accidentally instantiated with an
incomplete type by way of `std::tuple` or similar, which is the
rational for this test case.
https://reviews.l
STL_MSFT created this revision.
STL_MSFT added reviewers: EricWF, mclow.lists.
STL_MSFT added a subscriber: cfe-commits.
[libcxx] [test] Don't ask whether Incomplete& can be assigned to.
This is the subject of an active NB comment. Regardless of what the Working
Paper currently says, asking this