Re: Which library for std::char_traits?
Re: Which library for std::char_traits?
- Subject: Re: Which library for std::char_traits?
- From: Rich Siegel <email@hidden>
- Date: Mon, 17 Nov 2003 20:46:08 -0500
On 11/17/03 at 6:22 PM, Rich Siegel <email@hidden> wrote:
> In one part of my app, there's some code which uses std::char_traits.
> When building with Xcode, I get the following undefined symbols
> reported:
Just a followup: it turns out that the link error was due to the fact
that Metrowerks supports an extension allowing the use of
char_traits<unsigned char>, but Xcode does not. A smart friend of mine
writes:
> Buried deep in <bits/char_traits.h> is a pointer to a web page with
> some rationale for this, and a link to a web page with an explanation.
> <http://gcc.gnu.org/onlinedocs/libstdc++/21_strings/howto.html#5>
R.
--
Rich Siegel Bare Bones Software, Inc.
<email@hidden> <http://www.barebones.com/>
Someday I'll look back on all this and laugh... until they sedate me.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.