Sha256: 75d8fac480bfd4e16508f5f712ba43feae66422268584b98c2475f5dda75e658
Contents?: true
Size: 236 Bytes
Versions: 2
Compression:
Stored size: 236 Bytes
Contents
/* github issue 834 reported by hierabyss on 2016.03.12 [...] after run ctags test1.cpp, there is no tag in the tags file. */ #include <vector> using namespace std; vector<vector<int>> C; struct A { int a; int b; };
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ctags.rb-1.1.4 | ext/vendor/ctags/Units/parser-cxx.r/bug834.cpp.d/input.cpp |
ctags.rb-1.1.3 | ext/vendor/ctags/Units/parser-cxx.r/bug834.cpp.d/input.cpp |