[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [bugs #7456] compiler allows invalid struct ctors
From: |
anonymous |
Subject: |
[Pnet-developers] [bugs #7456] compiler allows invalid struct ctors |
Date: |
Mon, 26 Jan 2004 11:17:29 -0500 |
User-agent: |
Mozilla/5.0 (compatible; Konqueror/3.2; Linux) (KHTML, like Gecko) |
This mail is an automated notification from the bugs tracker
of the project: DotGNU Portable.NET.
/**************************************************************************/
[bugs #7456] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=7456>
Project: DotGNU Portable.NET
Submitted by: 0
On: Mon 01/26/04 at 16:17
Category: None
Severity: 5 - Average
Item Group: None
Resolution: None
Assigned to: None
Status: Open
Summary: compiler allows invalid struct ctors
Original Submission: In structs the compiler allows explicit parameterless
ctors as well as ctors not initializing all members, e.g.:
struct X
{
int x,y;
public X() // error: parameter required
{
x=5;
// error: y not initialized
}
}
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=7456>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pnet-developers] [bugs #7456] compiler allows invalid struct ctors,
anonymous <=