Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an rvalue-qualified overload of closure::operator(). This makes
forwarding work properly in cases such as r | foo(std::string("foo")), where foo is an adaptor. Without this, the std::string temporary dangles.
- Loading branch information