bug-global
[Top][All Lists]
Advanced

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

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


From: Shigio YAMAGUCHI
Subject: Re: Problem with derived structures in C++. (GLOBAL 5.9.1, win32)
Date: Fri, 24 Sep 2010 09:40:49 +0900

Hello,
I have added this to the bugs list:
http://www.gnu.org/software/global/bugs.html

Thank your for your report.

> It seems like derived structures is not supported by Global.
> 
> =20
> 
> Example:
> 
> =20
> 
> d:/test $ cat test.cpp
> 
> struct a : std::unary_function<int, bool>
> 
> {
> 
> };
> 
> =20
> 
> 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 $
--
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3



reply via email to

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