$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Howard Hinnant (hinnant_at_[hidden])
Date: 2001-12-07 18:25:17
On Friday, December 7, 2001, at 06:08 PM, David Abrahams wrote:
> And, to cap it all... it doesn't look like I can detect a member
> function
> pointer. Am I wrong? It looks like is_function doesn't return true for a
> member function.
Isn't there a is_member_pointer?
-Howard