$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Arkadiy Vertleyb (vertleyb_at_[hidden])
Date: 2006-01-07 22:52:59
"Alexander Nasonov" <alnsn_at_[hidden]> wrote
> BTW, why test/function_ref.cpp checks only test_wrapper type, not a
> function reference?
It just tests if function references can be encoded/decoded correctly. This
is what the test<> template does. It wrapps types to ignore the issue of
top-level consts/references.
Regards,
Arkadiy