forked from boostorg/unordered
Merge pull request #292 from k3DW/explicit-instantiation
Ensure each container type can be explicitly instantiated
This commit is contained in:
@@ -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_))
|
||||
|
||||
Reference in New Issue
Block a user