inherited template argument not visible
Brought to you by:
adragos
class my_list: list<my_object>{
};
"list<my_object>" should appear in the inheritance
applet too -- only "list" appears
You can see an example at:
http://xmlio.sourceforge.net/doc/gxl_graph.html
Here three different vectors are base of gxl_graph, but
they cannot be distinguished.