• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Re: C++: inline ctors not init'ing data members?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Re: GDB: timed out fetching data
  • Next by Date: Re: Xcode as debugger only?
  • Previous by thread: Re: C++: Inline ctors not init'ing data members?
  • Next by thread: Xcode unit tests are never executed
  • Index(es):
    • Date
    • Thread