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