
25 May
2004
25 May
'04
4:13 p.m.
Vladimir Prus <ghost@cs.msu.su> writes:
No, I don't have an easy test case: the snippet
class B { protected: int i; };
class D : private B { public: using B::i; };
that Gennadiy referred to (IIRC) compiles without errors.
The error occurs at the point of access. Try doing something that uses D::i. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com