[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [bugs #9273] const locals cannot be used in switch cas
From: |
Llewellyn Pritchard |
Subject: |
[Pnet-developers] [bugs #9273] const locals cannot be used in switch case |
User-agent: |
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MyIE2; .NET CLR 1.1.4322) |
This mail is an automated notification from the bugs tracker
of the project: DotGNU Portable.NET.
/**************************************************************************/
[bugs #9273] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9273>
Project: DotGNU Portable.NET
Submitted by: Llewellyn Pritchard
On: Wed 06/09/2004 at 18:53
Category: None
Severity: 5 - Average
Item Group: None
Resolution: None
Assigned to: None
Status: Open
Summary: const locals cannot be used in switch case
Original Submission: const char TAB = 't';
const char SPACE = ' ';
swicth (a)
{
case TAB:
case SPACE:
break;
}
Compiler complains.
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=9273>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Pnet-developers] [bugs #9273] const locals cannot be used in switch case,
Llewellyn Pritchard <=