[Mono-bugs] [Bug 54928][Nor] Changed - implicit operator cannot
convert from struct to decimal
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed May 25 01:50:48 EDT 2005
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 rharinath at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=54928
--- shadow/54928 2005-05-24 19:10:52.000000000 -0400
+++ shadow/54928.tmp.22154 2005-05-25 01:50:48.000000000 -0400
@@ -191,6 +191,13 @@
}
I'm using ImplicitStandardConversionExists here as a filter to retain
only user-defined conversion operators. Is there a better way than
this? Also, it doesn't work right now because ISCE expects an
Expression, but all I've got is a Type.
+
+------- Additional Comments From rharinath at novell.com 2005-05-25 01:50 -------
+From what I can make out, the set 'U' listed above is actually the set
+'D' in the standard. We need to prune 'D' to get the actual set 'U'.
+
+Also, we need to special-case Decimal, in that its conversion
+operators should not be visible as user-defined conversions.
More information about the mono-bugs
mailing list