Ensure each container type can be explicitly instantiated

This commit is contained in:
Braden Ganetsky
2024-10-06 22:38:00 -05:00
parent 489b50bc0f
commit cfdfae0a65
11 changed files with 56 additions and 0 deletions

View File

@@ -187,6 +187,7 @@ namespace boost {
}
template <bool avoid_explicit_instantiation = true>
concurrent_flat_set(
unordered_flat_set<Key, Hash, Pred, Allocator>&& other)
: table_(std::move(other.table_))