[Mono-bugs] [Bug 68711][Nor] Changed - implicit casts not transitive
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue May 24 07:41:59 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 duncan at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=68711
--- shadow/68711 2005-05-24 07:40:50.000000000 -0400
+++ shadow/68711.tmp.13427 2005-05-24 07:41:59.000000000 -0400
@@ -183,6 +183,11 @@
we're not handling casts (implicit or explicit) that concern
System.Decimal.
Here's a patch that adds two new Expression classes, CastFromDecimal
(handling the explicit casts to Decimal) and CastToDecimal (handling
the implicit casts to Decimal).
+
+------- Additional Comments From duncan at ximian.com 2005-05-24 07:41 -------
+Created an attachment (id=15198)
+Patch adding CastFromDecimal and CastToDecimal
+
More information about the mono-bugs
mailing list