From: Herb Sutter (hsutter_at_[hidden])
Date: 2000-01-29 15:58:51


>but if the user is required to define too much traits, then
>he will simply define a named function to do the work
>directly instead of using all the compose library.

In a perfect world: If there was a widely-used -- or standard -- set of
expression templates, however, providers of a type [c|w]ould provide the
appropriate specializations. Then there would be no work for the user.

Herb