Committed to trunk, thanks for the patch.
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
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
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