$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bronek Kozicki (brok_at_[hidden])
Date: 2006-06-01 08:37:46
Maarten Kronenburg <M.Kronenburg_at_[hidden]> wrote:
> "Derived classes must override this
> member operator and use it to convert
> (temporary) objects of type integer
> back to the derived class."
> Also it is explained that the
> arithmetic non-member operators and
> the arithmetic member operators
> returning integer by value must call
> integer member functions and operators,
> not the derived ones.
this complexity is clear indication to me that there is something
seriously wrong with design of the interface.
B.