[Mono-bugs] [Bug 77042][Maj] Changed - [GMCS] type parameter constraint on generic iterator method

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jan 9 05:53: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=77042

--- shadow/77042	2006-01-09 05:40:32.000000000 -0500
+++ shadow/77042.tmp.25712	2006-01-09 05:53:08.000000000 -0500
@@ -52,6 +52,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