A C++ dependent name is a name that depends on a template argument.
In templates, where and why do I have to put typename and template on dependent names? What exactly are dependent …
c++ templates typename c++-faq dependent-namePossible Duplicate: Where and why do I have to put the “template” and “typename” keywords? Here's the code: template<…
c++ templates dependent-name