Re: [PATCH] PR c++/92403

2019-11-18 Thread Jason Merrill
On 11/13/19 2:42 PM, Andrew Sutton wrote: Suppress diagnostics when substituting into requires-expressions outside of concept definitions. This change broke one existing test, which I've updated to match the behavior of the current patch. Specifically, it changed the case below: template conste

[PATCH] PR c++/92403

2019-11-13 Thread Andrew Sutton
Suppress diagnostics when substituting into requires-expressions outside of concept definitions. This change broke one existing test, which I've updated to match the behavior of the current patch. Specifically, it changed the case below: template constexpr bool subst = true; template constexpr b