[PATCH] D28591: [libcxx] [test] Don't ask whether Incomplete& can be assigned to.
    Eric Fiselier via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Jan 13 19:40:20 PST 2017
    
    
  
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<Incomplete&>` or similar, which is the rational for this test case.
https://reviews.llvm.org/D28591
    
    
More information about the cfe-commits
mailing list