Subject: Re: [Boost-users] Help with shared_ptr and template
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-01-27 23:20:20


AMDG

Max wrote:
>
> replace
>
>
>
> Type<bool>::pValue a;
>
> with
>
>
>
> typename Type<bool>::pValue a;
>

typename is illegal outside of templates.

In Christ,
Steven Watanabe