On Sep 8, 2013, at 3:09 PM, Stephen Kelly <[email protected]> wrote:

> Marshall Clow wrote:
> 
>> Keeping on keeping on.
> 
> --- include/map       (revision 190278)
> +++ include/map       (working copy)
> @@ -77,7 +77,12 @@
>     map(map&& m, const allocator_type& a);
>     map(initializer_list<value_type> il, const key_compare& comp = 
> key_compare());
>     map(initializer_list<value_type> il, const key_compare& comp, const 
> allocator_type& a);
> -    ~map();
> +    template <class InputIterator>
> +        map(InputIterator first, InputIterator last, const Allocator& a)
> 
> 
> Any reason to use 'Allocator', instead of 'allocator_type'?

As far as I know, it's just in the synopsis, not in the actual code.
However, I'll fix it.

Thanks for the catch.

> 
> The patches to deque, forward_list and list also introduce mixtures.

I'll take a look at them, too.

-- Marshall

Marshall Clow     Idio Software   <mailto:[email protected]>

A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly 
moderated down to (-1, Flamebait).
        -- Yu Suzuki


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to