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
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/20120105224626.GA6628@atlan

