all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Bob" <purchasebyemail1@comcast.net>
To: 5605@debbugs.gnu.org
Subject: bug#5605: etags of emacs 23.1 misses template specializations
Date: Fri, 19 Feb 2010 13:28:29 -0800	[thread overview]
Message-ID: <000901cab1aa$7b30e8c0$7192ba40$@net> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 553 bytes --]

Run "etags" of emacs 23.1 on the attached "Foo.H" file . 

 

The resulting TAGS file indicates "Foo.H" is empty.

 

Seems to me it should show two definitions for the 2 specializations of
`Worker`. 

 

----------- TAGS --------------
^L

Foo.H,0

----------------------------------

 

----------- Foo.H ----------------

template<

  class _A,

  class _B = Select<_A>::Result

  >

class Worker;

 

 

template<class _A>

class Worker<_A,int>

{

};

 

template<class _A>

class Worker<_A,double>

{

};

---------------------------------------


[-- Attachment #1.2: Type: text/html, Size: 3302 bytes --]

[-- Attachment #2: Foo.H --]
[-- Type: text/plain, Size: 173 bytes --]


template<
  class _A,
  class _B = Select<_A>::Result
  >
class Worker;


template<class _A>
class Worker<_A,int>
{
};

template<class _A>
class Worker<_A,double>
{
};

  

             reply	other threads:[~2010-02-19 21:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-19 21:28 Bob [this message]
2021-06-03  9:15 ` bug#5605: etags of emacs 23.1 misses template specializations Lars Ingebrigtsen
2021-06-03 12:11   ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000901cab1aa$7b30e8c0$7192ba40$@net' \
    --to=purchasebyemail1@comcast.net \
    --cc=5605@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.