Merge pull request #292 from k3DW/explicit-instantiation

Ensure each container type can be explicitly instantiated
This commit is contained in:
joaquintides
2024-10-23 16:47:16 +02:00
committed by GitHub
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_))