[llvm-commits] [PATCH] Minimal changes to compile under VS11

Michael Spencer bigcheesegs at gmail.com
Thu Mar 1 11:54:03 PST 2012


The VS11 beta was released recently, and there were surprisingly few
incompatibilities. The main ones being the default number of manually
expanded std::tuple args being lowered to 5, which broke gtest, and
some weird error with llvm::tie.

Attached is a patch that does the minimal changes to fix this. I could
not figure out why llvm::tie was broken, so I just trivially removed
the use of it in one case.

This builds and passes check.

- Michael Spencer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vs11.patch
Type: application/octet-stream
Size: 1561 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120301/5deb630e/attachment.obj>


More information about the llvm-commits mailing list