
8 Aug
2012
8 Aug
'12
2:29 p.m.
AMDG On 08/08/2012 02:09 AM, Paul A. Bristow wrote:
namespace boost { namespace type_erasure {
// Partial specialization of struct ostreamable: template<class Os> struct ostreamable<Os, std::pair<const int, double> >;
} // namespace type_erasure } // namespace boost
looks more promising but still fails inside the magic of type_erasure.
You still need the definition. I only posted the declaration because the body of the specialization that you had looked okay. In Christ, Steven Watanabe