|
Boost : |
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;
};
};
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk