$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Dale Peakall (dale.peakall_at_[hidden])
Date: 2001-04-11 13:47:28
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.
- Dale.