|
|
|
Created:
13 years, 6 months ago by Jeffrey Yasskin Modified:
12 years, 11 months ago Reviewers:
michael181189 CC:
googletestframework_googlegroups.com Visibility:
Public. |
In C++11 mode, #include <tuple> unconditionally, and 'using' std::tuple and friends into std::tr1. In C++98 mode, libc++ doesn't define tuple<>, so force GTEST_USE_OWN_TR1_TUPLE.
Patch Set 1 #Patch Set 2 : Set GTEST_USE_OWN_TR1_TUPLE for libc++ in C++98 mode. #Total messages: 2
|
Jeffrey Yasskin
|
13 years, 6 months ago (2012年06月24日 02:22:57 UTC) #1 |
Thanks. Did the trick with apple clang and std=c++11 -stdlib=libc++ which was broken because gtest looked for tr1/tuple instead of tuple Michael