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

Symbols and C++ inline constructor



Hi, 
I have a question about an inline constructor and debian/symbols. 
The code looks like this:

class X {

	public: 
		X() { some code };
}

According to http://gcc.gnu.org/onlinedocs/gcc/Inline.html, this means
that the constructor is inlined.

So, can I mark such a constructor as optional in debian/symbols?

Thanks
	Thomas


Reply to: