$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2004-02-07 19:17:24
On Saturday 07 February 2004 10:53 am, Angus Leeming wrote:
> doc/html/class.boost.function_base.html
>
>    1. bool empty() const;
>
>       Returns: true if this has a target, and false otherwise.
>       Throws: Will not throw.
>
> Surely it returns true if the boost::function var has *no* target?
Oops! Thanks for pointing this out. It's fixed in CVS.
        Doug