LWG Issue 2210 (Part #3): forward_list

Howard Hinnant howard.hinnant at gmail.com
Sun Sep 8 11:42:33 PDT 2013


On Sep 8, 2013, at 2:22 PM, Marshall Clow <mclow.lists at gmail.com> wrote:

> Adding allocator-aware sized constructor.
> 
> -- 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-3.patch>_______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Thanks.

Could you add to the test something that confirms that n elements have been added?  Perhaps just 

   assert(std::distance(d.begin(), d.end() == n);

?

Please commit with that change.

Thanks,
Howard





More information about the cfe-commits mailing list