From: jsiek_at_[hidden]
Date: 2000-09-06 10:09:07


Thomas Holenstein writes:
> Yes, that would be nice. I don't like that I need to say the Result
> explicit. That is, I would like the following code to compile:

The result type is needed for the binary function to be a
model of AdaptableBinaryFunction.

http://www.sgi.com/Technology/STL/AdaptableBinaryFunction.html

Also the result type is pretty useful, especially when doing
expression template stuff.

Ciao,

Jeremy