Re: Re: C++: inline ctors not init'ing data members?
Re: Re: C++: inline ctors not init'ing data members?
- Subject: Re: Re: C++: inline ctors not init'ing data members?
- From: Dan Caugherty <email@hidden>
- Date: Tue, 16 Jun 2009 12:12:10 -0400
Thus spake William H. Schultz:
This might be a stretch, but if this code is in a library/framework
while the code using it is in a client of that library/framework, then
you could potentially have issues with dead code stripping or inlines
not being exported. Anything that forces the class to be instantiated
in and exported from the library/framework would potentially be a fix
to the issue.
I forgot to mention that I was using a client executable for this
library-only code, so yeah, that explains it.
Now that I think about it, this would only make sense. So hooray! My
original request has been fulfilled: I found something that made me
feel horribly stupid.
Excuse me, now I must go celebrate..
Thanks again,
-- Dan C.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden