This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++0x PATCH to add -Wnoexcept, fix defaulted fn exception specs


On 06/16/2010 01:46 PM, Manuel López-Ibáñez wrote:
Wnoexcept? Will this include all future warnings for noexpect expressions?

I imagine so.


+C++ ObjC++ Var(warn_noexcept) Warning
+Warn when a noexcept expression evaluates to true even though the
expression can't actually throw

Oops, that should be false too. Thanks for the catch.


Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]