You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by Martin Sebor <se...@roguewave.com> on 2005/12/01 01:39:15 UTC

Re: test for lib.alg.fill

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 enhancement. Size need only be
> convertible to int, it need not actually support all the same operations
> (such as postincrement). Let me open an issue to keep track of this
> enhancement to the test.

Here it is: http://issues.apache.org/jira/browse/STDCXX-75

Martin