$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2002-11-10 00:39:34
----- Original Message -----
From: "Aleksey Gurtovoy" <agurtovoy_at_[hidden]>
> Yes, I also happened to think that would be a preferred way to get
> equivalent of the hypothetical '__is_well_formed(...)' functionality.
>
> However, assuming that we got that one or another way, my concern is that
> this alone would not be enough to implement the 'is_callable' trait we
want.
> (But then I am not sure what exactly we want :).
You can already detect whether it has operator() (or any other member
function for that matter). Is that what you want?
Paul Mensonides