• 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: ZeroLink: unknown symbol
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ZeroLink: unknown symbol


  • Subject: Re: ZeroLink: unknown symbol
  • From: Thomas Engelmeier <email@hidden>
  • Date: Sun, 26 Aug 2007 20:25:19 +0200


On 26.08.2007, at 19:06, Tommy Nordgren wrote:


Sure, in a file "DataAnalysis.cpp" added to the project...

You can't do that. Put it in the header.
You might want to put the implementation in a separate header,
and use explicit instantiation of the template in a small cpp file.
An explicit instantiation has the following form:
template MyTemplateClass<double> ; // For example.
When a template class is instantiated this way, ALL member functions are created.

.. for the given template parameters (e.g. double)...

_______________________________________________
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


References: 
 >Re: ZeroLink: unknown symbol (From: Giacomo Monari <email@hidden>)
 >Re: ZeroLink: unknown symbol (From: "Finlay Dobbie" <email@hidden>)
 >Re: ZeroLink: unknown symbol (From: Giacomo Monari <email@hidden>)
 >Re: ZeroLink: unknown symbol (From: "Finlay Dobbie" <email@hidden>)
 >Re: ZeroLink: unknown symbol (From: Tommy Nordgren <email@hidden>)

  • Prev by Date: Re: ZeroLink: unknown symbol
  • Next by Date: Re: ZeroLink: unknown symbol
  • Previous by thread: Re: ZeroLink: unknown symbol
  • Next by thread: Re: ZeroLink: unknown symbol
  • Index(es):
    • Date
    • Thread