emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in ebrowse


From: Markus Gritsch
Subject: Bug in ebrowse
Date: Fri, 27 May 2005 17:35:48 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707

Hi,

the C++ header file which led to the problematic BROWSE file reads

namespace test {
    class Base
    {
    };

    class B : public Base
    {
    };
}

class A : public test::Base
{
};

The *Tree* is then displayed as

  *Globals*
  test
  test::Base
    test::B

The class A seems to be missing.


Thanks for reading,
Markus





reply via email to

[Prev in Thread] Current Thread [Next in Thread]