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.
views:
340answers:
1
+4
A:
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).
Alexander Gessler
2010-02-13 12:45:22
Thanks, it works!
lgratian
2010-02-13 13:45:49