$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (abrahams_at_[hidden])
Date: 2000-11-01 20:04:38
Doesn't ob_call_traits.hpp need this specialization?
template <>
struct call_traits_chooser<true, true>
{
template <class T>
struct rebind
{
typedef reference_call_traits<T> type;
};
};