What steps will reproduce the problem?
1. Use a compiler with TR1 support ( I'm using VC2010 RC )
2. #include <gtest/gtest.h>
3. #include <tuple>
What is the expected output? What do you see instead?
Expected no errors.
Instead there is a conflict with gtests std::tr1::tuple implementation.
Please provide any additional information below, such as a code snippet.
I would suggest using the preprocessor to include your tuple implementation
only if there
isn't one already in the standard library.
Original issue reported on code.google.com by j.w.rog...@gmail.com on 7 Mar 2010 at 9:07
Original issue reported on code.google.com by
j.w.rog...@gmail.com
on 7 Mar 2010 at 9:07