On 1/04/2015 17:54, Kit Park wrote: > Hi, > > Please find the attach which is C++ STL header and again, the problem is that > gtags cannot find the make_shared symbol but can with gcc 4.4.5 header which > has the same symbol but different formatting.
.h files are C by default, which is why it's not picking up much. Perhaps they should be C++ by default? -- Jason. _______________________________________________ Bug-global mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-global
