bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

destructor implementation picked up instead of class


From: Brendan Miller
Subject: destructor implementation picked up instead of class
Date: Mon, 5 Apr 2010 12:24:55 -0700

CCsString is the name of a class in our code base. If I enter this command:

global -x CCsString

I get this as a result:

CCsString          81 vobs/un_General/libCommon/Src/CsString.cpp
CCsString::~CCsString()

Global seems to think that the implementation of the destructor is a
definition, and tags it. This happens for other classes as well, aside
from the example CCsString class.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]