Re: test for lib.alg.fill

2005-11-30 Thread Martin Sebor
Martin Sebor wrote: Anton Pevtsov wrote: [...] I have a question about fill_n test: is it necessary to implement a separate test for the fill_n algorithm with our custom Size class? If so, this test may be updated - currently it just uses size_t. You are right, that would be a useful

Re: test for lib.alg.fill

2005-11-29 Thread Martin Sebor
Anton Pevtsov wrote: The attached file contains my attempt to update the lib.alg.fill test. Excellent, thanks! I've committed it with a few minor changes here: I have a question about fill_n test: is it necessary to implement a separate test for the fill_n algorithm with our custom Size