
3 Jul
2004
3 Jul
'04
9:36 a.m.
On Wed, 30 Jun 2004 18:05:14 +0200, Pavol Droba <droba@topmail.sk> wrote:
Hi,
Regression tests show that codewarrior 8.0 have some problems with string algo lib.
Report is here: http://tinyurl.com/35asy
It seems, that compiler cannot find std::locale class. Can somebody with an access to this compiler help here.
I had similar problems :) As to locales, look at the end of this post http://lists.boost.org/MailArchives/boost/msg65047.php Note that CW 9.2 *does* have locales even in a DLL configuration. As to the errors in the template instantiations maybe you can give a try to this: #if BOOST_WORKAROUND(__MWERKS__, <= 0x3003) // 8.x #pragma parse_func_templ off #endif It was suggested by Howard and worked for me. -- Genny.