¡@

Home 

c++ Programming Glossary: asub

“Inherited” types using CRTP and typedef

http://stackoverflow.com/questions/2748969/inherited-types-using-crtp-and-typedef

code does not compile. I get an error message error C2039 'Asub' is not a member of 'C' Can someone help me to understand this.. VS2008 2010 compiler. template class T class B typedef int Asub public void DoSomething typename T Asub it class C public B.. B typedef int Asub public void DoSomething typename T Asub it class C public B C public typedef int Asub class A public..