mirror of
https://github.com/boostorg/unordered.git
synced 2025-11-01 16:21:37 +01:00
Add allocator-aware copy constructor
This commit is contained in:
@@ -187,6 +187,11 @@ namespace boost {
|
||||
{
|
||||
}
|
||||
|
||||
concurrent_flat_map(concurrent_flat_map const& rhs, allocator_type a)
|
||||
: table_(rhs.table_, a)
|
||||
{
|
||||
}
|
||||
|
||||
/// Capacity
|
||||
///
|
||||
|
||||
|
||||
Reference in New Issue
Block a user