bug-global
[Top][All Lists]
Advanced

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

Problem with derived structures in C++. (GLOBAL 5.9.1, win32)


From: Igor Korobov
Subject: Problem with derived structures in C++. (GLOBAL 5.9.1, win32)
Date: Thu, 23 Sep 2010 18:24:16 +0400

It seems like derived structures is not supported by Global.

 

Example:

 

d:/test $ cat test.cpp

struct a : std::unary_function<int, bool>

{

};

 

class b : public std::unary_function<int, bool>

{

};

d:/test $ gtags

d:/test $ global a # I expect "test.cpp"

d:/test $ global b

test.cpp

d:/test $

 


reply via email to

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