in code/include/swoc/Errata.h [1030:1032]
inline Errata::Errata(self_type &&that) noexcept { std::swap(_data, that._data); }