ruby: handle singleton method including ?!= in its name(sf.bug:364)
[geany-mirror.git] / tests / ctags / bug852368.cpp
blob37926834b5892423730b4b99c1fa537f6f0222a2
1 /*
2 Bugs item #852368, was opened at 2003-12-01 23:20
3 Message generated for change (Tracker Item Submitted) made by Item Submitter
4 You can respond by visiting:
5 https://sourceforge.net/tracker/?func=detail&atid=106556&aid=852368&group_id=6556
7 Category: None
8 Group: None
9 Status: Open
10 Resolution: None
11 Priority: 5
12 Submitted By: Welti Marco (cider101)
13 Assigned to: Nobody/Anonymous (nobody)
14 Summary: c/c++ unabalanced template brackets in signature
16 Initial Comment:
17 hi,
19 ctags 5.5x generates unbalanced template brackets in
20 the method/function signature if a function parameter
21 is a template.
23 i.e.
25 void foo(std::vector<float> &);
27 generates the following signature
28 signature:void (std::vector<<float>&)
30 let me know if you need more details.
32 regards
33 cider