[Mono-bugs] [Bug 77158][Maj] Changed - [GMCS] The constraint on T
seems not to be copied tothe class generated for the iterator
method Merge<T>.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jan 9 05:48:08 EST 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by martin at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77158
--- shadow/77158 2006-01-09 05:44:19.000000000 -0500
+++ shadow/77158.tmp.25706 2006-01-09 05:48:08.000000000 -0500
@@ -32,6 +32,9 @@
where T : IComparable<T>
{
int order = xEtor.Current.CompareTo(xEtor.Current);
yield return xEtor.Current;
}
}
+
+------- Additional Comments From martin at ximian.com 2006-01-09 05:48 -------
+Post-GUAM bug-fixing pass; week #2/2006.
More information about the mono-bugs
mailing list