[RFC] PR 50837

Jason Merrill jason@redhat.com
Thu Nov 10 03:58:00 GMT 2011


On 11/09/2011 07:56 PM, Paolo Carlini wrote:
> -				     /*allow_non_integral_constant_expression_p=*/false,
> +				     /*allow_non_integral_constant_expression_p=*/true,

This should be (cxx_dialect >= cxx0x) rather than true.

Jason



More information about the Gcc-patches mailing list