| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| build-aux | ||
| docs | ||
| include/gmock | ||
| make | ||
| msvc | ||
| scripts | ||
| src | ||
| test | ||
| CHANGES | ||
| CMakeLists.txt | ||
| CONTRIBUTORS | ||
| LICENSE | ||
| Makefile.am | ||
| README.md | ||
| configure.ac |
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 .
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| build-aux | Loading commit data... | |
| docs | Loading commit data... | |
| include/gmock | Loading commit data... | |
| make | Loading commit data... | |
| msvc | Loading commit data... | |
| scripts | Loading commit data... | |
| src | Loading commit data... | |
| test | Loading commit data... | |
| CHANGES | Loading commit data... | |
| CMakeLists.txt | Loading commit data... | |
| CONTRIBUTORS | Loading commit data... | |
| LICENSE | Loading commit data... | |
| Makefile.am | Loading commit data... | |
| README.md | Loading commit data... | |
| configure.ac | Loading commit data... |