Re: [VC++ .NET 2003] BUG: operator delete[](void*, size_t) broken
From: Carl Daniel [VC++ MVP] (cpdaniel_remove_this_and_nospam_at_mvps.org.nospam)
Date: 03/05/04
- Next message: Carl Daniel [VC++ MVP]: "Re: [VC++.NET] errors C1076 and C1060"
- Previous message: Peter Stausholm: "how to write exceptions & call stack to disk"
- In reply to: Alberto Barbati: "[VC++ .NET 2003] BUG: operator delete[](void*, size_t) broken"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 5 Mar 2004 06:52:12 -0800
Alberto Barbati wrote:
> Hi,
>
> when operator delete[] is declared with two parameters void* and
> size_t, the value of the second parameter should be the size of the
> allocated block (12.5/5). This is incorrectly implemented in VC++
> .NET 2003.
This is a known bug. Hopefully it'll be fixed in a future release. If this
bug is a serious impediment to your work, you should contact product
support.
-cd
- Next message: Carl Daniel [VC++ MVP]: "Re: [VC++.NET] errors C1076 and C1060"
- Previous message: Peter Stausholm: "how to write exceptions & call stack to disk"
- In reply to: Alberto Barbati: "[VC++ .NET 2003] BUG: operator delete[](void*, size_t) broken"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|