Hi,
I'm working on windows environment and i have created a visual studio 2013 project.
I'm trying to use google test 1.7.0 frame work and facing compilation error "Error 3 error C2888: 'std::tuple_size<std::tr1::tuple<void,void,void,void,void,void,void,void,void,void>>' : symbol cannot be defined within namespace 'tr1' C:\Users\admin\Documents\igmp-work-porting\sw_igmp_manager\test\googletest\include\gtest\internal\gtest-tuple.h 711 "
And the code at the line that shows error is
template <GTEST_0_TYPENAMES_(T)>
struct tuple_size<GTEST_0_TUPLE_(T)> { static const int value = 0; };
I could successfully build and test on linux.
It would be great if someone can help me in fixing this issue.
Thanks
Soudha