in code/include/swoc/Errata.h [1377:1377]
template <typename R> Rv<R>::Rv(R &&r) : _r(std::move(r)) {}