- 17 Sep, 2015 1 commit
-
-
Simon Newton authored
-
- 08 Sep, 2015 2 commits
-
-
Billy Donahue authored
-
Billy Donahue authored
These tuples are created with make_tuple, which is given temporaries. The make_tuple is in a function argument list. A possibly overzealous static_assert in libc++'s std::tuple ctor is firing in our 'Perform(make_tuple("hi"))' calls, so we can't use its make_tuple here. Instead we will use explicitly-constructed tuples constructed from non-temporary strings. Workaround for llvm bug: https://llvm.org/bugs/show_bug.cgi?id=20855 An alternative to https://github.com/google/googletest/pull/580 .
-
- 30 Aug, 2015 2 commits
-
-
Billy Donahue authored
-
Syl authored
-
- 27 Aug, 2015 2 commits
-
-
Arnaud Lacombe authored
-
Billy Donahue authored
-
- 26 Aug, 2015 1 commit
-
-
Billy Donahue authored
-
- 25 Aug, 2015 2 commits
-
-
Billy Donahue authored
-
Billy Donahue authored
-