From: Marco Costalba (mcostalba_at_[hidden])
Date: 2007-09-16 02:34:35


On 9/15/07, Tobias Schwinger <tschwinger_at_[hidden]> wrote:
> >
>
> That's not what I meant. Don't just substitute the nested typedef but
> the whole metafunction:
>
> struct make_string
> {
> typedef std::string result_type;
>
> ...

It works.

Thanks
Marco