Since we're inserting from another `flat_set`, we can use
`ordered_unique_range`and sidestep the issue entirely and it's more
efficient.
https://github.com/boostorg/container/issues/334
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
}
// add/remove supported features
- zone.supported_features.insert(enable_features.begin(),
+ zone.supported_features.insert(boost::container::ordered_unique_range,
+ enable_features.begin(),
+
enable_features.end());
for (const auto& feature : disable_features) {