[Mono-bugs] [Bug 30443][Nor] Changed - Missing implicit conversion on user defined operators
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
24 Nov 2002 15:28:15 -0000
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@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=30443
--- shadow/30443 Sat Nov 16 18:31:09 2002
+++ shadow/30443.tmp.10326 Sun Nov 24 10:28:15 2002
@@ -1,14 +1,14 @@
Bug#: 30443
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: ASSIGNED
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: martin@ximian.com
ReportedBy: miguel@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -51,6 +51,11 @@
RVA b = 20;
if (a <= b)
return;
}
}
+
+------- Additional Comments From martin@ximian.com 2002-11-24 10:28 -------
+Fixed in CVS.
+After some hacking, I even found a solution which doesn't slow us down too much.
+