Great !! These is it exactly what I need!!..
You rocks men!!...

Thank you for all!!...

Mario
Salu2...

On Wed, Jan 28, 2009 at 11:01 AM, Andrew Sutton <andrew.n.sutton@gmail.com> wrote:
Template template parameters?

template<typename T, template <typename> class Value>
struct Type{
    typedef boost::shared_ptr< Value<T> > pValue;

};

int main(int argc, char *argv[])
{
    Type<bool, CValue>::pValue a;

  return EXIT_SUCCESS;
}


Andrew Sutton
andrew.n.sutton@gmail.com

_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users