LWG Issue 2210 (Part #8): unordered_set and unordered_multiset

Howard Hinnant howard.hinnant at gmail.com
Fri Sep 13 18:29:22 PDT 2013


On Sep 11, 2013, at 3:39 PM, Marshall Clow <mclow.lists at gmail.com> wrote:

> This should be the last one!
> Wow, there was a lot of stuff in this issue.
> 
> -- Marshall
> 
> Marshall Clow     Idio Software   <mailto:mclow.lists at gmail.com>
> 
> 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





More information about the cfe-commits mailing list