Which library for std::char_traits?
Which library for std::char_traits?
- Subject: Which library for std::char_traits?
- From: Rich Siegel <email@hidden>
- Date: Mon, 17 Nov 2003 18:22:19 -0500
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:
std::char_traits<unsigned char>::copy(unsigned char*, unsigned char
const*, unsigned long)
std::char_traits<unsigned char>::move(unsigned char*, unsigned char
const*, unsigned long)
std::char_traits<unsigned char>::assign(unsigned char&, unsigned
char const&)
I can't figure out which library I need to add to resolve this; does
anyone have any ideas?
Thanks,
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.