tried testing with default clang on MacOS X, same issues. so far, clang
2.9, 3.2, and 3.3 all fail for the same reason.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
mock...@googlecode.com
unread,
Apr 10, 2013, 8:27:18 PM4/10/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
fixed in r149. clang 3.x doesn't allow instantiating a template with an
incomplete type (tuple<> in this case). I pulled out a special case for
the '1' arity, similar to the '0' arity.
testing with clang 2.9, 3.2, and 3.3 with both libc++ and stdlibc++ with
both c++03 and c++11 modes. also testing with g++ 4.7.