$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Howard Hinnant (hinnant_at_[hidden])
Date: 2001-12-07 17:09:11
On Friday, December 7, 2001, at 03:55 PM, David Abrahams wrote:
> How do I name a function type (as opposed to a reference or pointer to
> function)?
> If I can't name a function type, can I produce one?
You can use remove_pointer on a function pointer.
-Howard