This is an archive of the discontinued LLVM Phabricator instance.

Fix for compiling with clang <= 3.7 and g++6 headers.
ClosedPublic

Authored by marsupial on Jul 25 2016, 11:00 PM.

Details

Summary

Make integers explicitly unsigned, so the tuple constructor will resolve properly when but with clang 3.6, 3.7 and gcc 6.1.1 libstdc++ headers.

Diff Detail

Repository
rL LLVM

Event Timeline

marsupial updated this revision to Diff 65476.Jul 25 2016, 11:00 PM
marsupial retitled this revision from to Fix for compiling with clang <= 3.7 and g++6 headers..
marsupial updated this object.
marsupial added a reviewer: vsk.
marsupial set the repository for this revision to rL LLVM.
marsupial added a subscriber: cfe-commits.
vsk accepted this revision.Jul 26 2016, 11:21 AM
vsk edited edge metadata.

LGTM.

Let me know if you'd like me to commit this for you.

This revision is now accepted and ready to land.Jul 26 2016, 11:21 AM
marsupial added a comment.EditedJul 26 2016, 7:48 PM

Would be nice...I have no commit access.
https://reviews.llvm.org/D22797 Is the LLVM portion, if they should land together

This revision was automatically updated to reflect the committed changes.