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/01/12 17:16:10 UTC

patch for lib.alg.generate

I have found that the call to delete is not correct in the test for
lib.alg.generate.
So, I attached the patch to fix this issue.

Change log:

2006-01-12  Anton Pevtsov  <an...@moscow.vdiweb.com>

    * 25.generate.cpp (test_generate, test_generate_n) : call to
delete was updated


With best wishes,
Anton Pevtsov

Re: patch for lib.alg.generate

Posted by Martin Sebor <se...@roguewave.com>.
Anton Pevtsov wrote:
> I have found that the call to delete is not correct in the test for
> lib.alg.generate.
> So, I attached the patch to fix this issue.

Got it, thanks. Applied thus:
http://svn.apache.org/viewcvs.cgi?rev=368402&view=rev

Martin