Files
gcc33/testsuite-hooks.patch

11 lines
384 B
Diff

--- libstdc++-v3/testsuite/testsuite_hooks.h.orig 2010-02-25 11:14:35.000000000 +0100
+++ libstdc++-v3/testsuite/testsuite_hooks.h 2010-02-25 11:15:38.000000000 +0100
@@ -254,6 +254,7 @@
if (rhs.throw_on_copy_)
assignment_operator::throw_on(assignment_operator::count() + 1);
assignment_operator::mark_call();
+ return *this;
}
~copy_tracker()