From: Daryle Walker (darylew_at_[hidden])
Date: 2000-08-01 12:05:01


I know that operators.hpp has structures that help convert "operator X="
into "operator X." But sometimes an operator algorithm may be better
expressed in terms of "operator X." Could we add the reverse of the
already-given operators so we convert "operator X" to "operator X=?"

--