Robert Leahy
Results
1
comments of
Robert Leahy
Declaring (but not defining) the rvalue-qualified `operator()` allows the code to compile since it satisfies the compile time check. Since the rvalue-qualified version will never be invoked (assuming the asynchronous...