mirror of
https://github.com/boostorg/unordered.git
synced 2026-04-28 18:02:21 +02:00
Add explicit allocator constructor
This commit is contained in:
@@ -182,6 +182,11 @@ namespace boost {
|
||||
{
|
||||
}
|
||||
|
||||
explicit concurrent_flat_map(allocator_type a)
|
||||
: table_(detail::foa::default_bucket_count, hasher(), key_equal(), a)
|
||||
{
|
||||
}
|
||||
|
||||
/// Capacity
|
||||
///
|
||||
|
||||
|
||||
Reference in New Issue
Block a user