On Tue, May 28, 2013 at 4:48 PM, Sebastian Redl <
[email protected]> wrote:

>
> On 29.05.2013, at 00:07, Richard Smith wrote:
>
> > What does MSVC think about:
> >
> > void *operator new(unsigned int size, arbitrary_t);
> > void operator delete[](unsigned int size, arbitrary_t) = delete;
>
> It thinks this isn't C++ - MSVC doesn't support defaulted and deleted
> functions yet.


:( OK, if you remove the "= delete", does it synthesize a call to that
function (if S() throws an exception)?
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to