$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2004-09-14 09:24:19
On Tue, 14 Sep 2004, Thorsten Ottosen wrote:
> What is the reason that function_traits is not defined for function objects?
> Is it impossible?
For general function objects it is impossible, because they might have a
template operator().
Doug