$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David B. Held (dheld_at_[hidden])
Date: 2003-03-15 14:15:59
"Daniel Frey" <daniel.frey_at_[hidden]> wrote in message
news:3E7368DB.69A4FDC7_at_aixigo.de...
> [...]
> The compiler has no idea how to deduce U as - depending on
> U - param_type could change.
> [...]
Oh, yes, I see. I guess call_traits is only useful when T is a
class template parameter. A bit unfortunate, isn't it? I mean, it
isn't very useful for function forwarding then, is it?
Dave