[Mono-bugs] [Bug 74685][Maj] Changed - error CS8215: Report this:
Taking the address of a remapped parameter not supported
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Aug 23 12:51:52 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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74685
--- shadow/74685 2005-04-23 15:11:26.000000000 -0400
+++ shadow/74685.tmp.31053 2005-08-23 12:51:52.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 74685
Product: Mono: Compilers
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: C#
AssignedTo: miguel at ximian.com
ReportedBy: joe at otee.dk
QAContact: mono-bugs at ximian.com
@@ -40,6 +40,9 @@
static IEnumerator DoIterator (PassStruct test)
{
yield return test.t;
}
};
+
+------- Additional Comments From atsushi at ximian.com 2005-08-23 12:51 -------
+Now it compiles fine.
More information about the mono-bugs
mailing list