This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Question about duplicate C++ functions generated with GNU 3.4.1


Hi Jon,

Are there, perhaps, two constructors in the BufferPool class?

$ c++filt _ZN10BufferPoolC2EPNS_13MemDescriptorES1_PNS_16NumBufDescriptorEjtPc
BufferPool::BufferPool(BufferPool::MemDescriptor*, BufferPool::MemDescriptor*, BufferPool::NumBufDescriptor*, unsigned int, unsigned short, char*)


$ c++filt _ZN10BufferPoolC2Ev
BufferPool::BufferPool()

HTH,
--Eljay


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]