|
From: Adrian S. <ad...@ya...> - 2003-04-01 16:14:08
|
--- Luke Dunstan <cod...@ho...> wrote: > I am talking about the entire wstring class, not > just the destructor. The > basic_string.tcc header file contains: > > extern template class basic_string<char>; > extern template class basic_string<wchar_t>; thank you for this information :) today I tried again to fix my program to use wstring; after commenting out the extern declarations from basic_string.tcc (more exactly I put an ifndef, and I defined the corresponding symbol), and defining _GLIBCPP_USE_WCHAR_T to 1, and commenting out some using declarations (referring to missing functions) in cwchar and cwctype, the program compiled and WORKED fine :) I wonder if there is any problem related to what I did (the solution seems TOO simple compared to the answers that I got on the list) regards, Adrian __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://platinum.yahoo.com |