$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Deane Yang (deane_yang_at_[hidden])
Date: 2006-09-06 12:46:14
Matthias Schabel wrote:
> That is, for some arbitrary value types X
> and Y for which (warning pseudocode ahead)
>
> Z operator+(X x,Y y)
>
> is defined
>
> quantity<Z> operator+(quantity<X> x,quantity<Y> y)
>
> will work and behave as expected...
I need this feature!