Boost logo

Boost :

From: Jonathan Turkanis (technews_at_[hidden])
Date: 2004-07-01 01:10:08


"Vladimir Prus" <ghost_at_[hidden]> wrote in message
news:200407010944.22576.ghost_at_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


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