Opened 9 years ago
Closed 9 years ago
#8892 closed Feature Requests (fixed)
C++11 constructor flat_map( const Allocator& alloc )
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | To Be Determined | Component: | container |
Version: | Boost 1.54.0 | Severity: | Optimization |
Keywords: | Cc: |
Description
C++11 introduced new constructors for std::map. To use boost map and flat_map as direct replacement it would be nice to have the same interface as provided by C++11 std:map. Thus the request for the constructor explicit (flat_)map( const Allocator& alloc );
Note:
See TracTickets
for help on using tickets.
(In [85167]) Fixes #8892.