Google Test and Visual Studio 2010 RC

c++, googletest, visual-studio-2010

Solution

it fails on its own `tr1::tuple` implementation - adding `GTEST_USE_OWN_TR1_TUPLE=0` to my preprocessor defines fixed the problem for me (bugtracker issue).

Problem

Has anyone tried to build gtest 1.4.0 under VS 2010 RC? I get about 400 errors when I try to build it. Thanks in advance.

Original source