Have code like:


template <...> Tmp_a;
template <...> Tmp_b;

class A {
typedef Tmp_a<B:type_b> Type_a;
};