Hi all,
I've been tracking gcc-digest for a bit, but would like to be a little
more involved in the development of gcc.
I haven't been able to find anything about the CppCoreGuidelines in
gcc -- I'm wondering if there's a warning system in the pipeline that
I might have missed in the digest threa
áñez wrote:
> On 09/05/16 10:18, Jonathan Wakely wrote:
>>
>> On 8 May 2016@02:10, Christopher Di Bella wrote:
>>>
>>> If not, I'd like to get a start on implementing a warning system for
>>> them. I'll create a branch, but I doubt it'll be
> I'm currently waiting on approval from my employer before I move ahead
with anything
My employer has given me the okay to contribute to gcc, provided that I
follow some fairly straightforward rules. Most of these things are given,
such as "don't contribute to gcc while at work", "don't put wo
Hey all,
I've been working on a concept extension that permits type aliases
inside the requires-seq.
The grammar addition is fairly simple.
```
requirement-seq
requirement
alias-declaration
requirement-seq requirement
```
Semantically, this change forces a requirement-body to open a new