|
Boost Testing : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-04-17 08:41:04
Joaquin M Lopez Munoz wrote:
> Hello Stefan, do you think you'll be able to look into this
> anytime soon? FWIW, my hunch is that this is a V2-switch artifact,
> since your own tests on the trunk with BBv1 work just fine. The
> v1 Jamfile for multi_index included the following extra requirements
> for the offending test:
>
> std::locale-support toolset::require-boost-spirit-support
>
> of which std::locale was, if I remember well, put just because
> of CW. Could it be V2 toolset jam for CW is not taking care of
> this? The associated Jamfile.v2 lacks any reference to
> std::locale-support.
I believe that std::locale-support prevents link errors on older CW, which
did not include some wchar_t related things in dynamic runtime.
This error seems different, but only Stefan can tell for sure.
- Volodya