mirror of
https://github.com/boostorg/unordered.git
synced 2025-10-27 22:01:51 +01: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