
"Vladimir Prus" <ghost@cs.msu.su> wrote in message news:200407010944.22576.ghost@cs.msu.su...
David Abrahams wrote:
CW doesn't have locale unless you link to its static runtime. You can add <cwpro8><*><runtime-link>static <cwpro9><*><runtime-link>static to your library's requirements.
Wasn't there "std::locale-support" and "std::facet-support", that you could put in requirements? At least adding them for program_options fixed the metrowerks problems. Or you no longer thing those modifiers to be superious to explicit <runtime-link>?
I've been using the std::locale-support rule for my iostreams library, and it seems to work fine. I'd be interested to know if there's some readon I should be using <cwpro8><*><runtime-link>static instead ... . I'd rather not have to remember which platforms only support locales with the static runtime.The docs say "For example some toolsets, like CodeWarrior, ... ". Are there any other toolsets to which this applies? Jonathan