$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Tobias Schwinger (tschwinger_at_[hidden])
Date: 2006-05-30 06:41:39
João Abecasis wrote:
> 1 - support for function pointers was completely broken. Specifically, I
> learned that result_of doesn't handle cv-qualified function pointers.
<snip>
> 3 - Function references weren't handled at all.
Taking the function argument by value (just like the STL) could help.
Regards,
Tobias