$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Neal D. Becker (nbecker_at_[hidden])
Date: 2003-08-13 06:52:07
I'm thinking that it would be useful to implement a traits class that would
give the return type of mixed scalar-complex arithmetic operations. This
would allow one to write generic algorithms that operate on both scalar and
complex types, inferring the return type.
Any opinions?