dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] [bugs #7448] unsafe pointer arithmetic not implemented


From: Adam Ballai
Subject: [Pnet-developers] [bugs #7448] unsafe pointer arithmetic not implemented
Date: Mon, 26 Jan 2004 06:04:39 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031225 Firebird/0.7

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




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

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=7448>
Project: DotGNU Portable.NET
Submitted by: Adam Ballai
On: Mon 01/26/04 at 11:04

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  None
Assigned to:  None
Status:  Open


Summary:  unsafe pointer arithmetic not implemented

Original Submission:  ie:

unsafe public class test
{
   public static void Main(String[] args)
   {
        char* a = "test";
        char* ptr = a + 2;
   }
}











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

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





reply via email to

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