Re: C++0x PATCH to add -fconstexpr-depth
Thanks for the feedback; fixed. Jason
Re: C++0x PATCH to add -fconstexpr-depth
On Tue, 15 Mar 2011, Jason Merrill wrote: > +/* Likewise, for constexpr function call evaluations. N3225 specifies a > + minimum of 512. */ > > +int max_constexpr_depth = 512; Since all you're doing in the option handler is setting a global variable, it's better to declare the option in th