Hello, again. Meanwhile, I tried to build the class inheritance diagram and received rather strange result - the graph does not see many inheritances, even direct. I mean declaration template <tT T> class A : public cB, public cC <tT> {... is shown only cB leg, but no cC. What do I miss? -- Leon