Enable larger tuple sizes for Visual Studio 2012.

Visual Studio 2012 does not have variadic templates and implements
tuples differently. By default, only sizes up to 5 are supported,
which conflicts with Gtest.

Change-Id: Ieb8d59e4329863cbfa2729d8a76db0714c08d259
1 file changed