Re: [PATCH] Random shuffle moveable: container size

2015-10-16 Thread Jonathan Wakely
Committed to trunk, thanks for the patch.

Re: [PATCH] Random shuffle moveable: container size

2015-10-13 Thread Aurelio Remonda
On Tue, Oct 13, 2015 at 6:26 AM, Jonathan Wakely wrote: > On 08/10/15 10:35 -0300, Aurelio Remonda wrote: >> >> This patch reduces the size of the array A (the array that contains >> the values being shuffled) so the test can pass while running the >> stdlibc++ testsuite. > > > Ahem! The project's

Re: [PATCH] Random shuffle moveable: container size

2015-10-13 Thread Jonathan Wakely
On 08/10/15 10:35 -0300, Aurelio Remonda wrote: This patch reduces the size of the array A (the array that contains the values being shuffled) so the test can pass while running the stdlibc++ testsuite. Ahem! The project's name is libstdc++ !!! :-) It also make some minor changes such as: *D

[PATCH] Random shuffle moveable: container size

2015-10-08 Thread Aurelio Remonda
This patch reduces the size of the array A (the array that contains the values being shuffled) so the test can pass while running the stdlibc++ testsuite. It also make some minor changes such as: *Deleting a useless call to fill_ascending function on test02. *Changing N from const int to const unsi