This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Using C++ in GCC is OK


On Tue, Jun 1, 2010 at 6:37 PM, Robert Dewar <dewar@adacore.com> wrote:
> Richard Guenther wrote:
>>
>> On Tue, Jun 1, 2010 at 4:48 PM, Mark Mitchell <mark@codesourcery.com>
>> wrote:
>>>
>>> Ian Lance Taylor wrote:
>>>
>>>> I have written a proposed set of C++ coding conventions on the wiki at
>>>> ? ?http://gcc.gnu.org/wiki/CppConventions
>>>>
>>>> This is only a preliminary proposal. ?It requires fleshing out and
>>>> discussion.
>>>
>>> Thank you for volunteering to do this. ?How would you like to receive
>>> comments? ?Directly on the Wiki page, or by email?
>>
>> Overall the wiki document looks good. ?I'd like to disallow
>>
>> * Operators may only be overloaded for types which implement numeric
>> values, where the overloaded operators implement the usual numeric
>> semantics.
>
> which do you want to disallow, the "may" or the "only", not clear

The may.

Richard.

>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]