You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by Anton Pevtsov <an...@moscow.vdiweb.com> on 2006/02/15 17:23:39 UTC

test for lib.set.union

The attached file contains the test for the lib.set.union algorithm.
Here I used the same to the test for merge algorithm 
mechanism to minimize the test compilation time.

With best wishes,
Anton Pevtsov


Re: test for lib.set.union

Posted by Martin Sebor <se...@roguewave.com>.
Anton Pevtsov wrote:
> The attached file contains the test for the lib.set.union algorithm.
> Here I used the same to the test for merge algorithm mechanism to 
> minimize the test compilation time.

Awesome! Great work! Committer here:
http://svn.apache.org/viewcvs.cgi?rev=378417&view=rev

Btw., I decided to abbreviate the names of the "algorithm classes"
and drop the word Test. They're not really test classes but rather
algorithm invocation classes, so I think the new name makes more
sense that way. I'm about to make the same change to the merge test.

Martin