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: Re: c++ "with" keyword


On 04-Jan-2003, Robert Dewar <dewar@gnat.com> wrote:
> > I think you missed the point. The reason for the with keyword is not to use
> > a pointer but to leave
> > the long structs name which is not done by your example :
> 
> My viewpoint here is that gcc should not be used as an arena for
> implementing random language extensions, no matter how meritorious
> they be.

My viewpoint is slightly different: GCC *should* be used as an arena for
implementing random language extensions, but in general those extensions
should not be merged into the main CVS branch.  (They would only be merged
on the main branch if there is a *very* convincing case made for them.)

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.


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