[Python-Dev] Re: [Python-checkins] python/dist/src/Include compile.h,2.38,2.39 parsetok.h,2.19,2.20 pyerrors.h,2.63,2.64 pythonrun.h,2.55,2.56 symtable.h,2.10,2.11

Martin v. Löwis martin@v.loewis.de
11 Dec 2002 20:54:07 +0100


"Tim Peters" <tim@zope.com> writes:

> >> A non-broken compiler always allowd passing a
> >>
> >>     T
> >>
> >> actual argument to a
> >>
> >>     const T
> >>
> >> ...
> 
> I meant T above to include cases like T = char*.

Of course, if T = char*, then const T = char *const != const char*.

Regards,
Martin