Subject: Re: [boost] [type_erasure] Review started (July 18-27, 2012)
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2012-08-08 10:29:12


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