Re: [c++-concepts] Reserving new keywords for concepts

2013-02-28 Thread Gabriel Dos Reis
On Thu, Feb 28, 2013 at 9:54 AM, Andrew Sutton
 wrote:
> Attached is the initial documentation for the previous patch.

Patch OK.  Thanks!

-- Gaby

>
> Andrew
>
>
> 2013-02-28  Andrew Sutton  
>
> * doc/extend.texi (write_symbol): Initial concept docs.
>
> On Thu, Feb 28, 2013 at 9:11 AM, Gabriel Dos Reis
>  wrote:
>> On Thu, Feb 28, 2013 at 9:01 AM, Andrew Sutton
>>  wrote:
>>> Of course. I'll send that along shortly.
>>
>> Patch OK.
>>
>> -- Gaby
>>
>>>
>>> Andrew
>>>
>>> On Thu, Feb 28, 2013 at 8:51 AM, Gabriel Dos Reis
>>>  wrote:
 On Thu, Feb 28, 2013 at 8:07 AM, Andrew Sutton
  wrote:
> Reserving a handful of new keywords for concepts and several new type
> traits in preparation for future work on concepts.
>
> Andrew
>
> 2013-02-05  Andrew Sutton  
>
> * c-common.h (rid): New resreserved words for concepts.
> * c-common.c (c_common_reswords): Definitions thereof.

 For all patches for the c++-concepts branch, CC: me and Jason.
 Can we also have corresponding documentation for the new keywords?
 E.g. in doc/extend.texi.  For the moment, you probably just want to add
 a menu node for "C++ concepts", and list these new tokens as reserved.

 -- Gaby
>>>
>>>
>>>
>>> --
>>> Andrew Sutton
>>> andrew.n.sut...@gmail.com
>
>
>
> --
> Andrew Sutton
> andrew.n.sut...@gmail.com


Re: [c++-concepts] Reserving new keywords for concepts

2013-02-28 Thread Andrew Sutton
Attached is the initial documentation for the previous patch.

Andrew


2013-02-28  Andrew Sutton  

* doc/extend.texi (write_symbol): Initial concept docs.

On Thu, Feb 28, 2013 at 9:11 AM, Gabriel Dos Reis
 wrote:
> On Thu, Feb 28, 2013 at 9:01 AM, Andrew Sutton
>  wrote:
>> Of course. I'll send that along shortly.
>
> Patch OK.
>
> -- Gaby
>
>>
>> Andrew
>>
>> On Thu, Feb 28, 2013 at 8:51 AM, Gabriel Dos Reis
>>  wrote:
>>> On Thu, Feb 28, 2013 at 8:07 AM, Andrew Sutton
>>>  wrote:
 Reserving a handful of new keywords for concepts and several new type
 traits in preparation for future work on concepts.

 Andrew

 2013-02-05  Andrew Sutton  

 * c-common.h (rid): New resreserved words for concepts.
 * c-common.c (c_common_reswords): Definitions thereof.
>>>
>>> For all patches for the c++-concepts branch, CC: me and Jason.
>>> Can we also have corresponding documentation for the new keywords?
>>> E.g. in doc/extend.texi.  For the moment, you probably just want to add
>>> a menu node for "C++ concepts", and list these new tokens as reserved.
>>>
>>> -- Gaby
>>
>>
>>
>> --
>> Andrew Sutton
>> andrew.n.sut...@gmail.com



--
Andrew Sutton
andrew.n.sut...@gmail.com


concepts-doc.patch
Description: Binary data


Re: [c++-concepts] Reserving new keywords for concepts

2013-02-28 Thread Gabriel Dos Reis
On Thu, Feb 28, 2013 at 9:01 AM, Andrew Sutton
 wrote:
> Of course. I'll send that along shortly.

Patch OK.

-- Gaby

>
> Andrew
>
> On Thu, Feb 28, 2013 at 8:51 AM, Gabriel Dos Reis
>  wrote:
>> On Thu, Feb 28, 2013 at 8:07 AM, Andrew Sutton
>>  wrote:
>>> Reserving a handful of new keywords for concepts and several new type
>>> traits in preparation for future work on concepts.
>>>
>>> Andrew
>>>
>>> 2013-02-05  Andrew Sutton  
>>>
>>> * c-common.h (rid): New resreserved words for concepts.
>>> * c-common.c (c_common_reswords): Definitions thereof.
>>
>> For all patches for the c++-concepts branch, CC: me and Jason.
>> Can we also have corresponding documentation for the new keywords?
>> E.g. in doc/extend.texi.  For the moment, you probably just want to add
>> a menu node for "C++ concepts", and list these new tokens as reserved.
>>
>> -- Gaby
>
>
>
> --
> Andrew Sutton
> andrew.n.sut...@gmail.com


Re: [c++-concepts] Reserving new keywords for concepts

2013-02-28 Thread Andrew Sutton
Of course. I'll send that along shortly.

Andrew

On Thu, Feb 28, 2013 at 8:51 AM, Gabriel Dos Reis
 wrote:
> On Thu, Feb 28, 2013 at 8:07 AM, Andrew Sutton
>  wrote:
>> Reserving a handful of new keywords for concepts and several new type
>> traits in preparation for future work on concepts.
>>
>> Andrew
>>
>> 2013-02-05  Andrew Sutton  
>>
>> * c-common.h (rid): New resreserved words for concepts.
>> * c-common.c (c_common_reswords): Definitions thereof.
>
> For all patches for the c++-concepts branch, CC: me and Jason.
> Can we also have corresponding documentation for the new keywords?
> E.g. in doc/extend.texi.  For the moment, you probably just want to add
> a menu node for "C++ concepts", and list these new tokens as reserved.
>
> -- Gaby



--
Andrew Sutton
andrew.n.sut...@gmail.com


Re: [c++-concepts] Reserving new keywords for concepts

2013-02-28 Thread Gabriel Dos Reis
On Thu, Feb 28, 2013 at 8:07 AM, Andrew Sutton
 wrote:
> Reserving a handful of new keywords for concepts and several new type
> traits in preparation for future work on concepts.
>
> Andrew
>
> 2013-02-05  Andrew Sutton  
>
> * c-common.h (rid): New resreserved words for concepts.
> * c-common.c (c_common_reswords): Definitions thereof.

For all patches for the c++-concepts branch, CC: me and Jason.
Can we also have corresponding documentation for the new keywords?
E.g. in doc/extend.texi.  For the moment, you probably just want to add
a menu node for "C++ concepts", and list these new tokens as reserved.

-- Gaby