On Feb 7, 2009, at 6:41 PM, Douglas Gregor wrote: >> On Feb 7, 2009, at 4:29 PM, Douglas Gregor wrote: >> >>> Author: dgregor >>> Date: Sat Feb 7 18:29:56 2009 >>> New Revision: 64056 >>> >>> URL: http://llvm.org/viewvc/llvm-project?rev=64056&view=rev >>> Log: >>> Add public placement-delete operators. These are automatically >>> used if the allocation throws >> >> Weird, don't we build with -fno-exceptions? > > > It still makes sense for GCC to check this constraint, since it > affects the well-formedness of programs.
I agree, and am happy with the patch. :) I was just wondering what the bug being exposed was here - it sounds like the bug is that cmake doesn't pass -fno-exceptions. -chris _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
