
25 Feb
2004
25 Feb
'04
9:47 a.m.
An access declaration seems to work:
template<class PropertyType> class readwrite_property : public class_property<PropertyType> { typedef class_property<PropertyType> base; protected: class_property<PropertyType>::value; };
And where is using? What does above statement mean? Gennadiy.