On Tue, May 28, 2013 at 4:48 PM, Sebastian Redl <span dir="ltr"><<a href="mailto:sebastian.redl@getdesigned.at" target="_blank">sebastian.redl@getdesigned.at</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><br>
On 29.05.2013, at 00:07, Richard Smith wrote:<br>
<br>
> What does MSVC think about:<br>
><br>
> void *operator new(unsigned int size, arbitrary_t);<br>
> void operator delete[](unsigned int size, arbitrary_t) = delete;<br>
<br>
</div>It thinks this isn't C++ - MSVC doesn't support defaulted and deleted functions yet.</blockquote><div><br></div><div>:( OK, if you remove the "= delete", does it synthesize a call to that function (if S() throws an exception)? </div>
</div>