¡@

Home 

c++ Programming Glossary: usable_

Base template class data members are not visible in derived template class?

http://stackoverflow.com/questions/4210108/base-template-class-data-members-are-not-visible-in-derived-template-class

following C code template typename Derived struct A bool usable_ template typename Derived struct B A B Derived void foo usable_.. template typename Derived struct B A B Derived void foo usable_ false struct C B C void foo usable_ true int main C c I got.. A B Derived void foo usable_ false struct C B C void foo usable_ true int main C c I got compilation error In member function..