dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bugs #9241] Enum initializers accept const floats


From: Gopal.V
Subject: [Pnet-developers] [bugs #9241] Enum initializers accept const floats
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040206 Firefox/0.8

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.

/**************************************************************************/
[bugs #9241] Latest Modifications:

Changes by: 
                Gopal.V <address@hidden>
'Date: 
                Mon 06/07/2004 at 14:06 (Asia/Calcutta)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Fixed in CVS on 7th June 2004 (was stupid anyway)






/**************************************************************************/
[bugs #9241] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9241>
Project: DotGNU Portable.NET
Submitted by: Gopal.V
On: Sun 06/06/2004 at 16:55

Category:  None
Severity:  3 - Ordinary
Item Group:  None
Resolution:  Fixed
Assigned to:  t3rmin4t0r
Status:  Closed


Summary:  Enum initializers accept const floats

Original Submission:  public class XFOO
{
  const float PI=3.14f
  enum XBAR
  {
    Member = PI, // initializes as '3' which is wrong
  };
}

I think it has to do with one of my checkins a year ago ..
I'll investigate and see if I can close this , else it's 
for the taking :)

Follow-up Comments
------------------


-------------------------------------------------------
Date: Mon 06/07/2004 at 14:06       By: t3rmin4t0r
Fixed in CVS on 7th June 2004 (was stupid anyway)












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=9241>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]