Opened 9 years ago

Closed 9 years ago

#8892 closed Feature Requests (fixed)

C++11 constructor flat_map( const Allocator& alloc )

Reported by: Markus Mathes <markus.mathes@…> 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 );

Change History (1)

comment:1 by Ion Gaztañaga, 9 years ago

Resolution: fixed
Status: newclosed

(In [85167]) Fixes #8892.

Note: See TracTickets for help on using tickets.