On 4/19/21 5:17 PM, Marek Polacek wrote:
This is an ICE-on-invalid, but I keep seeing it when reducing code so
I'd like to fix it. We crash on
template void forward() {
concept C = true;
}
which breaks two requirements:
[temp.concept]/1: A concept is a template ...
[temp.concept]/3
This is an ICE-on-invalid, but I keep seeing it when reducing code so
I'd like to fix it. We crash on
template void forward() {
concept C = true;
}
which breaks two requirements:
[temp.concept]/1: A concept is a template ...
[temp.concept]/3: A concept-definition shall inhabit a namespa