¡@

Home 

c++ Programming Glossary: no_zerofill

Why doesn't a derived template class have access to a base template class' identifiers?

http://stackoverflow.com/questions/1239908/why-doesnt-a-derived-template-class-have-access-to-a-base-template-class-ident

public static const bool ZEROFILL true static const bool NO_ZEROFILL false template typename T class Derived public Base T public.. T class Derived public Base T public Derived bool initZero NO_ZEROFILL NO_ZEROFILL is not visible ~Derived I can't compile this with.. public Base T public Derived bool initZero NO_ZEROFILL NO_ZEROFILL is not visible ~Derived I can't compile this with GCC g 3.4.4..