Closed GoogleCodeExporter closed 9 years ago
Unfortunately, we have access neither to MSVC 2010 nor to STLPort here and
hence cannot do the fix. Can you post a patch fixing the issue? Please see
http://code.google.com/p/googletest/wiki/DevGuide#Contributing_Code for more
info on contributing.
Original comment by vladlosev
on 13 Oct 2011 at 10:11
Closed because of the lack of user response/not actionable on our part.
Original comment by vladlosev
on 8 Nov 2011 at 4:54
I added the following to my stdafx.h,
#define GTEST_USE_OWN_TR1_TUPLE 1
It compiles correctly now (for windows XP).
Original comment by jamesves...@gmail.com
on 25 Nov 2011 at 9:38
I add GTEST_USE_OWN_TR1_TUPLE to preprocessor define. It works, thanks.
Original comment by usc.ur...@gmail.com
on 28 Nov 2011 at 11:45
Original issue reported on code.google.com by
usc.ur...@gmail.com
on 13 Oct 2011 at 2:07