This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: c++ "with" keyword
Momchil Velikov writes:
> >>>>> "Robert" == Robert Dewar <dewar@gnat.com> writes:
>
> Robert> If you think "with" is valuable, then the task is to
> Robert> convince the guardians of the C++ standard of this. If
> Robert> you can't convince the
>
> Not related to this particular "with" discussion, but I couldn't
> disagree more. A standards body should not invent language
> "features", but rather codify existing (proven) extensions.
I totally agree. A standards should not invent language features, or
-- heaven forbid -- programming languages. The reason for this is
pretty obvious, in that once a feature is standardized it's too late
to remove it if it has some fatal flaw.
See Algol 68 for what happens if you do it the other way...
Andrew.