Re: [PATCH 1/2] c++: some further concepts cleanups

2024-11-29 Thread Jason Merrill
On 11/27/24 2:41 PM, Patrick Palka wrote: On Tue, 5 Nov 2024, Jason Merrill wrote: On 10/15/24 12:45 AM, Patrick Palka wrote: This patch further cleans up the concepts code following the removal of Concepts TS support: * concept-ids are now the only kind of "concept check", so we can

Re: [PATCH 1/2] c++: some further concepts cleanups

2024-11-27 Thread Patrick Palka
On Tue, 5 Nov 2024, Jason Merrill wrote: > On 10/15/24 12:45 AM, Patrick Palka wrote: > > This patch further cleans up the concepts code following the removal of > > Concepts TS support: > > > >* concept-ids are now the only kind of "concept check", so we can > > simplify some code accor

Re: [PATCH 1/2] c++: some further concepts cleanups

2024-11-05 Thread Jason Merrill
On 10/15/24 12:45 AM, Patrick Palka wrote: This patch further cleans up the concepts code following the removal of Concepts TS support: * concept-ids are now the only kind of "concept check", so we can simplify some code accordingly. In particular resolve_concept_check seems like a

Re: [PATCH 1/2] c++: some further concepts cleanups

2024-11-05 Thread Patrick Palka
On Tue, 15 Oct 2024, Patrick Palka wrote: > This patch further cleans up the concepts code following the removal of > Concepts TS support: > > * concept-ids are now the only kind of "concept check", so we can > simplify some code accordingly. In particular resolve_concept_check > seems

[PATCH 1/2] c++: some further concepts cleanups

2024-10-14 Thread Patrick Palka
This patch further cleans up the concepts code following the removal of Concepts TS support: * concept-ids are now the only kind of "concept check", so we can simplify some code accordingly. In particular resolve_concept_check seems like a no-op and can be removed. * In turn, deduce_c

[PATCH 1/2] c++: some further concepts cleanups

2024-10-14 Thread Patrick Palka
This patch further cleans up the concepts code following the removal of Concepts TS support: * concept-ids are now the only kind of "concept check", so we can simplify some code accordingly. In particular resolve_concept_check seems like a no-op and can be removed. * In turn, deduce_c