On Sep 8, 2013, at 2:22 PM, Marshall Clow <[email protected]> wrote:
> Adding allocator-aware sized constructor. > > -- 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-3.patch>_______________________________________________ > cfe-commits mailing list > [email protected] > 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
