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 <[email protected]>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3

_______________________________________________
Bug-global mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-global

Reply via email to