Adds a move constructor to ygm::container::detail::set_impl. This change is necessary to use containers inside of a std::vector, even when using emplace_back() to construct in-place.
This change is being implemented exclusively for the YGM set currently. Other containers will be handled after impl's are removed.
Adds a move constructor to
ygm::container::detail::set_impl
. This change is necessary to use containers inside of astd::vector
, even when usingemplace_back()
to construct in-place.This change is being implemented exclusively for the YGM set currently. Other containers will be handled after impl's are removed.