[C++ Patch/RFC] PR 60254

Jason Merrill jason@redhat.com
Wed Mar 12 21:37:00 GMT 2014


On 03/12/2014 12:12 PM, Paolo Carlini wrote:
> -	  cxx_constant_value (condition);
> +	  require_potential_rvalue_constant_expression (condition);

We need both, actually; cxx_constant_value catches some cases that the 
other doesn't.

Jason



More information about the Gcc-patches mailing list