From: David B. Held (dheld_at_[hidden])
Date: 2002-05-03 09:46:34


"Peter Dimov" <pdimov_at_[hidden]> wrote in message
news:008601c1f29a$a7f91990$1d00a8c0_at_pdimov2...
> [...]
> [typename] Config::storage_policy::template apply<RightParameter>
[::type].
> With templated typedefs that could be simplified to
>
> Config::template storage_policy<RightParameter>.

Ok, so if I understand correctly, you turn the templated policies into
classes by "pushing down" the template parameter(s) into template
member functions?

Dave