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

Reply via email to