Subject: Re: [boost] [container] container_detail::pair piecewise constructor
From: László Szécsi (szecsi_at_[hidden])
Date: 2012-11-15 08:12:11


On Thu, Nov 15, 2012 at 12:45 PM, Daniel James <dnljms_at_[hidden]> wrote:
> On 14 November 2012 17:53, László Szécsi <szecsi_at_[hidden]> wrote:
>> boost::unordered, which has a piecewise constructor implementation,
>
> Much of the complexity was from supporting the old variadic
> constructors for pairs, which were pretty problematic.
...
> but I'll still need the
> macros for compilers without full variadic support.
Absolutely. Great work, well done! If only someone did the same for flat_map.