template Rv::Rv()

in code/include/swoc/Errata.h [1381:1381]


template <typename R> Rv<R>::Rv(Errata &&errata) : _errata{std::move(errata)} {}