Boost logo

Boost :

From: Gennaro Prota (gennaro_prota_at_[hidden])
Date: 2004-07-03 04:36:56


On Wed, 30 Jun 2004 18:05:14 +0200, Pavol Droba <droba_at_[hidden]>
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.

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk