On Sep 11, 2013, at 3:39 PM, Marshall Clow <[email protected]> wrote:

> This should be the last one!
> Wow, there was a lot of stuff in this issue.
> 
> -- 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
> <ish2210-8.patch>

Looks good except for the <unordered_set> synopsis.  There's several incorrect 
signatures in the synopsis such as:

 
template <class InputIterator>
        unordered_set(InputIterator f, InputIterator l, size_type n, const 
allocator_type& a)
        : unordered_set(f, l, n, hasher(), key_equal(), a) { }

Not your fault.  They are in the draft standard too.  Your actual code looks 
fine.  Only the documentation is wrong.

Please bring the synopsis in line with the correct code and commit.  And if you 
have energy/time left over, submit an editorial issue to Stefanus.

Thanks much!

Howard


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

Reply via email to