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
@@ -197,6 +197,7 @@ namespace boost {
{
}
template <bool avoid_explicit_instantiation = true>
concurrent_node_map(
unordered_node_map<Key, T, Hash, Pred, Allocator>&& other)
: table_(std::move(other.table_))