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

Re: Do symbols make sense for C++



On 2012-01-26, Chow Loong Jin <hyperair@debian.org> wrote:
>> (subst)MediaInfoLib::MediaInfo::Count_Get(MediaInfoLib::stream_t
>> {size_t})@base 0.7.52
>
> That feature has not been implemented, and its bug[1] has been tagged won=
> tfix.

it's available in pkg-kde-tools as mentioned at other places in this
thread.

> C0, C1 and C2 constructors? What are those?

  <ctor-dtor-name> ::= C1       # complete object constructor
                   ::= C2       # base object constructor
                   ::= C3       # complete object allocating constructor
                   ::= D0       # deleting destructor
                   ::= D1       # complete object destructor
                   ::= D2       # base object destructor

/Sune


Reply to: