Re: Link error with CW 9.2
Re: Link error with CW 9.2
- Subject: Re: Link error with CW 9.2
- From: Steven Woolgar <email@hidden>
- Date: Wed, 10 Mar 2004 12:46:44 -0800
>
I just grep'd through the headers on my disk and I couldn't find any
>
reference to the string "shared_ptr". Given that it is used in the std
>
namespace, I'd guess that it is particular to the STL implementation in
>
CodeWarrior. There's probably a some static runtime library not being
>
linked in.
It is part of the TR1 additions to C++. Technical Review 1 by the
C++ committee. It used to be part of boost, now it is part of the
Standard C++ Library.
See #include <memory>
As to why you get the linker error, I'm not sure.
CodeWarrior 9.1 added TR1 stuff, it was improved in 9.2.
I can't remember offhand, but I think gcc 3.3 includes
TR1 additions, maybe 3.4, I'm really not sure.
Woolie
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.