t access.
On the other hand I'm not quite sure I follow:
-The changes on the regenerated files have to be part of the patch?
(i.e the configure file changes after doing autoreconf)
Thank you!
--
Aurelio Remonda
Software Engineer
San Lorenzo 47, 3rd Floor, Office 5
Córdoba, Argentina
Phone: +54-351-4217888 / 4218211
On Tue, Nov 3, 2015 at 10:26 AM, Paolo Carlini wrote:
> Hi,
>
> On 11/03/2015 01:35 PM, Aurelio Remonda wrote:
>>
>> diff --git a/ChangeLog b/ChangeLog
>> index 5b16ca2..a1cd0d3 100644
>> --- a/ChangeLog
>> +++ b/ChangeLog
>> @@
++-v3/doc/xml/manual/configure.xml | 7 +++
libstdc++-v3/libsupc++/new_opnt.cc| 4
5 files changed, 30 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 5b16ca2..a1cd0d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2015-10-30 Aurelio Remonda
+
+ * libstdc++-
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++
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2015-10-08 Aurelio Remonda
+
+ * testsuite/25_algorithms/random_shuffle/moveable.cc: Change variable
+ N from const int N = 20 to const unsigned int N = 1.
+ Delete useless fill_ascending function