vslashg
vslashg
I think this is worth fixing but I would prefer to use a different approach. Abseil already has an internal version of invoke_result_t: `absl::base_internal::InvokeT`. If we use that instead, we...
Just to touch base with you, I have not lost track of this CL. My initial attempt to correct this involved improving our `absl::base_internal::Invoke` to provide C++17 INVOKE semantics (unpacking...
I think the current restriction is probably wise. I imagine allowing "/" in parameter names would break user code that expects "/" to have special meaning in a parameterized test...