C++ performance myths debunked

Isaac To kkto at csis.hku.hk
Sat Aug 3 02:33:41 EDT 2002


>>>>> "Gerson" == Gerson Kurz <gerson.kurz at t-online.de> writes:

    Gerson> Plus, I'm claiming that template syntax sucks pretty bad.

This is not really a problem with template syntax.  This is a problem that
the compiler fails to hide template arguments when it is the same as the
default value.  This is a problem with the /tool/ rather than the /language/
itself.

Regards,
Isaac.




More information about the Python-list mailing list