This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin 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: [PATCH]: "decorate" gcc extensions with __extension__


> > Btw, the use of a ?: c is a conscious decision.
> 
> Maybe I'm just old fashion and do not like "a ? : c", but I 
> don't understand why you use it, other than saving a few 
> keystrokes.  Look, aside from the fact it keeps -pedantic 
> from producing an error, explicitly expanding to "a ? a : c"
> makes the code easier to read and the intent more clear.  

Yikes.  I didn't even know you could do "a ? : c".  When did C++ become
Perl?

-- 
Gary R. Van Sickle


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