$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (gregod_at_[hidden])
Date: 2001-04-11 16:26:05
On Wednesday 11 April 2001 02:47, you wrote:
> any_function fails to link (on MSVC SP5 at least) when used
> in multiple translation units because the various definitions
> of has_empty_target and the definition of no_function_target::what
> are not declared inline.
This is fixed in the newest version of any_function in the vault:
http://groups.yahoo.com/group/boost/files/Callback/any_function-04-08.zip
Doug