[Mono-bugs] [Bug 37652][Wis] Changed - volatile enums are seen as 'int' by the compiler

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 6 Feb 2003 17:37:17 -0500 (EST)


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 .

http://bugzilla.ximian.com/show_bug.cgi?id=37652

--- shadow/37652	Wed Feb  5 12:20:56 2003
+++ shadow/37652.tmp.5375	Thu Feb  6 17:37:17 2003
@@ -2,21 +2,20 @@
 Product: Mono/MCS
 Version: unspecified
 OS: Debian Woody
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lukas.pokorny@rebex.cz               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: volatile enums are seen as 'int' by the compiler
 
 Description of Problem:
 When compiling a class with volatile enum member, compiler throws an error 
 CS0029, stating it could not implicitly convert from enum to int.