3 // Copyright (C) 2003 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 23 Jan 2003 <nathan@codesourcery.com>
6 // PR9415. Forgot a lookup was scoped
13 virtual int activate() {return !here++;}
21 return !there++ && B::activate();
28 return !i.activate ();